2024-11-01T16:13:44.8652150Z Current runner version: '2.320.0' 2024-11-01T16:13:44.8658167Z Runner name: 'i-014238f1e884cf1e1' 2024-11-01T16:13:44.8658786Z Runner group name: 'Default' 2024-11-01T16:13:44.8659481Z Machine name: 'EC2AMAZ-SUNQRVI' 2024-11-01T16:13:44.8675029Z Testing runner upgrade compatibility 2024-11-01T16:13:44.9405657Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:44.9407454Z Actions: read 2024-11-01T16:13:44.9407847Z Attestations: read 2024-11-01T16:13:44.9408229Z Checks: read 2024-11-01T16:13:44.9408598Z Contents: read 2024-11-01T16:13:44.9408977Z Deployments: read 2024-11-01T16:13:44.9409359Z Discussions: read 2024-11-01T16:13:44.9409706Z Issues: read 2024-11-01T16:13:44.9410058Z Metadata: read 2024-11-01T16:13:44.9410389Z Packages: read 2024-11-01T16:13:44.9410758Z Pages: read 2024-11-01T16:13:44.9411109Z PullRequests: read 2024-11-01T16:13:44.9411483Z RepositoryProjects: read 2024-11-01T16:13:44.9411933Z SecurityEvents: read 2024-11-01T16:13:44.9412522Z Statuses: read 2024-11-01T16:13:44.9412952Z ##[endgroup] 2024-11-01T16:13:44.9415984Z Secret source: Actions 2024-11-01T16:13:44.9416522Z Prepare workflow directory 2024-11-01T16:13:47.3088736Z Prepare all required actions 2024-11-01T16:13:47.3259675Z Getting action download info 2024-11-01T16:13:47.4950401Z Download action repository 'pytorch/test-infra@main' (SHA:49fb39b5efb49007791d74b09885044cd64544bf) 2024-11-01T16:13:49.6154514Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:14:06.8622525Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-11-01T16:14:07.5872501Z Getting action download info 2024-11-01T16:14:07.6948865Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:14:07.9277645Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/tags/ciflow/trunk/138766 (d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea) 2024-11-01T16:14:07.9279902Z ##[group] Inputs 2024-11-01T16:14:07.9280284Z build-environment: win-vs2019-cuda12.1-py3 2024-11-01T16:14:07.9280734Z cuda-version: 12.1 2024-11-01T16:14:07.9281306Z use-xpu: false 2024-11-01T16:14:07.9281589Z vc-year: 2019 2024-11-01T16:14:07.9281882Z build-with-debug: false 2024-11-01T16:14:07.9282212Z sync-tag: 2024-11-01T16:14:07.9282473Z test-matrix: 2024-11-01T16:14:07.9282799Z runner: windows.4xlarge.nonephemeral 2024-11-01T16:14:07.9283207Z ##[endgroup] 2024-11-01T16:14:07.9283707Z Complete job name: win-vs2019-cuda12.1-py3 / build 2024-11-01T16:14:08.0131295Z ##[group]Run git config --global core.longpaths true 2024-11-01T16:14:08.0132062Z git config --global core.longpaths true 2024-11-01T16:14:08.0132635Z git config --global core.symlinks true 2024-11-01T16:14:08.0133083Z  2024-11-01T16:14:08.0133600Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-11-01T16:14:08.0134502Z # the directory on Windows and prevent GHA from checking out as reported 2024-11-01T16:14:08.0135291Z # in https://github.com/actions/checkout/issues/1018 2024-11-01T16:14:08.0135870Z git config --global core.fsmonitor false 2024-11-01T16:14:08.0160571Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:08.0161244Z env: 2024-11-01T16:14:08.0161512Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.0161858Z ##[endgroup] 2024-11-01T16:14:08.2300814Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:14:08.2301452Z env: 2024-11-01T16:14:08.2301717Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.2302029Z ##[endgroup] 2024-11-01T16:14:08.2561885Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:14:08.2563069Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:14:08.2564154Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:14:08.2566428Z # handle tool 2024-11-01T16:14:08.2566945Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:14:08.2567574Z Foreach ($process In $processes) { 2024-11-01T16:14:08.2567997Z  Try { 2024-11-01T16:14:08.2568806Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:14:08.2569866Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:14:08.2570481Z  } 2024-11-01T16:14:08.2570747Z  Catch { 2024-11-01T16:14:08.2571201Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:14:08.2571766Z  Write-Output $_ 2024-11-01T16:14:08.2572099Z  } 2024-11-01T16:14:08.2572338Z } 2024-11-01T16:14:08.2572598Z  2024-11-01T16:14:08.2573294Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:14:08.2574112Z # for hung processes 2024-11-01T16:14:08.2574529Z Foreach ($process In $processes) { 2024-11-01T16:14:08.2574947Z  Try { 2024-11-01T16:14:08.2575536Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:14:08.2576206Z  } 2024-11-01T16:14:08.2576471Z  Catch { 2024-11-01T16:14:08.2576775Z  Write-Output $_ 2024-11-01T16:14:08.2577093Z  } 2024-11-01T16:14:08.2577343Z } 2024-11-01T16:14:08.2577585Z  2024-11-01T16:14:08.2577811Z Try { 2024-11-01T16:14:08.2578163Z  # Print all the processes for debugging 2024-11-01T16:14:08.2579319Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:14:08.2580381Z } 2024-11-01T16:14:08.2580764Z Catch { 2024-11-01T16:14:08.2581697Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:14:08.2582754Z  Write-Output $_ 2024-11-01T16:14:08.2583266Z } 2024-11-01T16:14:08.2599359Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:14:08.2600021Z env: 2024-11-01T16:14:08.2600280Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.2600603Z ##[endgroup] 2024-11-01T16:14:08.5944449Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:14:08.5980928Z Finished 2024-11-01T16:14:08.6108826Z No leftover python process, continuing 2024-11-01T16:14:08.6598855Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6599978Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6601033Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6601770Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6602628Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6603802Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6604635Z 2024-11-01T16:14:08.6617602Z No leftover ninja process, continuing 2024-11-01T16:14:08.6627330Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6628556Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6629551Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6630268Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6631821Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6632983Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6633832Z 2024-11-01T16:14:08.6643642Z No leftover cl process, continuing 2024-11-01T16:14:08.6654058Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6655209Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6656093Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6656720Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6657470Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6658612Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6659447Z 2024-11-01T16:14:08.6669227Z No leftover nvcc process, continuing 2024-11-01T16:14:08.6679037Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6680064Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6680905Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6681634Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6682437Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6683574Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6684411Z 2024-11-01T16:14:08.6693150Z No leftover cmd process, continuing 2024-11-01T16:14:08.6703563Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6704665Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6705587Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6706214Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6706911Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6708079Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6708925Z 2024-11-01T16:14:08.6715521Z No leftover sccache process, continuing 2024-11-01T16:14:08.6725228Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6726306Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6727153Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6727826Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6728554Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6729725Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6730554Z 2024-11-01T16:14:08.6736997Z No leftover git process, continuing 2024-11-01T16:14:08.6747469Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:14:08.6748546Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:9 char:5 2024-11-01T16:14:08.6749382Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:08.6750004Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.6750708Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:08.6751979Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:08.6752820Z 2024-11-01T16:14:08.7470263Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.7471088Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.7471939Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.7472624Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.7473256Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.7473989Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.7474414Z 2024-11-01T16:14:08.7643933Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.7644862Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.7645797Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.7646463Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.7647094Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.7647708Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.7648150Z 2024-11-01T16:14:08.7809372Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.7810199Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.7811043Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.7811715Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.7812347Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.7812960Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.7813396Z 2024-11-01T16:14:08.7975287Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.7976047Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.7976906Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.7977562Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.7978206Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.7978881Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.7979369Z 2024-11-01T16:14:08.8140309Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.8141107Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.8141960Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.8142622Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.8143255Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.8143879Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.8144311Z 2024-11-01T16:14:08.8304165Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.8304910Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.8305975Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.8306642Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.8307254Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.8307877Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.8308304Z 2024-11-01T16:14:08.8464822Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:08.8465636Z At C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1:21 char:5 2024-11-01T16:14:08.8466678Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:08.8467339Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:08.8467954Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:08.8468576Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:08.8469010Z 2024-11-01T16:14:08.9116327Z Caption CommandLine ProcessId 2024-11-01T16:14:08.9117139Z 2024-11-01T16:14:08.9117620Z System Idle Process 0 2024-11-01T16:14:08.9118241Z 2024-11-01T16:14:08.9118629Z System 4 2024-11-01T16:14:08.9119167Z 2024-11-01T16:14:08.9119764Z Registry 168 2024-11-01T16:14:08.9120304Z 2024-11-01T16:14:08.9120880Z smss.exe 408 2024-11-01T16:14:08.9121417Z 2024-11-01T16:14:08.9122118Z csrss.exe 524 2024-11-01T16:14:08.9122678Z 2024-11-01T16:14:08.9123365Z wininit.exe 600 2024-11-01T16:14:08.9123926Z 2024-11-01T16:14:08.9124663Z csrss.exe 608 2024-11-01T16:14:08.9125283Z 2024-11-01T16:14:08.9125789Z winlogon.exe winlogon.exe 672 2024-11-01T16:14:08.9127166Z 2024-11-01T16:14:08.9127670Z services.exe 740 2024-11-01T16:14:08.9128280Z 2024-11-01T16:14:08.9128875Z lsass.exe C:\Windows\system32\lsass.exe 760 2024-11-01T16:14:08.9129582Z 2024-11-01T16:14:08.9130337Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2024-11-01T16:14:08.9131210Z 2024-11-01T16:14:08.9131891Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2024-11-01T16:14:08.9132694Z 2024-11-01T16:14:08.9133280Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-11-01T16:14:08.9133996Z 2024-11-01T16:14:08.9134519Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-11-01T16:14:08.9135191Z 2024-11-01T16:14:08.9135835Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2024-11-01T16:14:08.9136702Z 2024-11-01T16:14:08.9137417Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 444 2024-11-01T16:14:08.9138255Z 2024-11-01T16:14:08.9139821Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1032 2024-11-01T16:14:08.9140739Z 2024-11-01T16:14:08.9141613Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1148 2024-11-01T16:14:08.9142703Z 2024-11-01T16:14:08.9143158Z dwm.exe "dwm.exe" 1176 2024-11-01T16:14:08.9143732Z 2024-11-01T16:14:08.9144327Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1312 2024-11-01T16:14:08.9145132Z 2024-11-01T16:14:08.9145991Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1364 2024-11-01T16:14:08.9146971Z 2024-11-01T16:14:08.9148896Z 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 1372 2024-11-01T16:14:08.9151022Z 2024-11-01T16:14:08.9151734Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1440 2024-11-01T16:14:08.9152597Z 2024-11-01T16:14:08.9153291Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1472 2024-11-01T16:14:08.9154131Z 2024-11-01T16:14:08.9154952Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1488 2024-11-01T16:14:08.9155962Z 2024-11-01T16:14:08.9156774Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1560 2024-11-01T16:14:08.9157622Z 2024-11-01T16:14:08.9158320Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1568 2024-11-01T16:14:08.9159158Z 2024-11-01T16:14:08.9159893Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1576 2024-11-01T16:14:08.9160850Z 2024-11-01T16:14:08.9161642Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1584 2024-11-01T16:14:08.9162586Z 2024-11-01T16:14:08.9163337Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1712 2024-11-01T16:14:08.9164233Z 2024-11-01T16:14:08.9165028Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1736 2024-11-01T16:14:08.9165878Z 2024-11-01T16:14:08.9166710Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1752 2024-11-01T16:14:08.9167764Z 2024-11-01T16:14:08.9168454Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1816 2024-11-01T16:14:08.9169279Z 2024-11-01T16:14:08.9170154Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1920 2024-11-01T16:14:08.9171160Z 2024-11-01T16:14:08.9171941Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1960 2024-11-01T16:14:08.9172856Z 2024-11-01T16:14:08.9173757Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2020 2024-11-01T16:14:08.9174656Z 2024-11-01T16:14:08.9175390Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 2028 2024-11-01T16:14:08.9176340Z 2024-11-01T16:14:08.9177078Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1652 2024-11-01T16:14:08.9177948Z 2024-11-01T16:14:08.9178782Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2088 2024-11-01T16:14:08.9179733Z 2024-11-01T16:14:08.9180547Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2188 2024-11-01T16:14:08.9181474Z 2024-11-01T16:14:08.9182392Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2216 2024-11-01T16:14:08.9183419Z 2024-11-01T16:14:08.9184318Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2348 2024-11-01T16:14:08.9185357Z 2024-11-01T16:14:08.9186096Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2420 2024-11-01T16:14:08.9186949Z 2024-11-01T16:14:08.9187673Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2560 2024-11-01T16:14:08.9188519Z 2024-11-01T16:14:08.9189247Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2600 2024-11-01T16:14:08.9190132Z 2024-11-01T16:14:08.9190876Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2812 2024-11-01T16:14:08.9191599Z 2024-11-01T16:14:08.9192367Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2892 2024-11-01T16:14:08.9193798Z 2024-11-01T16:14:08.9194639Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2900 2024-11-01T16:14:08.9195645Z 2024-11-01T16:14:08.9196434Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2908 2024-11-01T16:14:08.9197301Z 2024-11-01T16:14:08.9198121Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2916 2024-11-01T16:14:08.9199089Z 2024-11-01T16:14:08.9199796Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2924 2024-11-01T16:14:08.9200641Z 2024-11-01T16:14:08.9201392Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2940 2024-11-01T16:14:08.9202305Z 2024-11-01T16:14:08.9203028Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2932 2024-11-01T16:14:08.9203893Z 2024-11-01T16:14:08.9204620Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2948 2024-11-01T16:14:08.9205579Z 2024-11-01T16:14:08.9206297Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3148 2024-11-01T16:14:08.9207634Z 2024-11-01T16:14:08.9208246Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3188 2024-11-01T16:14:08.9208997Z 2024-11-01T16:14:08.9209979Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3264 2024-11-01T16:14:08.9211170Z 2024-11-01T16:14:08.9211885Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3328 2024-11-01T16:14:08.9212782Z 2024-11-01T16:14:08.9213698Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3760 2024-11-01T16:14:08.9214713Z 2024-11-01T16:14:08.9215423Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 3056 2024-11-01T16:14:08.9216274Z 2024-11-01T16:14:08.9217990Z 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 3928 2024-11-01T16:14:08.9219906Z 2024-11-01T16:14:08.9220583Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 3600 2024-11-01T16:14:08.9221381Z 2024-11-01T16:14:08.9221943Z vds.exe C:\Windows\System32\vds.exe 472 2024-11-01T16:14:08.9222617Z 2024-11-01T16:14:08.9223450Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 3700 2024-11-01T16:14:08.9224449Z 2024-11-01T16:14:08.9225334Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4484 2024-11-01T16:14:08.9226238Z 2024-11-01T16:14:08.9226851Z msdtc.exe C:\Windows\System32\msdtc.exe 4968 2024-11-01T16:14:08.9227624Z 2024-11-01T16:14:08.9228666Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 5004 2024-11-01T16:14:08.9229863Z 2024-11-01T16:14:08.9231994Z 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 4240 2024-11-01T16:14:08.9234169Z 2024-11-01T16:14:08.9234802Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4248 2024-11-01T16:14:08.9235596Z 2024-11-01T16:14:08.9236537Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4840 2024-11-01T16:14:08.9237596Z 2024-11-01T16:14:08.9238378Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4960 2024-11-01T16:14:08.9239258Z 2024-11-01T16:14:08.9240101Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3108 2024-11-01T16:14:08.9241057Z 2024-11-01T16:14:08.9241809Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2588 2024-11-01T16:14:08.9242706Z 2024-11-01T16:14:08.9243426Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 3696 2024-11-01T16:14:08.9244371Z 2024-11-01T16:14:08.9245239Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4172 2024-11-01T16:14:08.9246080Z 2024-11-01T16:14:08.9246915Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4672 2024-11-01T16:14:08.9247933Z 2024-11-01T16:14:08.9248711Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4892 2024-11-01T16:14:08.9249625Z 2024-11-01T16:14:08.9250493Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1068 2024-11-01T16:14:08.9251512Z 2024-11-01T16:14:08.9252270Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 596 2024-11-01T16:14:08.9253238Z 2024-11-01T16:14:08.9254093Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4236 2024-11-01T16:14:08.9255090Z 2024-11-01T16:14:08.9255775Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4136 2024-11-01T16:14:08.9256613Z 2024-11-01T16:14:08.9257536Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1012 2024-11-01T16:14:08.9258606Z 2024-11-01T16:14:08.9259313Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3848 2024-11-01T16:14:08.9260120Z 2024-11-01T16:14:08.9260916Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1404 2668 272 2024-11-01T16:14:08.9261827Z 2024-11-01T16:14:08.9262527Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 924 2024-11-01T16:14:08.9263273Z 2024-11-01T16:14:08.9264469Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\860209a5-34fd-4a34-9ae5-be3d5363946c.ps1'" 1500 2024-11-01T16:14:08.9265958Z 2024-11-01T16:14:08.9266604Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1208 2024-11-01T16:14:08.9267370Z 2024-11-01T16:14:08.9268254Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 3636 2024-11-01T16:14:08.9269262Z 2024-11-01T16:14:08.9269266Z 2024-11-01T16:14:08.9269271Z 2024-11-01T16:14:08.9537609Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-11-01T16:14:08.9538249Z with: 2024-11-01T16:14:08.9538850Z github-secret: *** 2024-11-01T16:14:08.9541794Z 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-11-01T16:14:08.9544889Z activate-with-label: false 2024-11-01T16:14:08.9545234Z label: with-ssh 2024-11-01T16:14:08.9545528Z remove-existing-keys: true 2024-11-01T16:14:08.9545879Z fail-silently: true 2024-11-01T16:14:08.9546164Z env: 2024-11-01T16:14:08.9546443Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.9546758Z ##[endgroup] 2024-11-01T16:14:09.0517735Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-11-01T16:14:09.0519330Z ciflow reference detected, attempting to extract PR number 2024-11-01T16:14:09.3811035Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2024-11-01T16:14:09.4336974Z No SSH keys found for user pytorch-bot[bot] 2024-11-01T16:14:09.4337689Z Grabbing public ssh keys from https://github.com/c00w.keys 2024-11-01T16:14:09.4980202Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-11-01T16:14:09.5001452Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-11-01T16:14:09.5034867Z Login using: ssh runneruser@ec2-54-83-109-18.compute-1.amazonaws.com 2024-11-01T16:14:09.5035654Z To forward remote desktop on your local machine ssh as follows: 2024-11-01T16:14:09.5036437Z ssh -L 3389:localhost:3389 runneruser@ec2-54-83-109-18.compute-1.amazonaws.com 2024-11-01T16:14:09.5037112Z And then change password using `passwd` command. 2024-11-01T16:14:09.5037475Z 2024-11-01T16:14:09.5037870Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-11-01T16:14:09.5038694Z Activate miniconda and Visual Studio environment, by running: 2024-11-01T16:14:09.5039414Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:14:09.5040403Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-11-01T16:14:09.5277806Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:14:09.5278421Z with: 2024-11-01T16:14:09.5278684Z no-sudo: true 2024-11-01T16:14:09.5278970Z submodules: recursive 2024-11-01T16:14:09.5279486Z fetch-depth: 0 2024-11-01T16:14:09.5279769Z env: 2024-11-01T16:14:09.5280048Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.5280364Z ##[endgroup] 2024-11-01T16:14:09.5361522Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:14:09.5362864Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:14:09.5382634Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:09.5383274Z env: 2024-11-01T16:14:09.5383510Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.5383833Z ##[endgroup] 2024-11-01T16:14:09.5767316Z ##[group]Run retry () { 2024-11-01T16:14:09.5767658Z retry () { 2024-11-01T16:14:09.5768125Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:14:09.5768721Z } 2024-11-01T16:14:09.5769055Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:14:09.5769446Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:14:09.5769911Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:14:09.5770354Z else 2024-11-01T16:14:09.5770666Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:14:09.5771080Z fi 2024-11-01T16:14:09.5771361Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:14:09.5791101Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:09.5791856Z env: 2024-11-01T16:14:09.5792150Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:09.5792466Z NO_SUDO: true 2024-11-01T16:14:09.5792736Z ##[endgroup] 2024-11-01T16:14:09.5970524Z C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:14:12.7956736Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:14:12.7957193Z with: 2024-11-01T16:14:12.7957516Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:12.7957972Z fetch-depth: 0 2024-11-01T16:14:12.7958274Z submodules: recursive 2024-11-01T16:14:12.7958603Z quiet-checkout: true 2024-11-01T16:14:12.7959011Z repository: pytorch/pytorch 2024-11-01T16:14:12.7959560Z token: *** 2024-11-01T16:14:12.7959836Z ssh-strict: true 2024-11-01T16:14:12.7960134Z persist-credentials: true 2024-11-01T16:14:12.7960480Z clean: true 2024-11-01T16:14:12.7960793Z sparse-checkout-cone-mode: true 2024-11-01T16:14:12.7961153Z lfs: false 2024-11-01T16:14:12.7961438Z set-safe-directory: true 2024-11-01T16:14:12.7961763Z env: 2024-11-01T16:14:12.7961998Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:12.7962321Z ##[endgroup] 2024-11-01T16:14:12.9038096Z Syncing repository: pytorch/pytorch 2024-11-01T16:14:12.9039740Z ##[group]Getting Git version info 2024-11-01T16:14:12.9040307Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:14:12.9099155Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:14:12.9301045Z git version 2.46.0.windows.1 2024-11-01T16:14:12.9345422Z ##[endgroup] 2024-11-01T16:14:12.9358769Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\d5966527-c233-46b3-9718-6cbb22607201\.gitconfig' 2024-11-01T16:14:12.9374208Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d5966527-c233-46b3-9718-6cbb22607201' before making global git config changes 2024-11-01T16:14:12.9375448Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:14:12.9381494Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:14:12.9608689Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:14:12.9615565Z ##[group]Initializing the repository 2024-11-01T16:14:12.9620575Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:14:12.9961220Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:14:13.0012461Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:14:13.0265872Z ##[endgroup] 2024-11-01T16:14:13.0266467Z ##[group]Disabling automatic garbage collection 2024-11-01T16:14:13.0272164Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-11-01T16:14:13.0507396Z ##[endgroup] 2024-11-01T16:14:13.0507929Z ##[group]Setting up auth 2024-11-01T16:14:13.0508680Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:14:13.0727411Z [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-11-01T16:14:13.3920895Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:14:13.4145837Z [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-11-01T16:14:13.7551065Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:14:13.7781941Z ##[endgroup] 2024-11-01T16:14:13.7782496Z ##[group]Fetching the repository 2024-11-01T16:14:13.7793019Z [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-11-01T16:14:17.7592426Z remote: Enumerating objects: 1053418 2024-11-01T16:14:17.7593064Z remote: Enumerating objects: 1053798, done. 2024-11-01T16:14:17.7593870Z remote: Counting objects: 0% (1/380) 2024-11-01T16:14:17.7594579Z remote: Counting objects: 1% (4/380) 2024-11-01T16:14:17.7595195Z remote: Counting objects: 2% (8/380) 2024-11-01T16:14:17.7595699Z remote: Counting objects: 3% (12/380) 2024-11-01T16:14:17.7596208Z remote: Counting objects: 4% (16/380) 2024-11-01T16:14:17.7596782Z remote: Counting objects: 5% (19/380) 2024-11-01T16:14:17.7597477Z remote: Counting objects: 6% (23/380) 2024-11-01T16:14:17.7598020Z remote: Counting objects: 7% (27/380) 2024-11-01T16:14:17.7598499Z remote: Counting objects: 8% (31/380) 2024-11-01T16:14:17.7598997Z remote: Counting objects: 9% (35/380) 2024-11-01T16:14:17.7599498Z remote: Counting objects: 10% (38/380) 2024-11-01T16:14:17.7599984Z remote: Counting objects: 11% (42/380) 2024-11-01T16:14:17.7600485Z remote: Counting objects: 12% (46/380) 2024-11-01T16:14:17.7600979Z remote: Counting objects: 13% (50/380) 2024-11-01T16:14:17.7601520Z remote: Counting objects: 14% (54/380) 2024-11-01T16:14:17.7602003Z remote: Counting objects: 15% (57/380) 2024-11-01T16:14:17.7602508Z remote: Counting objects: 16% (61/380) 2024-11-01T16:14:17.7603000Z remote: Counting objects: 17% (65/380) 2024-11-01T16:14:17.7603473Z remote: Counting objects: 18% (69/380) 2024-11-01T16:14:17.7603967Z remote: Counting objects: 19% (73/380) 2024-11-01T16:14:17.7604459Z remote: Counting objects: 20% (76/380) 2024-11-01T16:14:17.7605008Z remote: Counting objects: 21% (80/380) 2024-11-01T16:14:17.7605501Z remote: Counting objects: 22% (84/380) 2024-11-01T16:14:17.7607072Z remote: Counting objects: 23% (88/380) 2024-11-01T16:14:17.7608339Z remote: Counting objects: 24% (92/380) 2024-11-01T16:14:17.7608857Z remote: Counting objects: 25% (95/380) 2024-11-01T16:14:17.7609354Z remote: Counting objects: 26% (99/380) 2024-11-01T16:14:17.7609833Z remote: Counting objects: 27% (103/380) 2024-11-01T16:14:17.7610485Z remote: Counting objects: 28% (107/380) 2024-11-01T16:14:17.7610996Z remote: Counting objects: 29% (111/380) 2024-11-01T16:14:17.7611483Z remote: Counting objects: 30% (114/380) 2024-11-01T16:14:17.7611992Z remote: Counting objects: 31% (118/380) 2024-11-01T16:14:17.7612501Z remote: Counting objects: 32% (122/380) 2024-11-01T16:14:17.7612981Z remote: Counting objects: 33% (126/380) 2024-11-01T16:14:17.7613487Z remote: Counting objects: 34% (130/380) 2024-11-01T16:14:17.7613990Z remote: Counting objects: 35% (133/380) 2024-11-01T16:14:17.7614472Z remote: Counting objects: 36% (137/380) 2024-11-01T16:14:17.7614979Z remote: Counting objects: 37% (141/380) 2024-11-01T16:14:17.7615475Z remote: Counting objects: 38% (145/380) 2024-11-01T16:14:17.7615979Z remote: Counting objects: 39% (149/380) 2024-11-01T16:14:17.7616459Z remote: Counting objects: 40% (152/380) 2024-11-01T16:14:17.7616968Z remote: Counting objects: 41% (156/380) 2024-11-01T16:14:17.7617470Z remote: Counting objects: 42% (160/380) 2024-11-01T16:14:17.7617953Z remote: Counting objects: 43% (164/380) 2024-11-01T16:14:17.7618457Z remote: Counting objects: 44% (168/380) 2024-11-01T16:14:17.7618955Z remote: Counting objects: 45% (171/380) 2024-11-01T16:14:17.7619439Z remote: Counting objects: 46% (175/380) 2024-11-01T16:14:17.7619940Z remote: Counting objects: 47% (179/380) 2024-11-01T16:14:17.7620440Z remote: Counting objects: 48% (183/380) 2024-11-01T16:14:17.7620953Z remote: Counting objects: 49% (187/380) 2024-11-01T16:14:17.7621462Z remote: Counting objects: 50% (190/380) 2024-11-01T16:14:17.7621961Z remote: Counting objects: 51% (194/380) 2024-11-01T16:14:17.7622460Z remote: Counting objects: 52% (198/380) 2024-11-01T16:14:17.7622939Z remote: Counting objects: 53% (202/380) 2024-11-01T16:14:17.7623445Z remote: Counting objects: 54% (206/380) 2024-11-01T16:14:17.7623946Z remote: Counting objects: 55% (209/380) 2024-11-01T16:14:17.7624427Z remote: Counting objects: 56% (213/380) 2024-11-01T16:14:17.7624924Z remote: Counting objects: 57% (217/380) 2024-11-01T16:14:17.7625423Z remote: Counting objects: 58% (221/380) 2024-11-01T16:14:17.7625902Z remote: Counting objects: 59% (225/380) 2024-11-01T16:14:17.7627521Z remote: Counting objects: 60% (228/380) 2024-11-01T16:14:17.7628075Z remote: Counting objects: 61% (232/380) 2024-11-01T16:14:17.7628567Z remote: Counting objects: 62% (236/380) 2024-11-01T16:14:17.7629079Z remote: Counting objects: 63% (240/380) 2024-11-01T16:14:17.7629626Z remote: Counting objects: 64% (244/380) 2024-11-01T16:14:17.7630159Z remote: Counting objects: 65% (247/380) 2024-11-01T16:14:17.7630644Z remote: Counting objects: 66% (251/380) 2024-11-01T16:14:17.7631151Z remote: Counting objects: 67% (255/380) 2024-11-01T16:14:17.7631647Z remote: Counting objects: 68% (259/380) 2024-11-01T16:14:17.7632126Z remote: Counting objects: 69% (263/380) 2024-11-01T16:14:17.7633516Z remote: Counting objects: 70% (266/380) 2024-11-01T16:14:17.7634023Z remote: Counting objects: 71% (270/380) 2024-11-01T16:14:17.7634506Z remote: Counting objects: 72% (274/380) 2024-11-01T16:14:17.7635009Z remote: Counting objects: 73% (278/380) 2024-11-01T16:14:17.7635508Z remote: Counting objects: 74% (282/380) 2024-11-01T16:14:17.7635985Z remote: Counting objects: 75% (285/380) 2024-11-01T16:14:17.7636652Z remote: Counting objects: 76% (289/380) 2024-11-01T16:14:17.7637160Z remote: Counting objects: 77% (293/380) 2024-11-01T16:14:17.7637642Z remote: Counting objects: 78% (297/380) 2024-11-01T16:14:17.7638147Z remote: Counting objects: 79% (301/380) 2024-11-01T16:14:17.7639256Z remote: Counting objects: 80% (304/380) 2024-11-01T16:14:17.7639758Z remote: Counting objects: 81% (308/380) 2024-11-01T16:14:17.7640251Z remote: Counting objects: 82% (312/380) 2024-11-01T16:14:17.7640756Z remote: Counting objects: 83% (316/380) 2024-11-01T16:14:17.7641255Z remote: Counting objects: 84% (320/380) 2024-11-01T16:14:17.7641739Z remote: Counting objects: 85% (323/380) 2024-11-01T16:14:17.7642237Z remote: Counting objects: 86% (327/380) 2024-11-01T16:14:17.7642737Z remote: Counting objects: 87% (331/380) 2024-11-01T16:14:17.7643218Z remote: Counting objects: 88% (335/380) 2024-11-01T16:14:17.7643724Z remote: Counting objects: 89% (339/380) 2024-11-01T16:14:17.7644224Z remote: Counting objects: 90% (342/380) 2024-11-01T16:14:17.7644702Z remote: Counting objects: 91% (346/380) 2024-11-01T16:14:17.7645311Z remote: Counting objects: 92% (350/380) 2024-11-01T16:14:17.7645818Z remote: Counting objects: 93% (354/380) 2024-11-01T16:14:17.7646301Z remote: Counting objects: 94% (358/380) 2024-11-01T16:14:17.7646802Z remote: Counting objects: 95% (361/380) 2024-11-01T16:14:17.7647302Z remote: Counting objects: 96% (365/380) 2024-11-01T16:14:17.7647781Z remote: Counting objects: 97% (369/380) 2024-11-01T16:14:17.7648284Z remote: Counting objects: 98% (373/380) 2024-11-01T16:14:17.7648782Z remote: Counting objects: 99% (377/380) 2024-11-01T16:14:17.7649263Z remote: Counting objects: 100% (380/380) 2024-11-01T16:14:17.7649802Z remote: Counting objects: 100% (380/380), done. 2024-11-01T16:14:17.7650378Z remote: Compressing objects: 0% (1/199) 2024-11-01T16:14:17.7650890Z remote: Compressing objects: 1% (2/199) 2024-11-01T16:14:17.7659699Z remote: Compressing objects: 2% (4/199) 2024-11-01T16:14:17.7666820Z remote: Compressing objects: 3% (6/199) 2024-11-01T16:14:17.7720552Z remote: Compressing objects: 4% (8/199) 2024-11-01T16:14:17.7743325Z remote: Compressing objects: 5% (10/199) 2024-11-01T16:14:17.7914133Z remote: Compressing objects: 6% (12/199) 2024-11-01T16:14:17.8046004Z remote: Compressing objects: 7% (14/199) 2024-11-01T16:14:17.8090999Z remote: Compressing objects: 8% (16/199) 2024-11-01T16:14:17.8106566Z remote: Compressing objects: 9% (18/199) 2024-11-01T16:14:17.8121325Z remote: Compressing objects: 10% (20/199) 2024-11-01T16:14:17.8128482Z remote: Compressing objects: 11% (22/199) 2024-11-01T16:14:17.8129082Z remote: Compressing objects: 12% (24/199) 2024-11-01T16:14:17.8129660Z remote: Compressing objects: 13% (26/199) 2024-11-01T16:14:17.8130198Z remote: Compressing objects: 14% (28/199) 2024-11-01T16:14:17.8130800Z remote: Compressing objects: 15% (30/199) 2024-11-01T16:14:17.8131333Z remote: Compressing objects: 16% (32/199) 2024-11-01T16:14:17.8131866Z remote: Compressing objects: 17% (34/199) 2024-11-01T16:14:17.8132402Z remote: Compressing objects: 18% (36/199) 2024-11-01T16:14:17.8132964Z remote: Compressing objects: 19% (38/199) 2024-11-01T16:14:17.8133548Z remote: Compressing objects: 20% (40/199) 2024-11-01T16:14:17.8134086Z remote: Compressing objects: 21% (42/199) 2024-11-01T16:14:17.8134598Z remote: Compressing objects: 22% (44/199) 2024-11-01T16:14:17.8135184Z remote: Compressing objects: 23% (46/199) 2024-11-01T16:14:17.8135723Z remote: Compressing objects: 24% (48/199) 2024-11-01T16:14:17.8137586Z remote: Compressing objects: 25% (50/199) 2024-11-01T16:14:17.8138195Z remote: Compressing objects: 26% (52/199) 2024-11-01T16:14:17.8139151Z remote: Compressing objects: 27% (54/199) 2024-11-01T16:14:17.8139700Z remote: Compressing objects: 28% (56/199) 2024-11-01T16:14:17.8140378Z remote: Compressing objects: 29% (58/199) 2024-11-01T16:14:17.8141226Z remote: Compressing objects: 30% (60/199) 2024-11-01T16:14:17.8143645Z remote: Compressing objects: 31% (62/199) 2024-11-01T16:14:17.8144223Z remote: Compressing objects: 32% (64/199) 2024-11-01T16:14:17.8145050Z remote: Compressing objects: 33% (66/199) 2024-11-01T16:14:17.8145647Z remote: Compressing objects: 34% (68/199) 2024-11-01T16:14:17.8147158Z remote: Compressing objects: 35% (70/199) 2024-11-01T16:14:17.8148020Z remote: Compressing objects: 36% (72/199) 2024-11-01T16:14:17.8154004Z remote: Compressing objects: 37% (74/199) 2024-11-01T16:14:17.8158316Z remote: Compressing objects: 38% (76/199) 2024-11-01T16:14:17.8164113Z remote: Compressing objects: 39% (78/199) 2024-11-01T16:14:17.8168719Z remote: Compressing objects: 40% (80/199) 2024-11-01T16:14:17.8170773Z remote: Compressing objects: 41% (82/199) 2024-11-01T16:14:17.8171980Z remote: Compressing objects: 42% (84/199) 2024-11-01T16:14:17.8173047Z remote: Compressing objects: 43% (86/199) 2024-11-01T16:14:17.8174550Z remote: Compressing objects: 44% (88/199) 2024-11-01T16:14:17.8175095Z remote: Compressing objects: 45% (90/199) 2024-11-01T16:14:17.8177902Z remote: Compressing objects: 46% (92/199) 2024-11-01T16:14:17.8178473Z remote: Compressing objects: 47% (94/199) 2024-11-01T16:14:17.8181442Z remote: Compressing objects: 48% (96/199) 2024-11-01T16:14:17.8183318Z remote: Compressing objects: 49% (98/199) 2024-11-01T16:14:17.8184454Z remote: Compressing objects: 50% (100/199) 2024-11-01T16:14:17.8185388Z remote: Compressing objects: 51% (102/199) 2024-11-01T16:14:17.8185969Z remote: Compressing objects: 52% (104/199) 2024-11-01T16:14:17.8186562Z remote: Compressing objects: 53% (106/199) 2024-11-01T16:14:17.8187134Z remote: Compressing objects: 54% (108/199) 2024-11-01T16:14:17.8187675Z remote: Compressing objects: 55% (110/199) 2024-11-01T16:14:17.8189332Z remote: Compressing objects: 56% (112/199) 2024-11-01T16:14:17.8189868Z remote: Compressing objects: 57% (114/199) 2024-11-01T16:14:17.8190442Z remote: Compressing objects: 58% (116/199) 2024-11-01T16:14:17.8191021Z remote: Compressing objects: 59% (118/199) 2024-11-01T16:14:17.8191606Z remote: Compressing objects: 60% (120/199) 2024-11-01T16:14:17.8192164Z remote: Compressing objects: 61% (122/199) 2024-11-01T16:14:17.8192748Z remote: Compressing objects: 62% (124/199) 2024-11-01T16:14:17.8193331Z remote: Compressing objects: 63% (126/199) 2024-11-01T16:14:17.8193884Z remote: Compressing objects: 64% (128/199) 2024-11-01T16:14:17.8195365Z remote: Compressing objects: 65% (130/199) 2024-11-01T16:14:17.8195945Z remote: Compressing objects: 66% (132/199) 2024-11-01T16:14:17.8196516Z remote: Compressing objects: 67% (134/199) 2024-11-01T16:14:17.8197095Z remote: Compressing objects: 68% (136/199) 2024-11-01T16:14:17.8197665Z remote: Compressing objects: 69% (138/199) 2024-11-01T16:14:17.8198227Z remote: Compressing objects: 70% (140/199) 2024-11-01T16:14:17.8198842Z remote: Compressing objects: 71% (142/199) 2024-11-01T16:14:17.8199417Z remote: Compressing objects: 72% (144/199) 2024-11-01T16:14:17.8200861Z remote: Compressing objects: 73% (146/199) 2024-11-01T16:14:17.8201405Z remote: Compressing objects: 74% (148/199) 2024-11-01T16:14:17.8202643Z remote: Compressing objects: 75% (150/199) 2024-11-01T16:14:17.8203224Z remote: Compressing objects: 76% (152/199) 2024-11-01T16:14:17.8203746Z remote: Compressing objects: 77% (154/199) 2024-11-01T16:14:17.8204284Z remote: Compressing objects: 78% (156/199) 2024-11-01T16:14:17.8205004Z remote: Compressing objects: 79% (158/199) 2024-11-01T16:14:17.8206507Z remote: Compressing objects: 80% (160/199) 2024-11-01T16:14:17.8207058Z remote: Compressing objects: 81% (162/199) 2024-11-01T16:14:17.8207632Z remote: Compressing objects: 82% (164/199) 2024-11-01T16:14:17.8208219Z remote: Compressing objects: 83% (166/199) 2024-11-01T16:14:17.8208757Z remote: Compressing objects: 84% (168/199) 2024-11-01T16:14:17.8209334Z remote: Compressing objects: 85% (170/199) 2024-11-01T16:14:17.8209894Z remote: Compressing objects: 86% (172/199) 2024-11-01T16:14:17.8210564Z remote: Compressing objects: 87% (174/199) 2024-11-01T16:14:17.8211166Z remote: Compressing objects: 88% (176/199) 2024-11-01T16:14:17.8212581Z remote: Compressing objects: 89% (178/199) 2024-11-01T16:14:17.8213126Z remote: Compressing objects: 90% (180/199) 2024-11-01T16:14:17.8213645Z remote: Compressing objects: 91% (182/199) 2024-11-01T16:14:17.8214186Z remote: Compressing objects: 92% (184/199) 2024-11-01T16:14:17.8214729Z remote: Compressing objects: 93% (186/199) 2024-11-01T16:14:17.8215250Z remote: Compressing objects: 94% (188/199) 2024-11-01T16:14:17.8215785Z remote: Compressing objects: 95% (190/199) 2024-11-01T16:14:17.8216322Z remote: Compressing objects: 96% (192/199) 2024-11-01T16:14:17.8216840Z remote: Compressing objects: 97% (194/199) 2024-11-01T16:14:17.8218239Z remote: Compressing objects: 98% (196/199) 2024-11-01T16:14:17.8218779Z remote: Compressing objects: 99% (198/199) 2024-11-01T16:14:17.8219329Z remote: Compressing objects: 100% (199/199) 2024-11-01T16:14:17.8219899Z remote: Compressing objects: 100% (199/199), done. 2024-11-01T16:14:38.3394289Z remote: Total 1053798 (delta 214), reused 319 (delta 180), pack-reused 1053418 (from 1) 2024-11-01T16:15:10.1183275Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea^{object} 2024-11-01T16:15:10.1435341Z d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:15:10.1469863Z ##[endgroup] 2024-11-01T16:15:10.1470416Z ##[group]Determining the checkout info 2024-11-01T16:15:10.1471134Z ##[endgroup] 2024-11-01T16:15:10.1471641Z ##[group]Checking out the ref 2024-11-01T16:15:10.1478761Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:15:16.9667630Z ##[endgroup] 2024-11-01T16:15:16.9668239Z ##[group]Setting up auth for fetching submodules 2024-11-01T16:15:16.9675842Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:15:16.9921763Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-11-01T16:15:17.0143413Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-11-01T16:15:17.0367423Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-11-01T16:15:17.0585341Z ##[endgroup] 2024-11-01T16:15:17.0585999Z ##[group]Fetching submodules 2024-11-01T16:15:17.0591924Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-11-01T16:15:17.3953539Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-11-01T16:15:17.7974297Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-11-01T16:15:17.7976033Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-11-01T16:15:17.7977533Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-11-01T16:15:17.7979188Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-11-01T16:15:17.7980528Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-11-01T16:15:17.7982260Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-11-01T16:15:17.7983958Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-11-01T16:15:17.7985354Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-11-01T16:15:17.7986912Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-11-01T16:15:17.7988513Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-11-01T16:15:17.7989913Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-11-01T16:15:17.7991393Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-11-01T16:15:17.7992880Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-11-01T16:15:17.7994159Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-11-01T16:15:17.7995454Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-11-01T16:15:17.7996832Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-11-01T16:15:17.7998179Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-11-01T16:15:17.7999548Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:15:17.8001013Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-11-01T16:15:17.8002414Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-11-01T16:15:17.8003741Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-11-01T16:15:17.8030307Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-11-01T16:15:17.8031707Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-11-01T16:15:17.8032989Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-11-01T16:15:17.8034301Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-11-01T16:15:17.8035561Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-11-01T16:15:17.8036763Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-11-01T16:15:17.8038214Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-11-01T16:15:17.8039961Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-11-01T16:15:17.8041350Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-11-01T16:15:17.8042777Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-11-01T16:15:17.8044395Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-11-01T16:15:17.8045952Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-11-01T16:15:17.8047367Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-11-01T16:15:17.8048683Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-11-01T16:15:17.8049964Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-11-01T16:15:18.3949728Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-11-01T16:15:18.7543408Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-11-01T16:15:19.1449877Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-11-01T16:15:21.3481053Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-11-01T16:15:21.8480915Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-11-01T16:15:24.1918852Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-11-01T16:15:35.0355891Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-11-01T16:15:35.6605687Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-11-01T16:15:37.4574474Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-11-01T16:15:38.2543294Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-11-01T16:15:39.0512128Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-11-01T16:15:40.4574578Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-11-01T16:15:42.6136814Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-11-01T16:15:48.1917855Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-11-01T16:15:49.9261957Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-11-01T16:15:51.7232017Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-11-01T16:15:53.0675912Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-11-01T16:15:53.6449634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-11-01T16:15:54.1761724Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-11-01T16:15:55.3949203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-11-01T16:15:55.9886858Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-11-01T16:15:57.0824326Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-11-01T16:15:58.6449469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-11-01T16:15:59.5824096Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-11-01T16:16:00.1923446Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-11-01T16:16:05.7386949Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-11-01T16:16:07.8636451Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-11-01T16:16:16.6136724Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-11-01T16:16:17.0043040Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-11-01T16:16:26.2386328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-11-01T16:16:26.6293142Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-11-01T16:16:27.0042524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-11-01T16:16:28.2073650Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-11-01T16:16:28.6761155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-11-01T16:16:29.6136420Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-11-01T16:16:30.1934619Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-11-01T16:16:30.2754354Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-11-01T16:16:30.3493437Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-11-01T16:16:30.4172518Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-11-01T16:16:30.5485776Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-11-01T16:16:31.0657757Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-11-01T16:16:31.2367659Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-11-01T16:16:36.9791307Z Submodule path 'third_party/XNNPACK': checked out '87ee0b46b834f67bad9025d4a82ed5654f3403d3' 2024-11-01T16:16:37.1095778Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-11-01T16:16:38.5899668Z Submodule path 'third_party/composable_kernel': checked out 'cedccd59c94cb0c74e7ec0d0f6c791aed081febc' 2024-11-01T16:16:38.7159195Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-11-01T16:16:39.0555312Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-11-01T16:16:39.9806895Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-11-01T16:16:42.2866486Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-11-01T16:16:43.3472397Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-11-01T16:16:43.6281476Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-11-01T16:16:43.6440223Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:16:43.6442694Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:16:43.6444196Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:16:43.6445789Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:16:43.6448378Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:16:44.7693556Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-11-01T16:16:45.6397573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-11-01T16:16:47.9355431Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-11-01T16:16:49.2562273Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-11-01T16:16:49.7637021Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-11-01T16:16:49.9748250Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-11-01T16:16:50.2945893Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-11-01T16:16:52.0898644Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-11-01T16:16:52.8671590Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-11-01T16:16:52.9349871Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-11-01T16:16:53.5987815Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-11-01T16:16:53.7454966Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-11-01T16:16:53.8868727Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-11-01T16:16:54.0304035Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-11-01T16:16:54.2062550Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:16:54.2983923Z Submodule path 'third_party/ideep': checked out '41d636c2bbcea6bff0faf97cdb65a48cdde987af' 2024-11-01T16:16:54.3067633Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-11-01T16:17:12.0951905Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-11-01T16:17:14.1847657Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-11-01T16:17:14.2820370Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-11-01T16:17:14.5442936Z Submodule path 'third_party/kineto': checked out 'ed052ea024b9468908d558b15cd3f7584fb0f492' 2024-11-01T16:17:14.5856127Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:17:14.5858187Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:17:14.5860229Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:17:15.3237614Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-11-01T16:17:16.7634572Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-11-01T16:17:18.0284401Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-11-01T16:17:18.2672993Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-11-01T16:17:18.2887924Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:17:18.2889773Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:17:18.2891613Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:17:18.2893599Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:17:18.2895376Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:17:18.2897400Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:17:18.2899297Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:17:18.2901061Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:17:19.4073036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-11-01T16:17:20.0201238Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-11-01T16:17:21.4630823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-11-01T16:17:21.9527696Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-11-01T16:17:22.7644502Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-11-01T16:17:23.9962739Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-11-01T16:17:29.6527925Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-11-01T16:17:30.0699772Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-11-01T16:17:30.5683835Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-11-01T16:17:30.6836906Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-11-01T16:17:30.8296648Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-11-01T16:17:30.9073562Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-11-01T16:17:30.9163599Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:17:31.5462021Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-11-01T16:17:31.5998092Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-11-01T16:17:31.6969955Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-11-01T16:17:31.8739145Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-11-01T16:17:32.2628865Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-11-01T16:17:32.3623211Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-11-01T16:17:32.5049101Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-11-01T16:17:32.7728591Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-11-01T16:17:32.9385937Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-11-01T16:17:33.0748001Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-11-01T16:17:33.4928660Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-11-01T16:17:35.8977778Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-11-01T16:17:35.9096094Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-11-01T16:17:37.0962709Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-11-01T16:17:37.2590497Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-11-01T16:17:37.6353660Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-11-01T16:17:37.6561866Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:17:37.6563629Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:17:37.6565320Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:17:37.6567079Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:17:37.6569087Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:17:37.6571189Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:17:37.6573174Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:17:37.6574858Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:17:38.4860286Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-11-01T16:17:39.7169946Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-11-01T16:17:40.2117759Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-11-01T16:17:46.0651384Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-11-01T16:17:46.6153744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-11-01T16:17:47.0131993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-11-01T16:17:47.5080228Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-11-01T16:17:54.1861710Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-11-01T16:17:54.2889636Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-11-01T16:17:54.4601734Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-11-01T16:17:54.5356932Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-11-01T16:17:54.9622400Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-11-01T16:17:55.2248184Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-11-01T16:17:55.3280714Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-11-01T16:17:55.4481945Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-11-01T16:17:55.4585424Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:17:55.4587333Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:17:57.5106397Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-11-01T16:17:58.7303167Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-11-01T16:17:59.4251703Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-11-01T16:17:59.6019683Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:18:04.4863950Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-11-01T16:18:04.5652661Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-11-01T16:18:05.8207940Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-11-01T16:18:05.8323564Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:05.8325460Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:06.4975585Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-11-01T16:18:07.6909902Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-11-01T16:18:07.7657457Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-11-01T16:18:07.9985212Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-11-01T16:18:08.0613782Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-11-01T16:18:08.1382166Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-11-01T16:18:08.4240489Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-11-01T16:18:08.5577484Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-11-01T16:18:08.7334086Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-11-01T16:18:09.0006322Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-11-01T16:18:09.0151658Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:09.0153340Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:09.0154853Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:09.0156959Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:10.2190588Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-11-01T16:18:10.6242885Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-11-01T16:18:12.3159239Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-11-01T16:18:13.9488675Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-11-01T16:18:14.1302324Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-11-01T16:18:14.2297708Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-11-01T16:18:14.4635309Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-11-01T16:18:14.6090133Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-11-01T16:18:14.6186683Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:15.0527340Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-11-01T16:18:15.1242206Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-11-01T16:18:15.1470964Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-11-01T16:18:15.4602312Z Entering 'android/libs/fbjni' 2024-11-01T16:18:15.4951589Z Entering 'third_party/FP16' 2024-11-01T16:18:15.5281870Z Entering 'third_party/FXdiv' 2024-11-01T16:18:15.5619925Z Entering 'third_party/NNPACK' 2024-11-01T16:18:15.5954003Z Entering 'third_party/NVTX' 2024-11-01T16:18:15.6297147Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:15.6625261Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:15.6976420Z Entering 'third_party/benchmark' 2024-11-01T16:18:15.7312985Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:15.7653187Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:15.7989925Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:15.8363770Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:15.8699643Z Entering 'third_party/cutlass' 2024-11-01T16:18:15.9048205Z Entering 'third_party/eigen' 2024-11-01T16:18:15.9380634Z Entering 'third_party/fbgemm' 2024-11-01T16:18:15.9711109Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:16.0055606Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:16.0393959Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:16.0737609Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:16.1075462Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:16.1432150Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:16.1781453Z Entering 'third_party/fmt' 2024-11-01T16:18:16.2115947Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:16.2448640Z Entering 'third_party/gloo' 2024-11-01T16:18:16.2775204Z Entering 'third_party/googletest' 2024-11-01T16:18:16.3112407Z Entering 'third_party/ideep' 2024-11-01T16:18:16.3435990Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:16.3834739Z Entering 'third_party/ittapi' 2024-11-01T16:18:16.4171026Z Entering 'third_party/kineto' 2024-11-01T16:18:16.4504076Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:16.4823285Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:16.5163133Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:16.5495410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:16.5827110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:16.6144817Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:16.6508673Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:16.6840582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:16.7170811Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:16.7503260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:16.7852725Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:16.8181906Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:16.8547000Z Entering 'third_party/mimalloc' 2024-11-01T16:18:16.8866694Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:16.9244838Z Entering 'third_party/nlohmann' 2024-11-01T16:18:16.9575701Z Entering 'third_party/onnx' 2024-11-01T16:18:16.9914609Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:17.0258596Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:17.0591494Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:17.0934559Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:17.1264426Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:17.1596618Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:17.1931230Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:17.2263763Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:17.2619151Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:17.2934760Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:17.3272983Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:17.3624596Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:17.3989288Z Entering 'third_party/pocketfft' 2024-11-01T16:18:17.4349106Z Entering 'third_party/protobuf' 2024-11-01T16:18:17.4687896Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:17.5016863Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:17.5367957Z Entering 'third_party/psimd' 2024-11-01T16:18:17.5694309Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:17.6022845Z Entering 'third_party/pybind11' 2024-11-01T16:18:17.6379057Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:17.6707588Z Entering 'third_party/sleef' 2024-11-01T16:18:17.7093697Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:17.7413828Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:17.7771450Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:17.8114872Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:17.8445037Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:17.8771774Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:17.9228988Z ##[endgroup] 2024-11-01T16:18:17.9229620Z ##[group]Persisting credentials for submodules 2024-11-01T16:18:17.9239977Z [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-11-01T16:18:18.2453298Z Entering 'android/libs/fbjni' 2024-11-01T16:18:18.3030356Z Entering 'third_party/FP16' 2024-11-01T16:18:18.3564283Z Entering 'third_party/FXdiv' 2024-11-01T16:18:18.4087318Z Entering 'third_party/NNPACK' 2024-11-01T16:18:18.4609942Z Entering 'third_party/NVTX' 2024-11-01T16:18:18.5122397Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:18.5652332Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:18.6183552Z Entering 'third_party/benchmark' 2024-11-01T16:18:18.6699296Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:18.7245925Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:18.7770223Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:18.8298158Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:18.8816121Z Entering 'third_party/cutlass' 2024-11-01T16:18:18.9373509Z Entering 'third_party/eigen' 2024-11-01T16:18:18.9912386Z Entering 'third_party/fbgemm' 2024-11-01T16:18:19.0449523Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:19.1001208Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:19.1526741Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:19.2065055Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:19.2616352Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:19.3154112Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:19.3665457Z Entering 'third_party/fmt' 2024-11-01T16:18:19.4181675Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:19.4701673Z Entering 'third_party/gloo' 2024-11-01T16:18:19.5217631Z Entering 'third_party/googletest' 2024-11-01T16:18:19.5753754Z Entering 'third_party/ideep' 2024-11-01T16:18:19.6261045Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:19.6806526Z Entering 'third_party/ittapi' 2024-11-01T16:18:19.7336158Z Entering 'third_party/kineto' 2024-11-01T16:18:19.7867401Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:19.8395391Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:19.8921252Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:19.9440800Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:19.9989313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:20.0517880Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:20.1092804Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:20.1614813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:20.2126869Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:20.2658560Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:20.3199794Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:20.3729120Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:20.4267662Z Entering 'third_party/mimalloc' 2024-11-01T16:18:20.4791447Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:20.5320160Z Entering 'third_party/nlohmann' 2024-11-01T16:18:20.5850937Z Entering 'third_party/onnx' 2024-11-01T16:18:20.6366282Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:20.6928001Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:20.7451109Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:20.7993802Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:20.8510404Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:20.9030500Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:20.9594694Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:21.0116587Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:21.0630419Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:21.1134285Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:21.1664597Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:21.2211638Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:21.2842507Z Entering 'third_party/pocketfft' 2024-11-01T16:18:21.3363600Z Entering 'third_party/protobuf' 2024-11-01T16:18:21.3876082Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:21.4399261Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:21.4932012Z Entering 'third_party/psimd' 2024-11-01T16:18:21.5454989Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:21.5967728Z Entering 'third_party/pybind11' 2024-11-01T16:18:21.6475407Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:21.6989216Z Entering 'third_party/sleef' 2024-11-01T16:18:21.7501234Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:21.8022829Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:21.8559146Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:21.9080779Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:21.9602948Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:22.0116630Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:22.0753146Z [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-11-01T16:18:22.4056124Z Entering 'android/libs/fbjni' 2024-11-01T16:18:22.4560799Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-11-01T16:18:22.4688141Z Entering 'third_party/FP16' 2024-11-01T16:18:22.5218159Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-11-01T16:18:22.5338890Z Entering 'third_party/FXdiv' 2024-11-01T16:18:22.5838259Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-11-01T16:18:22.5989655Z Entering 'third_party/NNPACK' 2024-11-01T16:18:22.6496987Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-11-01T16:18:22.6627539Z Entering 'third_party/NVTX' 2024-11-01T16:18:22.7106894Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-11-01T16:18:22.7223676Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:22.7691703Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-11-01T16:18:22.7811617Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:22.8298820Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-11-01T16:18:22.8437707Z Entering 'third_party/benchmark' 2024-11-01T16:18:22.8925578Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:18:22.9042656Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:22.9533508Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-11-01T16:18:22.9657072Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:23.0166674Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-11-01T16:18:23.0287513Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:23.0786131Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:18:23.0909283Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:23.1404375Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-11-01T16:18:23.1523433Z Entering 'third_party/cutlass' 2024-11-01T16:18:23.2041793Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:18:23.2169588Z Entering 'third_party/eigen' 2024-11-01T16:18:23.2710335Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-11-01T16:18:23.2830928Z Entering 'third_party/fbgemm' 2024-11-01T16:18:23.3344956Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-11-01T16:18:23.3461605Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:23.3970238Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-11-01T16:18:23.4088624Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:23.4600036Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:18:23.4724740Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:23.5233318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:18:23.5361758Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:23.5870444Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:23.5992694Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:23.6495873Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-11-01T16:18:23.6629863Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:23.7125175Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-11-01T16:18:23.7252078Z Entering 'third_party/fmt' 2024-11-01T16:18:23.7775430Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-11-01T16:18:23.7896396Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:23.8405981Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-11-01T16:18:23.8535179Z Entering 'third_party/gloo' 2024-11-01T16:18:23.9037173Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-11-01T16:18:23.9155162Z Entering 'third_party/googletest' 2024-11-01T16:18:23.9650082Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:23.9769118Z Entering 'third_party/ideep' 2024-11-01T16:18:24.0271226Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-11-01T16:18:24.0377975Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:24.0875501Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-11-01T16:18:24.1022018Z Entering 'third_party/ittapi' 2024-11-01T16:18:24.1508187Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-11-01T16:18:24.1631213Z Entering 'third_party/kineto' 2024-11-01T16:18:24.2120277Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-11-01T16:18:24.2225936Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:24.2723466Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-11-01T16:18:24.2830467Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:24.3334887Z 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-11-01T16:18:24.3455904Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:24.3961574Z 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-11-01T16:18:24.4100946Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:24.4600439Z 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-11-01T16:18:24.4720329Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:24.5230489Z 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-11-01T16:18:24.5339783Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:24.5865137Z 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-11-01T16:18:24.6003695Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:24.6506387Z 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-11-01T16:18:24.6628375Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:24.7153947Z 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-11-01T16:18:24.7273583Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:24.7803123Z 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-11-01T16:18:24.7930550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:24.8449517Z 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-11-01T16:18:24.8589049Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:24.9107165Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-11-01T16:18:24.9230632Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:24.9750702Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-11-01T16:18:24.9894194Z Entering 'third_party/mimalloc' 2024-11-01T16:18:25.0402407Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-11-01T16:18:25.0551607Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:25.1065211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-11-01T16:18:25.1183492Z Entering 'third_party/nlohmann' 2024-11-01T16:18:25.1670630Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-11-01T16:18:25.1791366Z Entering 'third_party/onnx' 2024-11-01T16:18:25.2302777Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-11-01T16:18:25.2428199Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:25.2942933Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:18:25.3084379Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:25.3601030Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-11-01T16:18:25.3707915Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:25.4212065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:18:25.4331647Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:25.4843622Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:25.4968299Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:25.5461379Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-11-01T16:18:25.5583484Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:25.6075369Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-11-01T16:18:25.6196598Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:25.6701045Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-11-01T16:18:25.6824630Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:25.7314428Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-11-01T16:18:25.7434202Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:25.7938725Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-11-01T16:18:25.8046987Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:25.8585606Z 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-11-01T16:18:25.8709881Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:25.9260649Z 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-11-01T16:18:25.9396866Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:25.9896465Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-11-01T16:18:26.0059415Z Entering 'third_party/pocketfft' 2024-11-01T16:18:26.0549821Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-11-01T16:18:26.0673559Z Entering 'third_party/protobuf' 2024-11-01T16:18:26.1176961Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-11-01T16:18:26.1285621Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:26.1787430Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:18:26.1905769Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:26.2399073Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:26.2535625Z Entering 'third_party/psimd' 2024-11-01T16:18:26.3020254Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-11-01T16:18:26.3142236Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:26.3665635Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-11-01T16:18:26.3787536Z Entering 'third_party/pybind11' 2024-11-01T16:18:26.4278746Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:18:26.4397778Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:26.4887767Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-11-01T16:18:26.5008670Z Entering 'third_party/sleef' 2024-11-01T16:18:26.5497987Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-11-01T16:18:26.5619841Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:26.6131476Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-11-01T16:18:26.6239123Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:26.6736511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:26.6853192Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:26.7370589Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-11-01T16:18:26.7491381Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:26.7996474Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-11-01T16:18:26.8118436Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:26.8636480Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:18:26.8745020Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:26.9251784Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-11-01T16:18:26.9802096Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-11-01T16:18:27.3159587Z Entering 'android/libs/fbjni' 2024-11-01T16:18:27.3500239Z Entering 'third_party/FP16' 2024-11-01T16:18:27.3831411Z Entering 'third_party/FXdiv' 2024-11-01T16:18:27.4166002Z Entering 'third_party/NNPACK' 2024-11-01T16:18:27.4499301Z Entering 'third_party/NVTX' 2024-11-01T16:18:27.4851884Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:27.5184070Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:27.5540675Z Entering 'third_party/benchmark' 2024-11-01T16:18:27.5870713Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:27.6237442Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:27.6578674Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:27.6907991Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:27.7251059Z Entering 'third_party/cutlass' 2024-11-01T16:18:27.7608746Z Entering 'third_party/eigen' 2024-11-01T16:18:27.7951771Z Entering 'third_party/fbgemm' 2024-11-01T16:18:27.8341368Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:27.8682917Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:27.9013669Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:27.9363212Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:27.9702979Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:28.0053916Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:28.0408464Z Entering 'third_party/fmt' 2024-11-01T16:18:28.0740003Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:28.1067897Z Entering 'third_party/gloo' 2024-11-01T16:18:28.1403800Z Entering 'third_party/googletest' 2024-11-01T16:18:28.1739633Z Entering 'third_party/ideep' 2024-11-01T16:18:28.2071337Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:28.2429350Z Entering 'third_party/ittapi' 2024-11-01T16:18:28.2758654Z Entering 'third_party/kineto' 2024-11-01T16:18:28.3078008Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:28.3397861Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:28.3737530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:28.4070463Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:28.4404862Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:28.4733246Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:28.5095458Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:28.5431655Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:28.5809850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:28.6163521Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:28.6511835Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:28.6850694Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:28.7194323Z Entering 'third_party/mimalloc' 2024-11-01T16:18:28.7540367Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:28.7875850Z Entering 'third_party/nlohmann' 2024-11-01T16:18:28.8203703Z Entering 'third_party/onnx' 2024-11-01T16:18:28.8552069Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:28.8900836Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:28.9248860Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:28.9582839Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:28.9920898Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:29.0265958Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:29.0599819Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:29.0931182Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:29.1281347Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:29.1598996Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:29.1986406Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:29.2348846Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:29.2716327Z Entering 'third_party/pocketfft' 2024-11-01T16:18:29.3048344Z Entering 'third_party/protobuf' 2024-11-01T16:18:29.3370497Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:29.3706680Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:29.4061004Z Entering 'third_party/psimd' 2024-11-01T16:18:29.4393101Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:29.4724952Z Entering 'third_party/pybind11' 2024-11-01T16:18:29.5059749Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:29.5394224Z Entering 'third_party/sleef' 2024-11-01T16:18:29.5735889Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:29.6046555Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:29.6406272Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:29.6765185Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:29.7096736Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:29.7409581Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:29.7880962Z [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-11-01T16:18:30.1186555Z Entering 'android/libs/fbjni' 2024-11-01T16:18:30.1520842Z Entering 'third_party/FP16' 2024-11-01T16:18:30.1856226Z Entering 'third_party/FXdiv' 2024-11-01T16:18:30.2191807Z Entering 'third_party/NNPACK' 2024-11-01T16:18:30.2561799Z Entering 'third_party/NVTX' 2024-11-01T16:18:30.2905860Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:30.3245051Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:30.3604662Z Entering 'third_party/benchmark' 2024-11-01T16:18:30.3951347Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:30.4312715Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:30.4639003Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:30.4977746Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:30.5325584Z Entering 'third_party/cutlass' 2024-11-01T16:18:30.5661824Z Entering 'third_party/eigen' 2024-11-01T16:18:30.6033567Z Entering 'third_party/fbgemm' 2024-11-01T16:18:30.6390886Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:30.6730982Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:30.7154203Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:30.7489064Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:30.7835155Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:30.8189251Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:30.8526826Z Entering 'third_party/fmt' 2024-11-01T16:18:30.8857355Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:30.9186790Z Entering 'third_party/gloo' 2024-11-01T16:18:30.9522834Z Entering 'third_party/googletest' 2024-11-01T16:18:30.9893276Z Entering 'third_party/ideep' 2024-11-01T16:18:31.0205056Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:31.0564818Z Entering 'third_party/ittapi' 2024-11-01T16:18:31.0899599Z Entering 'third_party/kineto' 2024-11-01T16:18:31.1212563Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:31.1536402Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:31.1887390Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:31.2231025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:31.2576125Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:31.2895801Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:31.3252490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:31.3596235Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:31.3940027Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:31.4289616Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:31.4656905Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:31.5004572Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:31.5377878Z Entering 'third_party/mimalloc' 2024-11-01T16:18:31.5710819Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:31.6050656Z Entering 'third_party/nlohmann' 2024-11-01T16:18:31.6375306Z Entering 'third_party/onnx' 2024-11-01T16:18:31.6712439Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:31.7072567Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:31.7391123Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:31.7739572Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:31.8081297Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:31.8420709Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:31.8765694Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:31.9132428Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:31.9472157Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:31.9794588Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:32.0136619Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:32.0491243Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:32.0875882Z Entering 'third_party/pocketfft' 2024-11-01T16:18:32.1202349Z Entering 'third_party/protobuf' 2024-11-01T16:18:32.1525109Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:32.1852974Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:32.2213734Z Entering 'third_party/psimd' 2024-11-01T16:18:32.2538100Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:32.2872657Z Entering 'third_party/pybind11' 2024-11-01T16:18:32.3203084Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:32.3541600Z Entering 'third_party/sleef' 2024-11-01T16:18:32.3870805Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:32.4190613Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:32.4548717Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:32.4874598Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:32.5209345Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:32.5537198Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:32.6016340Z ##[endgroup] 2024-11-01T16:18:32.6282119Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-11-01T16:18:32.6478146Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:18:32.6788009Z Prepare all required actions 2024-11-01T16:18:32.6879116Z ##[group]Run ./.github/actions/setup-win 2024-11-01T16:18:32.6879498Z with: 2024-11-01T16:18:32.6879759Z cuda-version: 12.1 2024-11-01T16:18:32.6880061Z env: 2024-11-01T16:18:32.6880300Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:32.6880643Z ##[endgroup] 2024-11-01T16:18:32.6956531Z ##[group]Run set -euo pipefail 2024-11-01T16:18:32.6956921Z set -euo pipefail 2024-11-01T16:18:32.6957281Z function get_ec2_metadata() { 2024-11-01T16:18:32.6957849Z  # Pulled from instance metadata endpoint for EC2 2024-11-01T16:18:32.6958818Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-11-01T16:18:32.6959603Z  category=$1 2024-11-01T16:18:32.6960946Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-11-01T16:18:32.6962294Z } 2024-11-01T16:18:32.6962618Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-11-01T16:18:32.6963241Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-11-01T16:18:32.6963937Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-11-01T16:18:32.6964505Z echo "system info $(uname -a)" 2024-11-01T16:18:32.6984290Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:32.6984982Z env: 2024-11-01T16:18:32.6985219Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:32.6985545Z ##[endgroup] 2024-11-01T16:18:32.7621980Z ami-id: ami-0ef6d56db79453e70 2024-11-01T16:18:32.8126499Z instance-id: i-014238f1e884cf1e1 2024-11-01T16:18:32.8636461Z instance-type: c5d.4xlarge 2024-11-01T16:18:32.8820156Z 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-11-01T16:18:32.8932797Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:18:32.8934165Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:18:32.8950321Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:18:32.8950983Z env: 2024-11-01T16:18:32.8951221Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:32.8951541Z ##[endgroup] 2024-11-01T16:18:33.2203582Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:18:33.2265295Z Finished 2024-11-01T16:18:33.2623719Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-11-01T16:18:33.2624429Z # Windows conda is baked into the AMI at this location 2024-11-01T16:18:33.2625078Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-11-01T16:18:33.2625565Z  2024-11-01T16:18:33.2625808Z { 2024-11-01T16:18:33.2626201Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-11-01T16:18:33.2626815Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-11-01T16:18:33.2627361Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-11-01T16:18:33.2627813Z } >> "${GITHUB_ENV}" 2024-11-01T16:18:33.2646251Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:33.2646979Z env: 2024-11-01T16:18:33.2647234Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:33.2647559Z ##[endgroup] 2024-11-01T16:18:33.2932958Z ##[group]Run set +e 2024-11-01T16:18:33.2933288Z set +e 2024-11-01T16:18:33.2933543Z set -x 2024-11-01T16:18:33.2933809Z  2024-11-01T16:18:33.2934127Z PYTHON3=$(${CONDA_RUN} which python3) 2024-11-01T16:18:33.2934551Z EXIT_CODE=$? 2024-11-01T16:18:33.2934843Z  2024-11-01T16:18:33.2936322Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:18:33.2936954Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-11-01T16:18:33.2937526Z  2024-11-01T16:18:33.2937883Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-11-01T16:18:33.2938422Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:18:33.2938877Z else 2024-11-01T16:18:33.2939529Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-11-01T16:18:33.2940624Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-11-01T16:18:33.2941698Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-11-01T16:18:33.2942600Z  # needed. In both cases, Python binary is just called python 2024-11-01T16:18:33.2943221Z  PYTHON=$(${CONDA_RUN} which python) 2024-11-01T16:18:33.2943686Z  EXIT_CODE=$? 2024-11-01T16:18:33.2943988Z  2024-11-01T16:18:33.2944322Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:18:33.2945021Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-11-01T16:18:33.2945682Z  2024-11-01T16:18:33.2946085Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-11-01T16:18:33.2946911Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-11-01T16:18:33.2947642Z  # here pointing to Python 2024-11-01T16:18:33.2948085Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-11-01T16:18:33.2948481Z  2024-11-01T16:18:33.2948777Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-11-01T16:18:33.2949294Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:18:33.2949785Z  else 2024-11-01T16:18:33.2950138Z  echo "Found no Python using ${CONDA_RUN}" 2024-11-01T16:18:33.2950635Z  fi 2024-11-01T16:18:33.2950889Z fi 2024-11-01T16:18:33.2969228Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:33.2969875Z env: 2024-11-01T16:18:33.2970113Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:33.2970818Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:33.2971612Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:33.2972323Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:33.2972943Z ##[endgroup] 2024-11-01T16:18:33.3207380Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-11-01T16:18:36.0010631Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-11-01T16:18:36.0011115Z + EXIT_CODE=0 2024-11-01T16:18:36.0011381Z + [[ 0 == \0 ]] 2024-11-01T16:18:36.0011925Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2024-11-01T16:18:36.0012849Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2024-11-01T16:18:36.0073259Z ++ dirname /c/Jenkins/Miniconda3/python3 2024-11-01T16:18:36.0157755Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-11-01T16:18:36.0158219Z + echo /c/Jenkins/Miniconda3 2024-11-01T16:18:36.0276340Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:18:36.0277214Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:18:36.0277902Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-11-01T16:18:36.0298776Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:36.0299420Z env: 2024-11-01T16:18:36.0299669Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:36.0300207Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:36.0300999Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:36.0302242Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:36.0302779Z ##[endgroup] 2024-11-01T16:18:36.1174363Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:18:36.1175759Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:18:36.1177041Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-11-01T16:18:36.1177769Z # that it doesn't interfere 2024-11-01T16:18:36.1178415Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-11-01T16:18:36.1194570Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:18:36.1195230Z env: 2024-11-01T16:18:36.1195478Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:36.1196036Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:36.1196835Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:36.1197550Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:36.1198135Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:36.1198570Z ##[endgroup] 2024-11-01T16:18:36.4543019Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:18:36.4591226Z Finished 2024-11-01T16:18:36.9636819Z ##[group]Run choco install handle -y 2024-11-01T16:18:36.9637317Z choco install handle -y 2024-11-01T16:18:36.9637777Z handle C:\actions-runner\_work\ 2024-11-01T16:18:36.9653676Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:18:36.9654415Z env: 2024-11-01T16:18:36.9654713Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:36.9655263Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:36.9656070Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:36.9656787Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:36.9657379Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:36.9657943Z ##[endgroup] 2024-11-01T16:18:37.2934378Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:18:37.2983536Z Finished 2024-11-01T16:18:38.5153745Z Chocolatey v2.3.0 2024-11-01T16:18:38.6837498Z Installing the following packages: 2024-11-01T16:18:38.6842502Z handle 2024-11-01T16:18:38.6846485Z By installing, you accept licenses for the packages. 2024-11-01T16:18:39.1001345Z handle v5.0.0 already installed. 2024-11-01T16:18:39.1002001Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-11-01T16:18:39.1095377Z 2024-11-01T16:18:39.1095911Z Chocolatey installed 0/1 packages. 2024-11-01T16:18:39.1096613Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-11-01T16:18:39.1098940Z 2024-11-01T16:18:39.1102268Z Warnings: 2024-11-01T16:18:39.1108162Z - handle - handle v5.0.0 already installed. 2024-11-01T16:18:39.1108809Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-11-01T16:18:39.1759625Z 2024-11-01T16:18:39.1760040Z Nthandle v5.0 - Handle viewer 2024-11-01T16:18:39.1760496Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:18:39.1760939Z Sysinternals - www.sysinternals.com 2024-11-01T16:18:39.1761225Z 2024-11-01T16:18:39.2037134Z powershell.exe pid: 1052 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:39.2038060Z handle.exe pid: 5936 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:39.2038963Z handle.exe pid: 5904 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:39.2040082Z handle64.exe pid: 868 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:39.2345574Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-11-01T16:18:39.2346104Z python3 .github/scripts/parse_ref.py 2024-11-01T16:18:39.2365415Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:39.2366106Z env: 2024-11-01T16:18:39.2366343Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:39.2366987Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:39.2367762Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:39.2368471Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:39.2369044Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:39.2369437Z ##[endgroup] 2024-11-01T16:18:39.3159626Z Prepare all required actions 2024-11-01T16:18:39.3206827Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-11-01T16:18:39.3207324Z with: 2024-11-01T16:18:39.3207830Z github-token: *** 2024-11-01T16:18:39.3208106Z env: 2024-11-01T16:18:39.3208338Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:39.3208896Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:39.3209696Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:39.3210413Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:39.3211004Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:39.3211432Z ##[endgroup] 2024-11-01T16:18:39.3281459Z ##[group]Run set -eux 2024-11-01T16:18:39.3281769Z set -eux 2024-11-01T16:18:39.3282356Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-11-01T16:18:39.3301631Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:39.3302256Z env: 2024-11-01T16:18:39.3302506Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:39.3303064Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:39.3303956Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:39.3304679Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:39.3305268Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:39.3306024Z GITHUB_TOKEN: *** 2024-11-01T16:18:39.3306295Z ##[endgroup] 2024-11-01T16:18:39.3491066Z + python3 .github/scripts/get_workflow_job_id.py 11632515612 i-014238f1e884cf1e1 2024-11-01T16:18:40.0012737Z setting job-id=32395789424 2024-11-01T16:18:40.0013243Z setting job-name=win-vs2019-cuda12.1-py3 / build 2024-11-01T16:18:40.0378482Z Prepare all required actions 2024-11-01T16:18:40.0378940Z Getting action download info 2024-11-01T16:18:40.1499192Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:18:40.3224378Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:18:40.3224811Z with: 2024-11-01T16:18:40.3225250Z github-token: *** 2024-11-01T16:18:40.3225595Z job-name: win-vs2019-cuda12.1-py3 / build 2024-11-01T16:18:40.3225999Z env: 2024-11-01T16:18:40.3226236Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:40.3226794Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:40.3227601Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:40.3228309Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:40.3228900Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:40.3229324Z ##[endgroup] 2024-11-01T16:18:40.3334565Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:18:40.3334942Z with: 2024-11-01T16:18:40.3335181Z shell: bash 2024-11-01T16:18:40.3335433Z timeout_minutes: 10 2024-11-01T16:18:40.3335732Z max_attempts: 5 2024-11-01T16:18:40.3336018Z retry_wait_seconds: 30 2024-11-01T16:18:40.3337197Z 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-11-01T16:18:40.3338415Z polling_interval_seconds: 1 2024-11-01T16:18:40.3338768Z warning_on_retry: true 2024-11-01T16:18:40.3339104Z continue_on_error: false 2024-11-01T16:18:40.3339401Z env: 2024-11-01T16:18:40.3339693Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:40.3340298Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:40.3341077Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:40.3341794Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:40.3342385Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:40.3342991Z GITHUB_TOKEN: *** 2024-11-01T16:18:40.3343263Z ##[endgroup] 2024-11-01T16:18:40.4499053Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:18:40.9585750Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2024-11-01T16:18:40.9591514Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-11-01T16:18:40.9726932Z 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-11-01T16:18:40.9733137Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.7.4) 2024-11-01T16:18:40.9745206Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-11-01T16:18:40.9758686Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-11-01T16:18:42.4431122Z Command completed after 1 attempt(s). 2024-11-01T16:18:42.4582011Z ##[group]Run set -x 2024-11-01T16:18:42.4582388Z set -x 2024-11-01T16:18:42.4582658Z  2024-11-01T16:18:42.4583189Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:18:42.4583872Z # in runner workspace 2024-11-01T16:18:42.4584393Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:18:42.4603822Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:42.4604468Z env: 2024-11-01T16:18:42.4604719Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:42.4605268Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:42.4607734Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:42.4608489Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:42.4609084Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:42.4609499Z ##[endgroup] 2024-11-01T16:18:42.4810880Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-11-01T16:18:42.5448915Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:18:42.5449443Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:18:42.5449876Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:18:42.5450267Z  2024-11-01T16:18:42.5450799Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:18:42.5451468Z # in runner workspace 2024-11-01T16:18:42.5452114Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:18:42.5452820Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:18:42.5453242Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:18:42.5453633Z  --test-matrix "" \ 2024-11-01T16:18:42.5454019Z  --selected-test-configs "" \ 2024-11-01T16:18:42.5454438Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:18:42.5454835Z  --tag "${TAG}" \ 2024-11-01T16:18:42.5455199Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:18:42.5455607Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:18:42.5456006Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:18:42.5475081Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:42.5475770Z env: 2024-11-01T16:18:42.5476017Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:42.5476570Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:42.5477358Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:42.5478068Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:42.5478655Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:42.5479392Z GITHUB_TOKEN: *** 2024-11-01T16:18:42.5479710Z JOB_NAME: win-vs2019-cuda12.1-py3 / build 2024-11-01T16:18:42.5480119Z PR_NUMBER: 2024-11-01T16:18:42.5480394Z TAG: ciflow/trunk/138766 2024-11-01T16:18:42.5480701Z EVENT_NAME: push 2024-11-01T16:18:42.5480964Z SCHEDULE: 2024-11-01T16:18:42.5481215Z HEAD_BRANCH: 2024-11-01T16:18:42.5481463Z ##[endgroup] 2024-11-01T16:18:42.5663982Z Workflow: trunk 2024-11-01T16:18:42.5664355Z Job name: win-vs2019-cuda12.1-py3 / build 2024-11-01T16:18:42.6948430Z C:\actions-runner\_work\pytorch\pytorch\.github\scripts\filter_test_configs.py:555: UserWarning: Invalid test matrix input '', exiting 2024-11-01T16:18:42.6949652Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2024-11-01T16:18:42.7155301Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:18:42.7156107Z echo "Filtered matrix:" 2024-11-01T16:18:42.7156757Z echo "" 2024-11-01T16:18:42.7157231Z  2024-11-01T16:18:42.7157655Z echo 2024-11-01T16:18:42.7158214Z echo "Is the current job unstable? " 2024-11-01T16:18:42.7158947Z  2024-11-01T16:18:42.7159369Z echo 2024-11-01T16:18:42.7159924Z echo "Is keep-going label set? " 2024-11-01T16:18:42.7160630Z  2024-11-01T16:18:42.7161047Z echo 2024-11-01T16:18:42.7161549Z echo "Renabled issues? " 2024-11-01T16:18:42.7191732Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:42.7193095Z env: 2024-11-01T16:18:42.7193535Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:42.7194522Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:42.7195985Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:42.7197909Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:42.7198520Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:42.7198939Z ##[endgroup] 2024-11-01T16:18:42.7383492Z Filtered matrix: 2024-11-01T16:18:42.7383705Z 2024-11-01T16:18:42.7383710Z 2024-11-01T16:18:42.7383852Z Is the current job unstable? 2024-11-01T16:18:42.7384098Z 2024-11-01T16:18:42.7384226Z Is keep-going label set? 2024-11-01T16:18:42.7384533Z 2024-11-01T16:18:42.7384788Z Renabled issues? 2024-11-01T16:18:42.7505768Z Prepare all required actions 2024-11-01T16:18:42.7506256Z Getting action download info 2024-11-01T16:18:42.8525914Z ##[group]Run ./.github/actions/pytest-cache-download 2024-11-01T16:18:42.8526355Z with: 2024-11-01T16:18:42.8526682Z cache_dir: .pytest_cache 2024-11-01T16:18:42.8527072Z job_identifier: trunk_win-vs2019-cuda12.1-py3 2024-11-01T16:18:42.8527503Z s3_bucket: gha-artifacts 2024-11-01T16:18:42.8527809Z env: 2024-11-01T16:18:42.8528044Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:42.8528579Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:42.8529372Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:42.8530085Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:42.8530721Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:42.8531175Z ##[endgroup] 2024-11-01T16:18:42.8631552Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:18:42.8631989Z with: 2024-11-01T16:18:42.8632215Z shell: bash 2024-11-01T16:18:42.8632485Z timeout_minutes: 5 2024-11-01T16:18:42.8632790Z max_attempts: 5 2024-11-01T16:18:42.8633063Z retry_wait_seconds: 30 2024-11-01T16:18:42.8633490Z command: set -eu python3 -m pip install boto3==1.35.42 2024-11-01T16:18:42.8633991Z polling_interval_seconds: 1 2024-11-01T16:18:42.8634328Z warning_on_retry: true 2024-11-01T16:18:42.8634648Z continue_on_error: false 2024-11-01T16:18:42.8634952Z env: 2024-11-01T16:18:42.8635205Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:42.8636185Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:42.8637627Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:42.8638925Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:42.8639988Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:42.8640728Z ##[endgroup] 2024-11-01T16:18:43.4957856Z Requirement already satisfied: boto3==1.35.42 in c:\jenkins\miniconda3\lib\site-packages (1.35.42) 2024-11-01T16:18:43.5012029Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.35.53) 2024-11-01T16:18:43.5017684Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2024-11-01T16:18:43.5024337Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.1) 2024-11-01T16:18:43.5086708Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.9.0.post0) 2024-11-01T16:18:43.5099024Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2024-11-01T16:18:43.5156528Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.16.0) 2024-11-01T16:18:44.9661477Z Command completed after 1 attempt(s). 2024-11-01T16:18:44.9831126Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-11-01T16:18:44.9831712Z python3 .github/scripts/pytest_cache.py \ 2024-11-01T16:18:44.9832175Z  --download \ 2024-11-01T16:18:44.9832563Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-11-01T16:18:44.9833059Z  --pr_identifier $GITHUB_REF \ 2024-11-01T16:18:44.9833519Z  --job_identifier $JOB_IDENTIFIER \ 2024-11-01T16:18:44.9833952Z  --temp_dir $RUNNER_TEMP \ 2024-11-01T16:18:44.9834335Z  --repo $REPO \ 2024-11-01T16:18:44.9834662Z  --bucket $BUCKET \ 2024-11-01T16:18:44.9855138Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:44.9855782Z env: 2024-11-01T16:18:44.9857623Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:44.9858202Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:44.9859013Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:44.9859733Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:44.9860319Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:44.9860745Z CACHE_DIR: .pytest_cache 2024-11-01T16:18:44.9861137Z JOB_IDENTIFIER: trunk_win-vs2019-cuda12.1-py3 2024-11-01T16:18:44.9861574Z REPO: pytorch/pytorch 2024-11-01T16:18:44.9861874Z BUCKET: gha-artifacts 2024-11-01T16:18:44.9862181Z ##[endgroup] 2024-11-01T16:18:46.2362443Z PR identifier for `refs/tags/ciflow/trunk/138766` is `f6c28ebe131ddf91b0b7340be5ed1bc7` 2024-11-01T16:18:46.2365137Z 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/138766', job_identifier='trunk_win-vs2019-cuda12.1-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2024-11-01T16:18:46.2368324Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/f6c28ebe131ddf91b0b7340be5ed1bc7/trunk_win-vs2019-cuda12_1-py3` in bucket `gha-artifacts` 2024-11-01T16:18:46.2996732Z ##[group]Run .ci/pytorch/win-build.sh 2024-11-01T16:18:46.2997192Z .ci/pytorch/win-build.sh 2024-11-01T16:18:46.3016549Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:46.3017198Z env: 2024-11-01T16:18:46.3017448Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:46.3017992Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:46.3018784Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:46.3019502Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:46.3020093Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:46.3020633Z PYTORCH_FINAL_PACKAGE_DIR: /c/11632515612/build-results/ 2024-11-01T16:18:46.3021099Z BRANCH: 2024-11-01T16:18:46.3021406Z BUILD_ENVIRONMENT: win-vs2019-cuda12.1-py3 2024-11-01T16:18:46.3021811Z BUILD_WHEEL: 1 2024-11-01T16:18:46.3022075Z MAX_JOBS: 8 2024-11-01T16:18:46.3022372Z CUDA_VERSION: 12.1 2024-11-01T16:18:46.3022671Z PYTHON_VERSION: 3.9 2024-11-01T16:18:46.3022993Z SCCACHE_BUCKET: ossci-compiler-cache 2024-11-01T16:18:46.3023403Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:18:46.3023759Z SCCACHE_REGION: us-east-1 2024-11-01T16:18:46.3024082Z VC_PRODUCT: BuildTools 2024-11-01T16:18:46.3024392Z VC_VERSION: 2024-11-01T16:18:46.3024657Z VC_YEAR: 2019 2024-11-01T16:18:46.3025107Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:18:46.3025693Z AWS_DEFAULT_REGION: us-east-1 2024-11-01T16:18:46.3026036Z PR_NUMBER: 2024-11-01T16:18:46.3026352Z SHA1: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:18:46.3026928Z DEBUG: 0 2024-11-01T16:18:46.3027187Z TORCH_CUDA_ARCH_LIST: 8.6 2024-11-01T16:18:46.3027493Z USE_CUDA: 1 2024-11-01T16:18:46.3027744Z USE_XPU: 0 2024-11-01T16:18:46.3028016Z OUR_GITHUB_JOB_ID: 32395789424 2024-11-01T16:18:46.3028346Z ##[endgroup] 2024-11-01T16:18:46.3729589Z ++ [[ win-vs2019-cuda12.1-py3 == *rocm* ]] 2024-11-01T16:18:46.3730049Z ++ BUILD_TEST_LIBTORCH=0 2024-11-01T16:18:46.3730602Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-11-01T16:18:46.3732527Z ++ [[ win-vs2019-cuda12.1-py3 != *win-* ]] 2024-11-01T16:18:46.3733127Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:46.3733825Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:46.3786213Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:46.3917800Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-11-01T16:18:46.3918403Z + export TMP_DIR_WIN 2024-11-01T16:18:46.3918865Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/11632515612/build-results/ 2024-11-01T16:18:46.3919501Z + PYTORCH_FINAL_PACKAGE_DIR=/c/11632515612/build-results/ 2024-11-01T16:18:46.3920017Z + [[ -n /c/11632515612/build-results/ ]] 2024-11-01T16:18:46.3920441Z + mkdir -p /c/11632515612/build-results/ 2024-11-01T16:18:46.4035075Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:18:46.4036117Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:18:46.4036786Z + set +ex 2024-11-01T16:18:47.2322843Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-11-01T16:18:47.2465629Z 2024-11-01T16:18:47.2466591Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-11-01T16:18:47.2469714Z 2024-11-01T16:18:47.2476178Z 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-11-01T16:18:47.2480222Z 2024-11-01T16:18:47.2481010Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:18:47.2482068Z 2024-11-01T16:18:47.2482874Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2024-11-01T16:18:47.2487891Z 2024-11-01T16:18:47.2488481Z C:\actions-runner\_work\pytorch\pytorch>if "12.1" == "cpu" ( 2024-11-01T16:18:47.2489087Z echo skip magma installation for cpu builds 2024-11-01T16:18:47.2489517Z exit /b 0 2024-11-01T16:18:47.2489775Z ) 2024-11-01T16:18:47.2489899Z 2024-11-01T16:18:47.2490361Z C:\actions-runner\_work\pytorch\pytorch>rem remove dot in cuda_version, fox example 11.1 to 111 2024-11-01T16:18:47.2491092Z 2024-11-01T16:18:47.2491429Z C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" (exit /b 0 ) 2024-11-01T16:18:47.2492941Z 2024-11-01T16:18:47.2493415Z C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2024-11-01T16:18:47.2494250Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2024-11-01T16:18:47.2494815Z exit /b 1 2024-11-01T16:18:47.2495056Z ) 2024-11-01T16:18:47.2495179Z 2024-11-01T16:18:47.2495459Z C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=121 2024-11-01T16:18:47.2497006Z 2024-11-01T16:18:47.2497348Z C:\actions-runner\_work\pytorch\pytorch>set CUDA_SUFFIX=cuda121 2024-11-01T16:18:47.2499634Z 2024-11-01T16:18:47.2500012Z C:\actions-runner\_work\pytorch\pytorch>if "cuda121" == "" ( 2024-11-01T16:18:47.2500747Z echo unknown CUDA version, please set `CUDA_VERSION` higher than 10.2 2024-11-01T16:18:47.2501300Z exit /b 1 2024-11-01T16:18:47.2501539Z ) 2024-11-01T16:18:47.2502738Z 2024-11-01T16:18:47.2503014Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-11-01T16:18:47.2505526Z if "win-vs2019-cuda12.1-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/magma_2.5.4_cuda121_release.7z --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z ) else (aws s3 cp s3://ossci-windows/magma_2.5.4_cuda121_release.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z --quiet ) 2024-11-01T16:18:47.2507881Z if errorlevel 1 exit /b 2024-11-01T16:18:47.2508244Z if not errorlevel 0 exit /b 2024-11-01T16:18:47.2509298Z 7z x -aoa C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z -oC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2024-11-01T16:18:47.2510475Z if errorlevel 1 exit /b 2024-11-01T16:18:47.2510807Z if not errorlevel 0 exit /b 2024-11-01T16:18:47.2511132Z ) 2024-11-01T16:18:49.1809159Z 2024-11-01T16:18:49.1809801Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2024-11-01T16:18:49.1810282Z 2024-11-01T16:18:49.1810433Z Scanning the drive for archives: 2024-11-01T16:18:49.1810823Z 1 file, 61758995 bytes (59 MiB) 2024-11-01T16:18:49.1811072Z 2024-11-01T16:18:49.1811581Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z 2024-11-01T16:18:51.6428653Z -- 2024-11-01T16:18:51.6429404Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda121_release.7z 2024-11-01T16:18:51.6430105Z Type = 7z 2024-11-01T16:18:51.6430436Z Physical Size = 61758995 2024-11-01T16:18:51.6430777Z Headers Size = 937 2024-11-01T16:18:51.6431059Z Method = LZMA2:24 2024-11-01T16:18:51.6431362Z Solid = + 2024-11-01T16:18:51.6431587Z Blocks = 1 2024-11-01T16:18:51.6431744Z 2024-11-01T16:18:51.6432561Z Everything is Ok 2024-11-01T16:18:51.6432751Z 2024-11-01T16:18:51.6432857Z Folders: 2 2024-11-01T16:18:51.6433084Z Files: 68 2024-11-01T16:18:51.6433329Z Size: 143782746 2024-11-01T16:18:51.6433625Z Compressed: 61758995 2024-11-01T16:18:51.6449505Z 2024-11-01T16:18:51.6450422Z C:\actions-runner\_work\pytorch\pytorch>set MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2024-11-01T16:18:51.6453983Z 2024-11-01T16:18:51.6454548Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:18:51.6455105Z 2024-11-01T16:18:51.6455721Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:18:51.6456917Z 2024-11-01T16:18:51.6458101Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2024-11-01T16:18:51.6467897Z 2024-11-01T16:18:51.6468499Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-11-01T16:18:51.6473820Z 2024-11-01T16:18:51.6474175Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-11-01T16:18:51.6474919Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-11-01T16:18:51.6475700Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-11-01T16:18:51.6476524Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-11-01T16:18:51.6477197Z ) 2024-11-01T16:18:51.6479170Z if "win-vs2019-cuda12.1-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-11-01T16:18:51.6481496Z ) 2024-11-01T16:18:52.8963330Z Completed 256.0 KiB/18.8 MiB (704.9 KiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.8972292Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.8980222Z Completed 768.0 KiB/18.8 MiB (2.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.8987238Z Completed 1.0 MiB/18.8 MiB (2.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.8995677Z Completed 1.2 MiB/18.8 MiB (3.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9000909Z Completed 1.5 MiB/18.8 MiB (4.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9005591Z Completed 1.8 MiB/18.8 MiB (4.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9010668Z Completed 2.0 MiB/18.8 MiB (5.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9015985Z Completed 2.2 MiB/18.8 MiB (6.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9020842Z Completed 2.5 MiB/18.8 MiB (6.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9032657Z Completed 2.8 MiB/18.8 MiB (7.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9038932Z Completed 3.0 MiB/18.8 MiB (8.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9044070Z Completed 3.2 MiB/18.8 MiB (8.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9050982Z Completed 3.5 MiB/18.8 MiB (9.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9055468Z Completed 3.8 MiB/18.8 MiB (10.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9059935Z Completed 4.0 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9071171Z Completed 4.2 MiB/18.8 MiB (11.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9073151Z Completed 4.5 MiB/18.8 MiB (12.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9088928Z Completed 4.8 MiB/18.8 MiB (12.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9089915Z Completed 5.0 MiB/18.8 MiB (13.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9090871Z Completed 5.2 MiB/18.8 MiB (14.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9098030Z Completed 5.5 MiB/18.8 MiB (14.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9098832Z Completed 5.8 MiB/18.8 MiB (15.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9107934Z Completed 6.0 MiB/18.8 MiB (15.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9109749Z Completed 6.2 MiB/18.8 MiB (16.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9116900Z Completed 6.5 MiB/18.8 MiB (16.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9121610Z Completed 6.8 MiB/18.8 MiB (17.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9126795Z Completed 7.0 MiB/18.8 MiB (18.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9131471Z Completed 7.2 MiB/18.8 MiB (18.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9139151Z Completed 7.5 MiB/18.8 MiB (19.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9146138Z Completed 7.8 MiB/18.8 MiB (20.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9149334Z Completed 8.0 MiB/18.8 MiB (20.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9158974Z Completed 8.2 MiB/18.8 MiB (21.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9164814Z Completed 8.5 MiB/18.8 MiB (21.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9174407Z Completed 8.8 MiB/18.8 MiB (22.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9182671Z Completed 9.0 MiB/18.8 MiB (23.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9185856Z Completed 9.2 MiB/18.8 MiB (23.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9193787Z Completed 9.5 MiB/18.8 MiB (24.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9198653Z Completed 9.8 MiB/18.8 MiB (24.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9201945Z Completed 10.0 MiB/18.8 MiB (25.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9211397Z Completed 10.2 MiB/18.8 MiB (26.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9215160Z Completed 10.5 MiB/18.8 MiB (26.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9220698Z Completed 10.8 MiB/18.8 MiB (27.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9224393Z Completed 11.0 MiB/18.8 MiB (27.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9250647Z Completed 11.2 MiB/18.8 MiB (28.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9251375Z Completed 11.5 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9252085Z Completed 11.8 MiB/18.8 MiB (29.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9252777Z Completed 12.0 MiB/18.8 MiB (30.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9253480Z Completed 12.2 MiB/18.8 MiB (30.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9254569Z Completed 12.5 MiB/18.8 MiB (31.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9258632Z Completed 12.8 MiB/18.8 MiB (31.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9263284Z Completed 13.0 MiB/18.8 MiB (32.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9269436Z Completed 13.2 MiB/18.8 MiB (33.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9275115Z Completed 13.5 MiB/18.8 MiB (33.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9279042Z Completed 13.8 MiB/18.8 MiB (34.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9283435Z Completed 14.0 MiB/18.8 MiB (34.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9289647Z Completed 14.2 MiB/18.8 MiB (35.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9294591Z Completed 14.5 MiB/18.8 MiB (35.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9298755Z Completed 14.8 MiB/18.8 MiB (36.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9304065Z Completed 15.0 MiB/18.8 MiB (37.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9308137Z Completed 15.2 MiB/18.8 MiB (37.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9313330Z Completed 15.5 MiB/18.8 MiB (38.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9316925Z Completed 15.8 MiB/18.8 MiB (38.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9321531Z Completed 16.0 MiB/18.8 MiB (39.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9569278Z Completed 16.2 MiB/18.8 MiB (40.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9581024Z Completed 16.5 MiB/18.8 MiB (38.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9589266Z Completed 16.8 MiB/18.8 MiB (38.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9595442Z Completed 17.0 MiB/18.8 MiB (39.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9600967Z Completed 17.2 MiB/18.8 MiB (39.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9605987Z Completed 17.5 MiB/18.8 MiB (40.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9612680Z Completed 17.8 MiB/18.8 MiB (40.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9619100Z Completed 18.0 MiB/18.8 MiB (41.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9805262Z Completed 18.2 MiB/18.8 MiB (41.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9810413Z Completed 18.5 MiB/18.8 MiB (40.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9819202Z Completed 18.8 MiB/18.8 MiB (41.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9826923Z Completed 18.8 MiB/18.8 MiB (41.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:52.9827771Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-11-01T16:18:53.0752327Z 2024-11-01T16:18:53.0753230Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:18:53.0753801Z 2024-11-01T16:18:53.0754113Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:18:53.0755764Z 2024-11-01T16:18:53.0756090Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-11-01T16:18:53.0757065Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_xpu.bat 2024-11-01T16:18:53.0758831Z if errorlevel 1 exit /b 1 2024-11-01T16:18:53.0759207Z ) 2024-11-01T16:18:53.0759340Z 2024-11-01T16:18:53.0760308Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-11-01T16:18:53.0769914Z 2024-11-01T16:18:53.0771300Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda12.1-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2024-11-01T16:18:53.0773450Z 2024-11-01T16:18:53.0774376Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-11-01T16:18:53.0776727Z 2024-11-01T16:18:53.0777437Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-11-01T16:18:53.0779234Z 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-11-01T16:18:53.0780943Z if errorlevel 1 exit /b 2024-11-01T16:18:53.0781348Z if not errorlevel 0 exit /b 2024-11-01T16:18:53.0782767Z 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-11-01T16:18:53.0784187Z if errorlevel 1 exit /b 2024-11-01T16:18:53.0784581Z if not errorlevel 0 exit /b 2024-11-01T16:18:53.0784956Z ) 2024-11-01T16:18:53.0785112Z 2024-11-01T16:18:53.0785725Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:18:54.2604644Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-11-01T16:18:54.2611780Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-11-01T16:18:54.2644274Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2024-11-01T16:18:54.2670581Z 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-11-01T16:18:54.2676470Z 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-11-01T16:18:55.2883074Z ********************************************************************** 2024-11-01T16:18:55.2883747Z ** Visual Studio 2019 Developer Command Prompt v16.11.39 2024-11-01T16:18:55.2884343Z ** Copyright (c) 2021 Microsoft Corporation 2024-11-01T16:18:55.2918309Z ********************************************************************** 2024-11-01T16:18:55.6881618Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-11-01T16:18:55.6945172Z 2024-11-01T16:18:55.6945863Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-11-01T16:18:55.6946403Z 2024-11-01T16:18:55.6946829Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2024-11-01T16:18:55.6947388Z 2024-11-01T16:18:55.6948001Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:55.6948742Z 2024-11-01T16:18:55.6949009Z (base) C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2024-11-01T16:18:55.6949885Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2024-11-01T16:18:55.6950555Z goto fail 2024-11-01T16:18:55.6950785Z ) 2024-11-01T16:18:55.6950972Z 2024-11-01T16:18:55.6951512Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2024-11-01T16:18:55.6952257Z 2024-11-01T16:18:55.6952564Z (base) C:\actions-runner\_work\pytorch\pytorch>if x121 == x12.1 ( 2024-11-01T16:18:55.6953407Z echo CUDA version 12.1 format isn't correct, which doesn't contain '.' 2024-11-01T16:18:55.6954769Z goto fail 2024-11-01T16:18:55.6955058Z ) 2024-11-01T16:18:55.6955220Z 2024-11-01T16:18:55.6955594Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=12_1 2024-11-01T16:18:55.6956119Z 2024-11-01T16:18:55.6956814Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:55.6957718Z 2024-11-01T16:18:55.6958445Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 2024-11-01T16:18:55.6959372Z 2024-11-01T16:18:55.6960055Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:55.6960850Z 2024-11-01T16:18:55.6961456Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:55.6962215Z 2024-11-01T16:18:55.6974800Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;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-11-01T16:18:55.6987532Z 2024-11-01T16:18:55.6987861Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-11-01T16:18:55.6988338Z 2024-11-01T16:18:55.7000959Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;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-11-01T16:18:55.7013912Z 2024-11-01T16:18:55.7014339Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:18:55.7014935Z 2024-11-01T16:18:55.7015256Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:18:55.7015759Z 2024-11-01T16:18:55.7016134Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-11-01T16:18:55.7016689Z 2024-11-01T16:18:55.7017000Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-11-01T16:18:55.7387434Z Stopping sccache server... 2024-11-01T16:18:56.7412519Z sccache: error: couldn't connect to server 2024-11-01T16:18:56.7414953Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-11-01T16:18:56.7438893Z 2024-11-01T16:18:56.7439436Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-11-01T16:18:56.7535655Z sccache: Starting the server... 2024-11-01T16:18:56.8733204Z 2024-11-01T16:18:56.8733966Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-11-01T16:18:56.8843862Z Compile requests 0 2024-11-01T16:18:56.8844736Z Compile requests executed 0 2024-11-01T16:18:56.8845197Z Cache hits 0 2024-11-01T16:18:56.8845596Z Cache misses 0 2024-11-01T16:18:56.8845978Z Cache timeouts 0 2024-11-01T16:18:56.8846381Z Cache read errors 0 2024-11-01T16:18:56.8846881Z Forced recaches 0 2024-11-01T16:18:56.8847268Z Cache write errors 0 2024-11-01T16:18:56.8847724Z Compilation failures 0 2024-11-01T16:18:56.8848170Z Cache errors 0 2024-11-01T16:18:56.8848585Z Non-cacheable compilations 0 2024-11-01T16:18:56.8849011Z Non-cacheable calls 0 2024-11-01T16:18:56.8849423Z Non-compilation calls 0 2024-11-01T16:18:56.8849835Z Unsupported compiler calls 0 2024-11-01T16:18:56.8850266Z Average cache write 0.000 s 2024-11-01T16:18:56.8850695Z Average compiler 0.000 s 2024-11-01T16:18:56.8851106Z Average cache read hit 0.000 s 2024-11-01T16:18:56.8851544Z Failed distributed compilations 0 2024-11-01T16:18:56.8852139Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-11-01T16:18:56.8852715Z Version (client) 0.7.4 2024-11-01T16:18:56.8863531Z 2024-11-01T16:18:56.8864225Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:56.8866117Z 2024-11-01T16:18:56.8866684Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:56.8868410Z 2024-11-01T16:18:56.8868856Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-11-01T16:18:56.8872690Z 2024-11-01T16:18:56.8873005Z (base) C:\actions-runner\_work\pytorch\pytorch>if "1" == "1" ( 2024-11-01T16:18:56.8873523Z 2024-11-01T16:18:56.8873815Z 2024-11-01T16:18:56.8874026Z 2024-11-01T16:18:56.8875136Z 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-11-01T16:18:56.8876466Z if errorlevel 1 goto fail 2024-11-01T16:18:56.8876842Z if not errorlevel 0 goto fail 2024-11-01T16:18:56.8878725Z 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.1\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2024-11-01T16:18:56.8880810Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:18:56.8881768Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:18:56.8883148Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2024-11-01T16:18:56.8884950Z 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-11-01T16:18:56.8886115Z ) 2024-11-01T16:18:56.8886409Z The system cannot find the drive specified. 2024-11-01T16:18:56.8886959Z The system cannot find the drive specified. 2024-11-01T16:18:56.8887472Z The system cannot find the drive specified. 2024-11-01T16:18:56.9731535Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-11-01T16:18:56.9732468Z Dload Upload Total Spent Left Speed 2024-11-01T16:18:56.9732849Z 2024-11-01T16:18:57.0942804Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-11-01T16:18:57.0943452Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-11-01T16:18:57.1229645Z 2024-11-01T16:18:57.1230522Z 100 303k 100 303k 0 0 1931k 0 --:--:-- --:--:-- --:--:-- 1931k 2024-11-01T16:18:57.1408906Z @"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.1\bin\nvcc.exe" %* 2024-11-01T16:18:57.1616699Z 2024-11-01T16:18:57.1617717Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2024-11-01T16:18:57.1621819Z 2024-11-01T16:18:57.1622071Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-11-01T16:18:57.1622694Z ALLUSERSPROFILE=C:\ProgramData 2024-11-01T16:18:57.1623383Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:18:57.1624197Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-11-01T16:18:57.1624791Z AWS_DEFAULT_REGION=us-east-1 2024-11-01T16:18:57.1625223Z AWS_EXECUTION_ENV=EC2 2024-11-01T16:18:57.1625542Z BRANCH= 2024-11-01T16:18:57.1625863Z BUILD_ENVIRONMENT=win-vs2019-cuda12.1-py3 2024-11-01T16:18:57.1626423Z BUILD_TYPE=release 2024-11-01T16:18:57.1626753Z BUILD_WHEEL=1 2024-11-01T16:18:57.1627041Z CI=true 2024-11-01T16:18:57.1627713Z CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2024-11-01T16:18:57.1629188Z 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-11-01T16:18:57.1630570Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:57.1630984Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:57.1631359Z CMAKE_GENERATOR=Ninja 2024-11-01T16:18:57.1631668Z CommandPromptType=Native 2024-11-01T16:18:57.1632083Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-11-01T16:18:57.1632669Z COMPUTERNAME=EC2AMAZ-SUNQRVI 2024-11-01T16:18:57.1633038Z COMSPEC=C:\Windows\system32\cmd.exe 2024-11-01T16:18:57.1633603Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:57.1634158Z CONDA_DEFAULT_ENV=base 2024-11-01T16:18:57.1634553Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-11-01T16:18:57.1635158Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:57.1635679Z CONDA_PARENT_DIR=C:\Jenkins 2024-11-01T16:18:57.1636033Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-11-01T16:18:57.1636422Z CONDA_PROMPT_MODIFIER=(base) 2024-11-01T16:18:57.1636837Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:18:57.1637513Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:57.1638110Z CONDA_SHLVL=1 2024-11-01T16:18:57.1638645Z CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:18:57.1639486Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:57.1640229Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-11-01T16:18:57.1640979Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:57.1641743Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:18:57.1642308Z CUDA_SUFFIX=cuda121 2024-11-01T16:18:57.1642814Z CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:57.1643425Z CUDA_VERSION=12.1 2024-11-01T16:18:57.1643770Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-11-01T16:18:57.1644329Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-11-01T16:18:57.1644927Z CommonProgramW6432=C:\Program Files\Common Files 2024-11-01T16:18:57.1646284Z CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 2024-11-01T16:18:57.1647195Z CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:57.1647742Z DEBUG=0 2024-11-01T16:18:57.1648257Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-11-01T16:18:57.1648909Z DISTUTILS_USE_SDK=1 2024-11-01T16:18:57.1649273Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-11-01T16:18:57.1649733Z EC2LAUNCH_TELEMETRY=1 2024-11-01T16:18:57.1650309Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-11-01T16:18:57.1650954Z Framework40Version=v4.0 2024-11-01T16:18:57.1651364Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:18:57.1651941Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:18:57.1652419Z FrameworkVersion=v4.0.30319 2024-11-01T16:18:57.1652779Z FrameworkVersion64=v4.0.30319 2024-11-01T16:18:57.1653132Z GITHUB_ACTION=build 2024-11-01T16:18:57.1653408Z GITHUB_ACTIONS=true 2024-11-01T16:18:57.1653695Z GITHUB_ACTION_REF= 2024-11-01T16:18:57.1653990Z GITHUB_ACTION_REPOSITORY= 2024-11-01T16:18:57.1654391Z GITHUB_ACTOR=pytorch-bot[bot] 2024-11-01T16:18:57.1654781Z GITHUB_ACTOR_ID=54816060 2024-11-01T16:18:57.1655151Z GITHUB_API_URL=https://api.github.com 2024-11-01T16:18:57.1655531Z GITHUB_BASE_REF= 2024-11-01T16:18:57.1656212Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_be224b8d-46f4-4457-a5be-c8ee2a28015f 2024-11-01T16:18:57.1656983Z GITHUB_EVENT_NAME=push 2024-11-01T16:18:57.1657498Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-11-01T16:18:57.1658185Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-11-01T16:18:57.1658760Z GITHUB_HEAD_REF= 2024-11-01T16:18:57.1659021Z GITHUB_JOB=build 2024-11-01T16:18:57.1659730Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_be224b8d-46f4-4457-a5be-c8ee2a28015f 2024-11-01T16:18:57.1661015Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_be224b8d-46f4-4457-a5be-c8ee2a28015f 2024-11-01T16:18:57.1661862Z GITHUB_REF=refs/tags/ciflow/trunk/138766 2024-11-01T16:18:57.1662343Z GITHUB_REF_NAME=ciflow/trunk/138766 2024-11-01T16:18:57.1662731Z GITHUB_REF_PROTECTED=false 2024-11-01T16:18:57.1663049Z GITHUB_REF_TYPE=tag 2024-11-01T16:18:57.1663366Z GITHUB_REPOSITORY=pytorch/pytorch 2024-11-01T16:18:57.1663755Z GITHUB_REPOSITORY_ID=65600975 2024-11-01T16:18:57.1664108Z GITHUB_REPOSITORY_OWNER=pytorch 2024-11-01T16:18:57.1664492Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-11-01T16:18:57.1664879Z GITHUB_RETENTION_DAYS=90 2024-11-01T16:18:57.1665186Z GITHUB_RUN_ATTEMPT=1 2024-11-01T16:18:57.1665493Z GITHUB_RUN_ID=11632515612 2024-11-01T16:18:57.1665847Z GITHUB_RUN_NUMBER=102766 2024-11-01T16:18:57.1666219Z GITHUB_SERVER_URL=https://github.com 2024-11-01T16:18:57.1666695Z GITHUB_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:18:57.1667582Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_be224b8d-46f4-4457-a5be-c8ee2a28015f 2024-11-01T16:18:57.1668827Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_be224b8d-46f4-4457-a5be-c8ee2a28015f 2024-11-01T16:18:57.1669708Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-11-01T16:18:57.1670117Z GITHUB_WORKFLOW=trunk 2024-11-01T16:18:57.1670733Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/138766 2024-11-01T16:18:57.1671625Z GITHUB_WORKFLOW_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:18:57.1672299Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:57.1672794Z GIT_DEFAULT_BRANCH=main 2024-11-01T16:18:57.1673101Z HOME=C:\Users\runneruser 2024-11-01T16:18:57.1676333Z 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-11-01T16:18:57.1679702Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:18:57.1681877Z 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-11-01T16:18:57.1685744Z 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-11-01T16:18:57.1688235Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-11-01T16:18:57.1688922Z MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2024-11-01T16:18:57.1689528Z MAX_JOBS=8 2024-11-01T16:18:57.1689918Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-11-01T16:18:57.1690449Z NUMBER_OF_PROCESSORS=16 2024-11-01T16:18:57.1690755Z OS=Windows_NT 2024-11-01T16:18:57.1691017Z OUR_GITHUB_JOB_ID=32395789424 2024-11-01T16:18:57.1703728Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\libnvvp;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-11-01T16:18:57.1716625Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-11-01T16:18:57.1717166Z Platform=x64 2024-11-01T16:18:57.1717482Z PROCESSOR_ARCHITECTURE=AMD64 2024-11-01T16:18:57.1718028Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-11-01T16:18:57.1718914Z PROCESSOR_LEVEL=6 2024-11-01T16:18:57.1719203Z PROCESSOR_REVISION=5507 2024-11-01T16:18:57.1719541Z PROGRAMFILES=C:\Program Files 2024-11-01T16:18:57.1719896Z PROMPT=(base) $P$G 2024-11-01T16:18:57.1720161Z PR_NUMBER= 2024-11-01T16:18:57.1720860Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-11-01T16:18:57.1721673Z PUBLIC=C:\Users\Public 2024-11-01T16:18:57.1722302Z *** 2024-11-01T16:18:57.1722525Z PYTHON_VERSION=3.9 2024-11-01T16:18:57.1722964Z PYTORCH_FINAL_PACKAGE_DIR=C:/11632515612/build-results/ 2024-11-01T16:18:57.1723499Z ProgramData=C:\ProgramData 2024-11-01T16:18:57.1723866Z ProgramFiles(x86)=C:\Program Files (x86) 2024-11-01T16:18:57.1724296Z ProgramW6432=C:\Program Files 2024-11-01T16:18:57.1724634Z RUNNER_ARCH=X64 2024-11-01T16:18:57.1724911Z RUNNER_ENVIRONMENT=self-hosted 2024-11-01T16:18:57.1725271Z RUNNER_NAME=i-014238f1e884cf1e1 2024-11-01T16:18:57.1725617Z RUNNER_OS=Windows 2024-11-01T16:18:57.1725936Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-11-01T16:18:57.1726413Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-11-01T16:18:57.1727054Z RUNNER_TRACKING_ID=github_555da6a0-d5f5-4c1f-a28e-6828503981e8 2024-11-01T16:18:57.1727630Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-11-01T16:18:57.1728112Z SCCACHE_BUCKET=ossci-compiler-cache 2024-11-01T16:18:57.1728543Z SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:18:57.1728896Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-11-01T16:18:57.1729261Z SCCACHE_REGION=us-east-1 2024-11-01T16:18:57.1729591Z SCCACHE_S3_KEY_PREFIX=trunk 2024-11-01T16:18:57.1730194Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:18:57.1731028Z SHA1=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:18:57.1731442Z SHLVL=2 2024-11-01T16:18:57.1731794Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-11-01T16:18:57.1732293Z SYSTEMDRIVE=C: 2024-11-01T16:18:57.1732574Z SYSTEMROOT=C:\Windows 2024-11-01T16:18:57.1732906Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:57.1733319Z TERM=xterm-256color 2024-11-01T16:18:57.1733648Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:57.1734134Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:57.1734739Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:57.1735414Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-11-01T16:18:57.1735949Z TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:18:57.1736272Z UCRTVersion=10.0.19041.0 2024-11-01T16:18:57.1736723Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:18:57.1737233Z UPDATEFILE=update.finished 2024-11-01T16:18:57.1737577Z USERDOMAIN=EC2AMAZ-SUNQRVI 2024-11-01T16:18:57.1737914Z USERNAME=runneruser 2024-11-01T16:18:57.1738208Z USERPROFILE=C:\Users\runneruser 2024-11-01T16:18:57.1738560Z USE_CUDA=1 2024-11-01T16:18:57.1738802Z USE_XPU=0 2024-11-01T16:18:57.1739376Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-11-01T16:18:57.1740402Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-11-01T16:18:57.1741421Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-11-01T16:18:57.1742583Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-11-01T16:18:57.1743364Z VCToolsVersion=14.29.30133 2024-11-01T16:18:57.1743702Z VC_PRODUCT=BuildTools 2024-11-01T16:18:57.1743980Z VC_VERSION= 2024-11-01T16:18:57.1744223Z VC_YEAR=2019 2024-11-01T16:18:57.1744506Z VERBOSE_ARG='SilentlyContinue' 2024-11-01T16:18:57.1744845Z VERSION_SUFFIX=12_1 2024-11-01T16:18:57.1745193Z VisualStudioVersion=16.0 2024-11-01T16:18:57.1745884Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-11-01T16:18:57.1746575Z VSCMD_ARG_app_plat=Desktop 2024-11-01T16:18:57.1747013Z VSCMD_ARG_HOST_ARCH=x64 2024-11-01T16:18:57.1747329Z VSCMD_ARG_TGT_ARCH=x64 2024-11-01T16:18:57.1747610Z VSCMD_VER=16.11.39 2024-11-01T16:18:57.1748124Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-11-01T16:18:57.1748730Z WINDIR=C:\Windows 2024-11-01T16:18:57.1749608Z 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-11-01T16:18:57.1750737Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-11-01T16:18:57.1751451Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:18:57.1751938Z WindowsSDKLibVersion=10.0.19041.0\ 2024-11-01T16:18:57.1752545Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-11-01T16:18:57.1753181Z WindowsSDKVersion=10.0.19041.0\ 2024-11-01T16:18:57.1753938Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-11-01T16:18:57.1755079Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-11-01T16:18:57.1756126Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-11-01T16:18:57.1756908Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-11-01T16:18:57.1757680Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-11-01T16:18:57.1758465Z __DOTNET_ADD_64BIT=1 2024-11-01T16:18:57.1758777Z __DOTNET_PREFERRED_BITNESS=64 2024-11-01T16:18:57.1763980Z __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-11-01T16:18:57.1769202Z 2024-11-01T16:18:57.1769559Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-11-01T16:18:57.5014998Z Building wheel torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:18:58.4734076Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-11-01T16:18:58.6325322Z -- The C compiler identification is MSVC 19.29.30154.0 2024-11-01T16:18:58.6718309Z -- Detecting CXX compiler ABI info 2024-11-01T16:18:59.1113025Z -- Detecting CXX compiler ABI info - done 2024-11-01T16:18:59.1135975Z -- 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-11-01T16:18:59.1155354Z -- Detecting CXX compile features 2024-11-01T16:18:59.1173491Z -- Detecting CXX compile features - done 2024-11-01T16:18:59.1270506Z -- Detecting C compiler ABI info 2024-11-01T16:18:59.4045507Z -- Detecting C compiler ABI info - done 2024-11-01T16:18:59.4067474Z -- 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-11-01T16:18:59.4070486Z -- Detecting C compile features 2024-11-01T16:18:59.4076517Z -- Detecting C compile features - done 2024-11-01T16:18:59.4148515Z -- Not forcing any particular BLAS to be found 2024-11-01T16:18:59.4191233Z CMake Warning at CMakeLists.txt:420 (message): 2024-11-01T16:18:59.4191782Z TensorPipe cannot be used on Windows. Set it to OFF 2024-11-01T16:18:59.4192182Z 2024-11-01T16:18:59.4192187Z 2024-11-01T16:18:59.4289716Z -- Performing Test C_HAS_AVX_1 2024-11-01T16:18:59.8168831Z -- Performing Test C_HAS_AVX_1 - Success 2024-11-01T16:18:59.8174045Z -- Performing Test C_HAS_AVX2_1 2024-11-01T16:19:00.1622564Z -- Performing Test C_HAS_AVX2_1 - Success 2024-11-01T16:19:00.1627765Z -- Performing Test C_HAS_AVX512_1 2024-11-01T16:19:00.5093128Z -- Performing Test C_HAS_AVX512_1 - Success 2024-11-01T16:19:00.5098502Z -- Performing Test CXX_HAS_AVX_1 2024-11-01T16:19:00.8516570Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-11-01T16:19:00.8521742Z -- Performing Test CXX_HAS_AVX2_1 2024-11-01T16:19:01.2969671Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-11-01T16:19:01.2974970Z -- Performing Test CXX_HAS_AVX512_1 2024-11-01T16:19:01.6447166Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-11-01T16:19:01.6449453Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-11-01T16:19:01.6453888Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-11-01T16:19:02.0290707Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-11-01T16:19:02.0291672Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-11-01T16:19:02.0303944Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-11-01T16:19:02.3056376Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-11-01T16:19:02.3070413Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-11-01T16:19:02.5877739Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-11-01T16:19:02.5891354Z -- Could not find hardware support for NEON on this machine. 2024-11-01T16:19:02.5891917Z -- No OMAP3 processor on this machine. 2024-11-01T16:19:02.5892338Z -- No OMAP4 processor on this machine. 2024-11-01T16:19:02.5893143Z -- Compiler does not support SVE extension. Will not build perfkernels. 2024-11-01T16:19:02.6050250Z -- Performing Test HAS/UTF_8 2024-11-01T16:19:02.8858743Z -- Performing Test HAS/UTF_8 - Success 2024-11-01T16:19:03.9807540Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 (found version "12.1") 2024-11-01T16:19:09.3617227Z -- The CUDA compiler identification is NVIDIA 12.1.105 2024-11-01T16:19:09.3821110Z -- Detecting CUDA compiler ABI info 2024-11-01T16:19:15.6312040Z -- Detecting CUDA compiler ABI info - done 2024-11-01T16:19:15.6586768Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe - skipped 2024-11-01T16:19:15.6590802Z -- Detecting CUDA compile features 2024-11-01T16:19:15.6620545Z -- Detecting CUDA compile features - done 2024-11-01T16:19:15.6686916Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found version "12.1.105") 2024-11-01T16:19:16.4589302Z -- Caffe2: CUDA detected: 12.1 2024-11-01T16:19:16.4590064Z -- Caffe2: CUDA nvcc is: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:19:16.4591066Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-11-01T16:19:16.8981632Z -- Caffe2: Header version is: 12.1 2024-11-01T16:19:17.4966194Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-11-01T16:19:17.5004384Z CMake Warning at cmake/public/cuda.cmake:140 (message): 2024-11-01T16:19:17.5004958Z Failed to compute shorthash for libnvrtc.so 2024-11-01T16:19:17.5005410Z Call Stack (most recent call first): 2024-11-01T16:19:17.5005837Z cmake/Dependencies.cmake:44 (include) 2024-11-01T16:19:17.5006301Z CMakeLists.txt:858 (include) 2024-11-01T16:19:17.5006555Z 2024-11-01T16:19:17.5006560Z 2024-11-01T16:19:17.5010469Z -- Found nvtx3: C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2024-11-01T16:19:17.5046871Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudnn.lib 2024-11-01T16:19:17.5317310Z -- Could NOT find CUSPARSELT (missing: CUSPARSELT_LIBRARY_PATH CUSPARSELT_INCLUDE_PATH) 2024-11-01T16:19:17.5318515Z CMake Warning at cmake/public/cuda.cmake:243 (message): 2024-11-01T16:19:17.5319114Z Cannot find cuSPARSELt library. Turning the option off 2024-11-01T16:19:17.5319654Z Call Stack (most recent call first): 2024-11-01T16:19:17.5320087Z cmake/Dependencies.cmake:44 (include) 2024-11-01T16:19:17.5320499Z CMakeLists.txt:858 (include) 2024-11-01T16:19:17.5320760Z 2024-11-01T16:19:17.5320764Z 2024-11-01T16:19:17.5554473Z -- Could NOT find CUDSS (missing: CUDSS_LIBRARY_PATH CUDSS_INCLUDE_PATH) 2024-11-01T16:19:17.5555252Z CMake Warning at cmake/public/cuda.cmake:259 (message): 2024-11-01T16:19:17.5555842Z Cannot find CUDSS library. Turning the option off 2024-11-01T16:19:17.5556333Z Call Stack (most recent call first): 2024-11-01T16:19:17.5556781Z cmake/Dependencies.cmake:44 (include) 2024-11-01T16:19:17.5557201Z CMakeLists.txt:858 (include) 2024-11-01T16:19:17.5557487Z 2024-11-01T16:19:17.5557491Z 2024-11-01T16:19:17.5557768Z -- USE_CUFILE is set to 0. Compiling without cuFile support 2024-11-01T16:19:17.5560131Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2024-11-01T16:19:17.5595597Z -- Building using own protobuf under third_party per request. 2024-11-01T16:19:17.5596141Z -- Use custom protobuf build. 2024-11-01T16:19:17.5630146Z -- 2024-11-01T16:19:17.5630374Z -- 3.13.0.0 2024-11-01T16:19:17.5686686Z -- Looking for pthread.h 2024-11-01T16:19:17.6858471Z -- Looking for pthread.h - not found 2024-11-01T16:19:17.6858958Z -- Found Threads: TRUE 2024-11-01T16:19:17.7517019Z -- Caffe2 protobuf include directory: $$ 2024-11-01T16:19:17.7540538Z -- Trying to find preferred BLAS backend of choice: MKL 2024-11-01T16:19:17.7598394Z -- MKL_THREADING = OMP 2024-11-01T16:19:17.7607313Z -- Looking for sys/types.h 2024-11-01T16:19:18.0377812Z -- Looking for sys/types.h - found 2024-11-01T16:19:18.0387067Z -- Looking for stdint.h 2024-11-01T16:19:18.3077713Z -- Looking for stdint.h - found 2024-11-01T16:19:18.3087016Z -- Looking for stddef.h 2024-11-01T16:19:18.5843451Z -- Looking for stddef.h - found 2024-11-01T16:19:18.5843917Z -- Check size of void* 2024-11-01T16:19:18.9232024Z -- Check size of void* - done 2024-11-01T16:19:18.9393542Z -- Looking for cblas_sgemm 2024-11-01T16:19:19.2312657Z -- Looking for cblas_sgemm - found 2024-11-01T16:19:19.2315853Z -- Looking for cblas_gemm_bf16bf16f32 2024-11-01T16:19:19.5210120Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-11-01T16:19:19.5211973Z -- Looking for cblas_gemm_f16f16f32 2024-11-01T16:19:19.7501189Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-11-01T16:19:19.8018326Z -- 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-11-01T16:19:19.8019747Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-11-01T16:19:19.8020297Z -- MKL OpenMP type: 2024-11-01T16:19:19.8020618Z -- MKL OpenMP library: 2024-11-01T16:19:19.9648693Z -- The ASM compiler identification is MSVC 2024-11-01T16:19:19.9659567Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:19:19.9893897Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2024-11-01T16:19:20.1964459Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.46.0.windows.1") 2024-11-01T16:19:20.2903256Z -- git version: v1.6.1 normalized to 1.6.1 2024-11-01T16:19:20.2903729Z -- Version: 1.6.1 2024-11-01T16:19:20.2919448Z -- Looking for shm_open in rt 2024-11-01T16:19:20.4393125Z -- Looking for shm_open in rt - not found 2024-11-01T16:19:20.4395595Z -- Performing Test HAVE_STD_REGEX 2024-11-01T16:19:20.4395979Z -- Performing Test HAVE_STD_REGEX 2024-11-01T16:19:21.5873702Z -- Performing Test HAVE_STD_REGEX -- success 2024-11-01T16:19:21.5874430Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-11-01T16:19:21.5874864Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-11-01T16:19:21.6817150Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-11-01T16:19:21.6817745Z -- Performing Test HAVE_POSIX_REGEX 2024-11-01T16:19:21.6818163Z -- Performing Test HAVE_POSIX_REGEX 2024-11-01T16:19:21.7603422Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-11-01T16:19:21.7603995Z -- Performing Test HAVE_STEADY_CLOCK 2024-11-01T16:19:21.7604414Z -- Performing Test HAVE_STEADY_CLOCK 2024-11-01T16:19:22.2339630Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-11-01T16:19:22.3197389Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-11-01T16:19:22.3211875Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-11-01T16:19:22.5919017Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-11-01T16:19:23.5168105Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:23.5169366Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-11-01T16:19:23.5170193Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:23.5170993Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:23.5171639Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:23.5172091Z Call Stack (most recent call first): 2024-11-01T16:19:23.5172693Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:23.5173464Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-11-01T16:19:23.5174117Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:23.5174811Z 2024-11-01T16:19:23.5174967Z -- Found OpenMP_C: -openmp:experimental 2024-11-01T16:19:23.8395292Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:23.8396592Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-11-01T16:19:23.8397437Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:23.8398234Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:23.8398859Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:23.8399325Z Call Stack (most recent call first): 2024-11-01T16:19:23.8399930Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:23.8400608Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-11-01T16:19:23.8401272Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:23.8401749Z 2024-11-01T16:19:23.8401929Z -- Found OpenMP_CXX: -openmp:experimental 2024-11-01T16:19:23.8402523Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-11-01T16:19:23.8403122Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-11-01T16:19:23.8403439Z 2024-11-01T16:19:23.8403445Z 2024-11-01T16:19:23.8403554Z -- Found OpenMP: TRUE 2024-11-01T16:19:24.0800105Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-11-01T16:19:24.0800692Z ========== 2024-11-01T16:19:24.0800867Z 2024-11-01T16:19:24.0800873Z 2024-11-01T16:19:24.0801145Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-11-01T16:19:24.0801715Z CMAKE_BUILD_TYPE = Release 2024-11-01T16:19:24.0801953Z 2024-11-01T16:19:24.0801958Z 2024-11-01T16:19:24.0802240Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-11-01T16:19:24.0802860Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-11-01T16:19:24.0803224Z 2024-11-01T16:19:24.0803253Z 2024-11-01T16:19:24.0803518Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-11-01T16:19:24.0804156Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-11-01T16:19:24.0804512Z 2024-11-01T16:19:24.0804517Z 2024-11-01T16:19:24.0804987Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-11-01T16:19:24.0805505Z ========== 2024-11-01T16:19:24.0805673Z 2024-11-01T16:19:24.0805678Z 2024-11-01T16:19:24.1164067Z ** AsmJit Summary ** 2024-11-01T16:19:24.1164719Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-11-01T16:19:24.1165407Z ASMJIT_TEST=FALSE 2024-11-01T16:19:24.1165718Z ASMJIT_TARGET_TYPE=SHARED 2024-11-01T16:19:24.1166092Z ASMJIT_DEPS= 2024-11-01T16:19:24.1166360Z ASMJIT_LIBS=asmjit 2024-11-01T16:19:24.1166760Z ASMJIT_CFLAGS= 2024-11-01T16:19:24.1167383Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-11-01T16:19:24.1168113Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-11-01T16:19:24.1168504Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-11-01T16:19:24.1304751Z -- Using third party subdirectory Eigen. 2024-11-01T16:19:28.4895482Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-11-01T16:19:28.4896456Z -- Using third_party/pybind11. 2024-11-01T16:19:28.4897197Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-11-01T16:19:28.4936903Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-11-01T16:19:28.4937553Z -- Using third_party/opentelemetry-cpp. 2024-11-01T16:19:28.4938478Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-11-01T16:19:29.4532226Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-11-01T16:19:30.1479416Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-11-01T16:19:30.1482281Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-11-01T16:19:30.1484758Z CMake Warning at cmake/Dependencies.cmake:929 (message): 2024-11-01T16:19:30.1485451Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-11-01T16:19:30.1486041Z Call Stack (most recent call first): 2024-11-01T16:19:30.1486446Z CMakeLists.txt:858 (include) 2024-11-01T16:19:30.1486765Z 2024-11-01T16:19:30.1486770Z 2024-11-01T16:19:30.1520012Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-11-01T16:19:30.1544263Z -- Found CUB: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include 2024-11-01T16:19:30.1564207Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-11-01T16:19:30.1564981Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:19:30.1565792Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:19:30.1566448Z set the policy and suppress this warning. 2024-11-01T16:19:30.1566822Z 2024-11-01T16:19:30.1567175Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:19:30.1567866Z normal variable 'BUILD_BENCHMARK'. 2024-11-01T16:19:30.1568506Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:30.1569046Z 2024-11-01T16:19:30.1569355Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-11-01T16:19:30.1570179Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:19:30.1571080Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:19:30.1571801Z set the policy and suppress this warning. 2024-11-01T16:19:30.1572178Z 2024-11-01T16:19:30.1572522Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:19:30.1573193Z normal variable 'USE_NCCL'. 2024-11-01T16:19:30.1573797Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:30.1574336Z 2024-11-01T16:19:30.1574614Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-11-01T16:19:30.1576099Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:19:30.1577021Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:19:30.1577748Z set the policy and suppress this warning. 2024-11-01T16:19:30.1578101Z 2024-11-01T16:19:30.1578461Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:19:30.1579126Z normal variable 'USE_RCCL'. 2024-11-01T16:19:30.1579738Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:30.1580247Z 2024-11-01T16:19:30.1580380Z -- MSVC detected 2024-11-01T16:19:30.1580662Z -- Set USE_REDIS OFF 2024-11-01T16:19:30.1580951Z -- Set USE_IBVERBS OFF 2024-11-01T16:19:30.1581253Z -- Set USE_NCCL OFF 2024-11-01T16:19:30.1581546Z -- Set USE_RCCL OFF 2024-11-01T16:19:30.1581813Z -- Set USE_LIBUV ON 2024-11-01T16:19:30.1582146Z -- Only USE_LIBUV is supported on Windows 2024-11-01T16:19:30.1582582Z -- Gloo build as SHARED library 2024-11-01T16:19:30.1586204Z CMake Warning (dev) at third_party/gloo/cmake/Cuda.cmake:109 (find_package): 2024-11-01T16:19:30.1587095Z Policy CMP0074 is not set: find_package uses _ROOT variables. 2024-11-01T16:19:30.1587917Z Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy 2024-11-01T16:19:30.1588611Z command to set the policy and suppress this warning. 2024-11-01T16:19:30.1588993Z 2024-11-01T16:19:30.1589155Z CMake variable CUDAToolkit_ROOT is set to: 2024-11-01T16:19:30.1589489Z 2024-11-01T16:19:30.1589720Z C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-11-01T16:19:30.1590111Z 2024-11-01T16:19:30.1590328Z For compatibility, CMake is ignoring the variable. 2024-11-01T16:19:30.1590963Z Call Stack (most recent call first): 2024-11-01T16:19:30.1591505Z third_party/gloo/cmake/Dependencies.cmake:115 (include) 2024-11-01T16:19:30.1592100Z third_party/gloo/CMakeLists.txt:111 (include) 2024-11-01T16:19:30.1592758Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:30.1593232Z 2024-11-01T16:19:30.1617411Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include (found suitable version "12.1.105", minimum required is "7.0") 2024-11-01T16:19:30.9130605Z -- CUDA detected: 12.1.105 2024-11-01T16:19:30.9846195Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:19:30.9853914Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:19:30.9861932Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:19:31.6794730Z -- 2024-11-01T16:19:31.6795139Z -- ******** Summary ******** 2024-11-01T16:19:31.6795581Z -- CMake version : 3.22.1 2024-11-01T16:19:31.6796185Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-11-01T16:19:31.6796790Z -- System : Windows 2024-11-01T16:19:31.6797840Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:19:31.6798809Z -- C++ compiler version : 19.29.30154.0 2024-11-01T16:19:31.6799659Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-11-01T16:19:31.6800479Z -- Build type : Release 2024-11-01T16:19:31.6801136Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-11-01T16:19:31.6803741Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-11-01T16:19:31.6806802Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-11-01T16:19:31.6808058Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules;C:/actions-runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2024-11-01T16:19:31.6809060Z -- 2024-11-01T16:19:31.6809349Z -- ONNX version : 1.17.0 2024-11-01T16:19:31.6809839Z -- ONNX NAMESPACE : onnx_torch 2024-11-01T16:19:31.6810311Z -- ONNX_USE_LITE_PROTO : OFF 2024-11-01T16:19:31.6810769Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-11-01T16:19:31.6811231Z -- Protobuf_USE_STATIC_LIBS : ON 2024-11-01T16:19:31.6811678Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-11-01T16:19:31.6812145Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-11-01T16:19:31.6812599Z -- ONNX_WERROR : OFF 2024-11-01T16:19:31.6813030Z -- ONNX_BUILD_TESTS : OFF 2024-11-01T16:19:31.6813464Z -- ONNX_BUILD_SHARED_LIBS : 2024-11-01T16:19:31.6813897Z -- BUILD_SHARED_LIBS : OFF 2024-11-01T16:19:31.6814271Z -- 2024-11-01T16:19:31.6814534Z -- Protobuf compiler : 2024-11-01T16:19:31.6814962Z -- Protobuf includes : 2024-11-01T16:19:31.6815377Z -- Protobuf libraries : 2024-11-01T16:19:31.6815812Z -- BUILD_ONNX_PYTHON : OFF 2024-11-01T16:19:31.6816406Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-11-01T16:19:31.6816987Z -- Adding -DNDEBUG to compile flags 2024-11-01T16:19:31.6849716Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2024-11-01T16:19:31.7651280Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2024-11-01T16:19:31.7653109Z -- Compiling with MAGMA support 2024-11-01T16:19:31.7653956Z -- MAGMA INCLUDE DIRECTORIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/include 2024-11-01T16:19:31.7655120Z -- MAGMA LIBRARIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/lib/magma.lib 2024-11-01T16:19:31.7655857Z -- MAGMA V2 check: 0 2024-11-01T16:19:31.7657665Z -- Could not find hardware support for NEON on this machine. 2024-11-01T16:19:31.7658310Z -- No OMAP3 processor on this machine. 2024-11-01T16:19:31.7658789Z -- No OMAP4 processor on this machine. 2024-11-01T16:19:31.7673965Z -- Looking for sbgemm_ 2024-11-01T16:19:36.9843840Z -- Looking for sbgemm_ - not found 2024-11-01T16:19:36.9860390Z -- Found a library with LAPACK API (mkl). 2024-11-01T16:19:36.9861292Z disabling ROCM because NOT USE_ROCM is set 2024-11-01T16:19:36.9861843Z -- MIOpen not found. Compiling without MIOpen support 2024-11-01T16:19:36.9871020Z -- Will build oneDNN UKERNEL 2024-11-01T16:19:36.9952380Z -- MKLDNN_CPU_RUNTIME = OMP 2024-11-01T16:19:36.9975204Z -- DNNL_TARGET_ARCH: X64 2024-11-01T16:19:37.0002154Z -- DNNL_LIBRARY_NAME: dnnl 2024-11-01T16:19:37.0082763Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:37.0083993Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-11-01T16:19:37.0084815Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:37.0085614Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:37.0086235Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:37.0086694Z Call Stack (most recent call first): 2024-11-01T16:19:37.0087367Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:37.0088119Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-11-01T16:19:37.0088755Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-11-01T16:19:37.0089425Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:37.0090085Z 2024-11-01T16:19:37.0090810Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:37.0091997Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-11-01T16:19:37.0092834Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:37.0093639Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:37.0094265Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:37.0094731Z Call Stack (most recent call first): 2024-11-01T16:19:37.0095338Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:37.0096079Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-11-01T16:19:37.0096724Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-11-01T16:19:37.0097568Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:37.0098032Z 2024-11-01T16:19:37.0484610Z -- Enabled testing coverage: CI 2024-11-01T16:19:37.0498568Z -- Enabled workload: TRAINING 2024-11-01T16:19:37.0498967Z -- Enabled primitives: ALL 2024-11-01T16:19:37.0499335Z -- Enabled primitive CPU ISA: ALL 2024-11-01T16:19:37.0499724Z -- Enabled primitive GPU ISA: ALL 2024-11-01T16:19:37.0500117Z -- Enabled GeMM kernels ISA: ALL 2024-11-01T16:19:37.0587980Z -- Primitive cache is enabled 2024-11-01T16:19:37.0588484Z -- Experimental functionality for ukernels is enabled 2024-11-01T16:19:37.1278952Z -- The ASM_MASM compiler identification is MSVC 2024-11-01T16:19:37.2451958Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-11-01T16:19:37.3034996Z -- Graph component is enabled 2024-11-01T16:19:37.3176871Z -- Graph compiler backend is disabled. 2024-11-01T16:19:37.3308027Z -- Found MKL-DNN: TRUE 2024-11-01T16:19:37.3378298Z -- {fmt} version: 11.0.2 2024-11-01T16:19:37.3378664Z -- Build type: Release 2024-11-01T16:19:37.3452685Z -- Using CPU-only version of Kineto 2024-11-01T16:19:37.3453121Z -- Configuring Kineto dependency: 2024-11-01T16:19:37.3453806Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-11-01T16:19:37.3454481Z -- KINETO_BUILD_TESTS = OFF 2024-11-01T16:19:37.3454839Z -- KINETO_LIBRARY_TYPE = static 2024-11-01T16:19:37.3915329Z INFO CUDA_SOURCE_DIR = 2024-11-01T16:19:37.3915694Z INFO ROCM_SOURCE_DIR = 2024-11-01T16:19:37.4306522Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-11-01T16:19:37.5096120Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-11-01T16:19:37.5096880Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-11-01T16:19:37.5097390Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-11-01T16:19:37.5098288Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-11-01T16:19:37.5099724Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-11-01T16:19:37.5100980Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-11-01T16:19:37.5123075Z -- Configured Kineto (CPU) 2024-11-01T16:19:37.5159353Z -- Performing Test HAS/WD4624 2024-11-01T16:19:37.7864805Z -- Performing Test HAS/WD4624 - Success 2024-11-01T16:19:37.7880142Z -- Performing Test HAS/WD4068 2024-11-01T16:19:38.0614049Z -- Performing Test HAS/WD4068 - Success 2024-11-01T16:19:38.0627965Z -- Performing Test HAS/WD4067 2024-11-01T16:19:38.3350344Z -- Performing Test HAS/WD4067 - Success 2024-11-01T16:19:38.3365290Z -- Performing Test HAS/WD4267 2024-11-01T16:19:38.6216406Z -- Performing Test HAS/WD4267 - Success 2024-11-01T16:19:38.6229504Z -- Performing Test HAS/WD4661 2024-11-01T16:19:38.9928588Z -- Performing Test HAS/WD4661 - Success 2024-11-01T16:19:38.9942510Z -- Performing Test HAS/WD4717 2024-11-01T16:19:39.2622450Z -- Performing Test HAS/WD4717 - Success 2024-11-01T16:19:39.2636722Z -- Performing Test HAS/WD4244 2024-11-01T16:19:39.5975480Z -- Performing Test HAS/WD4244 - Success 2024-11-01T16:19:39.5989000Z -- Performing Test HAS/WD4804 2024-11-01T16:19:39.9333498Z -- Performing Test HAS/WD4804 - Success 2024-11-01T16:19:39.9348717Z -- Performing Test HAS/WD4273 2024-11-01T16:19:40.2560115Z -- Performing Test HAS/WD4273 - Success 2024-11-01T16:19:40.2574588Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-11-01T16:19:40.3181239Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-11-01T16:19:40.3250316Z -- 2024-11-01T16:19:40.3251344Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-11-01T16:19:40.3253583Z -- 2024-11-01T16:19:40.3253850Z -- Library base name: mimalloc 2024-11-01T16:19:40.3254193Z -- Version : 1.8 2024-11-01T16:19:40.3254521Z -- Build type : release 2024-11-01T16:19:40.3255508Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:19:40.3256456Z -- Compiler flags : /Zc:__cplusplus 2024-11-01T16:19:40.3256848Z -- Compiler defines : 2024-11-01T16:19:40.3257279Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-11-01T16:19:40.3257764Z -- Build targets : static 2024-11-01T16:19:40.3258079Z -- 2024-11-01T16:19:40.3362303Z -- Performing Test HAS_WDEPRECATED 2024-11-01T16:19:40.3969098Z -- Performing Test HAS_WDEPRECATED - Failed 2024-11-01T16:19:40.3971925Z -- don't use NUMA 2024-11-01T16:19:40.4044128Z -- Looking for backtrace 2024-11-01T16:19:40.4806799Z -- Looking for backtrace - not found 2024-11-01T16:19:40.4871058Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-11-01T16:19:44.2403441Z -- headers outputs: 2024-11-01T16:19:53.6623902Z -- sources outputs: 2024-11-01T16:19:55.1374902Z -- declarations_yaml outputs: 2024-11-01T16:19:55.1480530Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-11-01T16:20:00.4747580Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-11-01T16:20:00.7467827Z -- Using ATen parallel backend: OMP 2024-11-01T16:20:01.2633736Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-11-01T16:20:01.4590264Z -- Check size of long double 2024-11-01T16:20:01.8902829Z -- Check size of long double - done 2024-11-01T16:20:01.8910077Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-11-01T16:20:02.0252458Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-11-01T16:20:02.0256968Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-11-01T16:20:02.4099180Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-11-01T16:20:02.4104327Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-11-01T16:20:02.7857762Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-11-01T16:20:02.7862119Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-11-01T16:20:03.1640704Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-11-01T16:20:03.1641287Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-11-01T16:20:03.5429111Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-11-01T16:20:03.5433775Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-11-01T16:20:03.9215800Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-11-01T16:20:03.9220536Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-11-01T16:20:04.2888080Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-11-01T16:20:04.2946482Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-11-01T16:20:04.2950310Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-11-01T16:20:04.2954139Z -- Found OpenMP: TRUE (found version "2.0") 2024-11-01T16:20:04.2966320Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-11-01T16:20:04.7645195Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-11-01T16:20:04.7649412Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-11-01T16:20:04.8649790Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-11-01T16:20:04.8654817Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-11-01T16:20:04.9627386Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-11-01T16:20:04.9632018Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-11-01T16:20:05.1401214Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-11-01T16:20:05.1405441Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-11-01T16:20:05.2464831Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-11-01T16:20:05.4181678Z Target system: Windows-10.0.17763 2024-11-01T16:20:05.4182139Z -- Configuring build for SLEEF-v3.6.0 2024-11-01T16:20:05.4182583Z Target processor: AMD64 2024-11-01T16:20:05.4183215Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-11-01T16:20:05.4183897Z -- Building shared libs : OFF 2024-11-01T16:20:05.4184278Z -- Building static test bins: OFF 2024-11-01T16:20:05.4184664Z -- MPFR : LIB_MPFR-NOTFOUND 2024-11-01T16:20:05.4185112Z -- GMP : LIBGMP-NOTFOUND 2024-11-01T16:20:05.4186611Z Host system: Windows-10.0.17763 2024-11-01T16:20:05.4187032Z -- RT : 2024-11-01T16:20:05.4187283Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-11-01T16:20:05.4187654Z Host processor: AMD64 2024-11-01T16:20:05.4188578Z 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-11-01T16:20:05.4189508Z CMake: 3.22.1 2024-11-01T16:20:05.4189912Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-11-01T16:20:05.4190405Z -- OPENSSL : 3.0.14 2024-11-01T16:20:05.4190987Z -- SDE : SDE_COMMAND-NOTFOUND 2024-11-01T16:20:05.4191366Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-11-01T16:20:05.4499795Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-11-01T16:20:05.4500575Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-11-01T16:20:05.4501755Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-11-01T16:20:05.4502911Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-11-01T16:20:06.0990775Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-11-01T16:20:06.1603044Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-11-01T16:20:06.1609696Z -- 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-11-01T16:20:06.3659413Z CMake Warning at CMakeLists.txt:1272 (message): 2024-11-01T16:20:06.3660146Z Generated cmake files are only fully tested if one builds with system glog, 2024-11-01T16:20:06.3660999Z gflags, and protobuf. Other settings may generate files that are not well 2024-11-01T16:20:06.3661635Z tested. 2024-11-01T16:20:06.3661797Z 2024-11-01T16:20:06.3661802Z 2024-11-01T16:20:06.3692309Z -- 2024-11-01T16:20:06.3692572Z -- ******** Summary ******** 2024-11-01T16:20:06.3692888Z -- General: 2024-11-01T16:20:06.3693170Z -- CMake version : 3.22.1 2024-11-01T16:20:06.3693732Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-11-01T16:20:06.3694305Z -- System : Windows 2024-11-01T16:20:06.3695424Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:20:06.3696475Z -- C++ compiler id : MSVC 2024-11-01T16:20:06.3696927Z -- C++ compiler version : 19.29.30154.0 2024-11-01T16:20:06.3697341Z -- Using ccache if found : OFF 2024-11-01T16:20:06.3699172Z -- 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-11-01T16:20:06.3701228Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:20:06.3702049Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:20:06.3702782Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:20:06.3703368Z -- Build type : Release 2024-11-01T16:20:06.3704980Z -- 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-11-01T16:20:06.3708417Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-11-01T16:20:06.3710843Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-11-01T16:20:06.3711419Z -- USE_GOLD_LINKER : OFF 2024-11-01T16:20:06.3711760Z -- 2024-11-01T16:20:06.3712011Z -- TORCH_VERSION : 2.6.0 2024-11-01T16:20:06.3712455Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-11-01T16:20:06.3712920Z -- BUILD_BINARY : OFF 2024-11-01T16:20:06.3713293Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-11-01T16:20:06.3713657Z -- Link local protobuf : ON 2024-11-01T16:20:06.3714038Z -- BUILD_PYTHON : True 2024-11-01T16:20:06.3714453Z -- Python version : 3.9.19 2024-11-01T16:20:06.3714947Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:20:06.3715601Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-11-01T16:20:06.3716227Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-11-01T16:20:06.3716868Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:20:06.3717413Z -- BUILD_SHARED_LIBS : ON 2024-11-01T16:20:06.3717823Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-11-01T16:20:06.3718308Z -- BUILD_TEST : True 2024-11-01T16:20:06.3718706Z -- BUILD_JNI : OFF 2024-11-01T16:20:06.3719083Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-11-01T16:20:06.3719463Z -- BUILD_LITE_INTERPRETER: OFF 2024-11-01T16:20:06.3719825Z -- INTERN_BUILD_MOBILE : 2024-11-01T16:20:06.3720181Z -- TRACING_BASED : OFF 2024-11-01T16:20:06.3720538Z -- USE_BLAS : 1 2024-11-01T16:20:06.3720868Z -- BLAS : mkl 2024-11-01T16:20:06.3721224Z -- BLAS_HAS_SBGEMM : 2024-11-01T16:20:06.3721573Z -- USE_LAPACK : 1 2024-11-01T16:20:06.3721906Z -- LAPACK : mkl 2024-11-01T16:20:06.3722263Z -- USE_ASAN : OFF 2024-11-01T16:20:06.3722617Z -- USE_TSAN : OFF 2024-11-01T16:20:06.3722967Z -- USE_CPP_CODE_COVERAGE : OFF 2024-11-01T16:20:06.3723333Z -- USE_CUDA : 1 2024-11-01T16:20:06.3723719Z -- Split CUDA : 2024-11-01T16:20:06.3724106Z -- CUDA static link : OFF 2024-11-01T16:20:06.3724472Z -- USE_CUDNN : ON 2024-11-01T16:20:06.3724949Z -- USE_CUSPARSELT : OFF 2024-11-01T16:20:06.3725294Z -- USE_CUDSS : OFF 2024-11-01T16:20:06.3725650Z -- USE_CUFILE : OFF 2024-11-01T16:20:06.3726013Z -- CUDA version : 12.1 2024-11-01T16:20:06.3726377Z -- USE_FLASH_ATTENTION : OFF 2024-11-01T16:20:06.3726747Z -- USE_MEM_EFF_ATTENTION : ON 2024-11-01T16:20:06.3727209Z -- cuDNN version : 9.1.0 2024-11-01T16:20:06.3727811Z -- CUDA root directory : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-11-01T16:20:06.3728746Z -- CUDA library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cuda.lib 2024-11-01T16:20:06.3729848Z -- cudart library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudart.lib 2024-11-01T16:20:06.3730868Z -- cublas library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cublas.lib 2024-11-01T16:20:06.3731893Z -- cufft library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cufft.lib 2024-11-01T16:20:06.3732907Z -- curand library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/curand.lib 2024-11-01T16:20:06.3733948Z -- cusparse library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cusparse.lib 2024-11-01T16:20:06.3735019Z -- cuDNN library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudnn.lib 2024-11-01T16:20:06.3736025Z -- nvrtc : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/nvrtc.lib 2024-11-01T16:20:06.3736948Z -- CUDA include path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/include 2024-11-01T16:20:06.3737871Z -- NVCC executable : C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:20:06.3738915Z -- CUDA compiler : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe 2024-11-01T16:20:06.3744398Z -- CUDA flags : -DLIBCUDACXX_ENABLE_SIMPLIFIED_COMPLEX_OPERATIONS -Xcompiler /Zc:__cplusplus -Xcompiler /w -w -Xcompiler /FS -Xfatbin -compress-all -DONNX_NAMESPACE=onnx_torch --use-local-env -gencode arch=compute_86,code=sm_86 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=bad_friend_decl --Werror cross-execution-space-call --no-host-device-move-forward --expt-relaxed-constexpr --expt-extended-lambda -Xcompiler=/wd4819,/wd4503,/wd4190,/wd4244,/wd4251,/wd4275,/wd4522 -Wno-deprecated-gpu-targets --expt-extended-lambda -DCUB_WRAPPED_NAMESPACE=at_cuda_detail -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ 2024-11-01T16:20:06.3749529Z -- CUDA host compiler : 2024-11-01T16:20:06.3749900Z -- CUDA --device-c : OFF 2024-11-01T16:20:06.3750265Z -- USE_TENSORRT : 2024-11-01T16:20:06.3750614Z -- USE_XPU : 0 2024-11-01T16:20:06.3750962Z -- USE_ROCM : OFF 2024-11-01T16:20:06.3751308Z -- BUILD_NVFUSER : 2024-11-01T16:20:06.3751660Z -- USE_EIGEN_FOR_BLAS : 2024-11-01T16:20:06.3752058Z -- USE_FBGEMM : ON 2024-11-01T16:20:06.3752460Z -- USE_FAKELOWP : OFF 2024-11-01T16:20:06.3752834Z -- USE_KINETO : ON 2024-11-01T16:20:06.3753194Z -- USE_GFLAGS : OFF 2024-11-01T16:20:06.3753539Z -- USE_GLOG : OFF 2024-11-01T16:20:06.3753898Z -- USE_LITE_PROTO : OFF 2024-11-01T16:20:06.3754270Z -- USE_PYTORCH_METAL : OFF 2024-11-01T16:20:06.3754648Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-11-01T16:20:06.3755056Z -- USE_MPS : OFF 2024-11-01T16:20:06.3755409Z -- USE_MKL : ON 2024-11-01T16:20:06.3755756Z -- USE_STATIC_MKL : OFF 2024-11-01T16:20:06.3756201Z -- USE_MKLDNN : ON 2024-11-01T16:20:06.3756559Z -- USE_MKLDNN_ACL : OFF 2024-11-01T16:20:06.3756906Z -- USE_MKLDNN_CBLAS : OFF 2024-11-01T16:20:06.3757266Z -- USE_UCC : OFF 2024-11-01T16:20:06.3757662Z -- USE_ITT : ON 2024-11-01T16:20:06.3758047Z -- USE_NCCL : OFF 2024-11-01T16:20:06.3758402Z -- USE_NNPACK : OFF 2024-11-01T16:20:06.3758756Z -- USE_NUMPY : ON 2024-11-01T16:20:06.3759102Z -- USE_OBSERVERS : ON 2024-11-01T16:20:06.3759464Z -- USE_OPENCL : OFF 2024-11-01T16:20:06.3759828Z -- USE_OPENMP : ON 2024-11-01T16:20:06.3760174Z -- USE_MIMALLOC : ON 2024-11-01T16:20:06.3760548Z -- USE_MIMALLOC_ON_MKL : OFF 2024-11-01T16:20:06.3760926Z -- USE_VULKAN : OFF 2024-11-01T16:20:06.3761269Z -- USE_PROF : OFF 2024-11-01T16:20:06.3761635Z -- USE_PYTORCH_QNNPACK : OFF 2024-11-01T16:20:06.3762007Z -- USE_XNNPACK : ON 2024-11-01T16:20:06.3762360Z -- USE_DISTRIBUTED : ON 2024-11-01T16:20:06.3762727Z -- USE_MPI : OFF 2024-11-01T16:20:06.3763143Z -- USE_GLOO : ON 2024-11-01T16:20:06.3763548Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-11-01T16:20:06.3763933Z -- USE_TENSORPIPE : OFF 2024-11-01T16:20:06.3776061Z -- Public Dependencies : caffe2::mkl 2024-11-01T16:20:06.3777130Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2024-11-01T16:20:06.3778093Z -- Public CUDA Deps. : 2024-11-01T16:20:06.3780845Z -- Private CUDA Deps. : caffe2::curand;caffe2::cufft;caffe2::cublas;torch::cudnn;gloo_cuda;fmt::fmt-header-only;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;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64/cudart_static.lib;CUDA::cusparse;CUDA::cufft;CUDA::cusolver;torch::magma;ATEN_CUDA_FILES_GEN_LIB 2024-11-01T16:20:06.3783660Z -- USE_COREML_DELEGATE : OFF 2024-11-01T16:20:06.3784053Z -- BUILD_LAZY_TS_BACKEND : ON 2024-11-01T16:20:06.3784425Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-11-01T16:20:06.3784859Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-11-01T16:20:06.4420134Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-11-01T16:20:06.4434352Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-11-01T16:20:06.5042535Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-11-01T16:20:06.5107200Z -- Configuring done 2024-11-01T16:20:15.6993601Z -- Generating done 2024-11-01T16:20:15.9509347Z CMake Warning: 2024-11-01T16:20:15.9509935Z Manually-specified variables were not used by the project: 2024-11-01T16:20:15.9510370Z 2024-11-01T16:20:15.9510474Z BUILD_ENVIRONMENT 2024-11-01T16:20:15.9510775Z BUILD_TYPE 2024-11-01T16:20:15.9511024Z BUILD_WHEEL 2024-11-01T16:20:15.9511223Z 2024-11-01T16:20:15.9511228Z 2024-11-01T16:20:15.9538254Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-11-01T16:20:21.6633102Z [1/4] Generating ATen declarations_yaml 2024-11-01T16:20:27.4303910Z [2/4] Generating ATen sources 2024-11-01T16:20:28.0778189Z [3/4] Generating ATen headers 2024-11-01T16:20:33.9101062Z [1/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-11-01T16:20:33.9124712Z [2/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-11-01T16:20:33.9170264Z [3/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-11-01T16:20:33.9187703Z [4/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-11-01T16:20:33.9262859Z [5/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-11-01T16:20:33.9279115Z [6/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-11-01T16:20:33.9352157Z [7/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-11-01T16:20:33.9646865Z [8/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-11-01T16:20:34.1733382Z [9/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-11-01T16:20:34.1839123Z [10/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-11-01T16:20:34.1964254Z [11/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-11-01T16:20:34.2030174Z [12/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-11-01T16:20:34.2050391Z [13/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-11-01T16:20:34.2119219Z [14/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-11-01T16:20:34.2658615Z [15/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-11-01T16:20:34.3888571Z [16/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-11-01T16:20:34.4373711Z [17/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-11-01T16:20:34.4495840Z [18/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-11-01T16:20:34.4511319Z [19/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-11-01T16:20:34.4594450Z [20/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-11-01T16:20:34.4678071Z [21/7871] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-11-01T16:20:34.4679177Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:34.4679874Z 2024-11-01T16:20:34.4680265Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:34.4680886Z 2024-11-01T16:20:34.4680894Z 2024-11-01T16:20:34.4768863Z [22/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-11-01T16:20:34.4898866Z [23/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-11-01T16:20:34.5609404Z [24/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-11-01T16:20:34.6117439Z [25/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-11-01T16:20:34.7192745Z [26/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-11-01T16:20:34.7296960Z [27/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-11-01T16:20:34.7377942Z [28/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-11-01T16:20:34.7394351Z [29/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-11-01T16:20:34.8013796Z [30/7871] Linking CXX static library lib\libprotobuf-lite.lib 2024-11-01T16:20:34.8109737Z [31/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-11-01T16:20:34.8384891Z [32/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-11-01T16:20:34.8986329Z [33/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-11-01T16:20:34.9548773Z [34/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-11-01T16:20:34.9738208Z [35/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-11-01T16:20:35.0270281Z [36/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-11-01T16:20:35.0408824Z [37/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-11-01T16:20:35.0480800Z [38/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-11-01T16:20:35.0714527Z [39/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-11-01T16:20:35.1430620Z [40/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-11-01T16:20:35.1501877Z [41/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-11-01T16:20:35.1971465Z [42/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-11-01T16:20:35.2950553Z [43/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-11-01T16:20:35.3167844Z [44/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-11-01T16:20:35.3397428Z [45/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-11-01T16:20:35.3800882Z [46/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-11-01T16:20:35.3881313Z [47/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-11-01T16:20:35.4097746Z [48/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-11-01T16:20:35.4218963Z [49/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-11-01T16:20:35.4920594Z [50/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-11-01T16:20:35.5505976Z [51/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-11-01T16:20:35.5892016Z [52/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-11-01T16:20:35.6271509Z [53/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-11-01T16:20:35.6335199Z [54/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-11-01T16:20:35.6349455Z [55/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-11-01T16:20:35.7016912Z [56/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-11-01T16:20:35.7210391Z [57/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-11-01T16:20:35.8100975Z [58/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-11-01T16:20:35.9280001Z [59/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-11-01T16:20:35.9629768Z [60/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-11-01T16:20:35.9836106Z [61/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-11-01T16:20:36.0541506Z [62/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-11-01T16:20:36.0931195Z [63/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-11-01T16:20:36.1163912Z [64/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-11-01T16:20:36.1275356Z [65/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-11-01T16:20:36.1602065Z [66/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-11-01T16:20:36.2081039Z [67/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-11-01T16:20:36.2396305Z [68/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-11-01T16:20:36.3116358Z [69/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-11-01T16:20:36.3174467Z [70/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-11-01T16:20:36.3858554Z [71/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-11-01T16:20:36.4096939Z [72/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-11-01T16:20:36.4622992Z [73/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-11-01T16:20:36.4642787Z [74/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-11-01T16:20:36.5475147Z [75/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-11-01T16:20:36.5543327Z [76/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-11-01T16:20:36.6057589Z [77/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-11-01T16:20:36.7462681Z [78/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-11-01T16:20:36.7480213Z [79/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-11-01T16:20:36.7592716Z [80/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-11-01T16:20:36.7692485Z [81/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-11-01T16:20:36.7769863Z [82/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-11-01T16:20:36.8224589Z [83/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-11-01T16:20:36.8306064Z [84/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-11-01T16:20:36.9313082Z [85/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-11-01T16:20:37.0686129Z [86/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-11-01T16:20:37.0981391Z [87/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-11-01T16:20:37.1362191Z [88/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-11-01T16:20:37.1486388Z [89/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-11-01T16:20:37.1630550Z [90/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-11-01T16:20:37.1839000Z [91/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-11-01T16:20:37.2415666Z [92/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-11-01T16:20:37.2912087Z [93/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-11-01T16:20:37.3690550Z [94/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-11-01T16:20:37.4300924Z [95/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-11-01T16:20:37.4360959Z [96/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-11-01T16:20:37.4748458Z [97/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-11-01T16:20:37.5264946Z [98/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-11-01T16:20:37.5907510Z [99/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-11-01T16:20:37.6014162Z [100/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-11-01T16:20:37.6540233Z [101/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-11-01T16:20:37.7517207Z [102/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-11-01T16:20:37.7727439Z [103/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-11-01T16:20:37.7797261Z [104/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-11-01T16:20:37.7879096Z [105/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2024-11-01T16:20:37.8422206Z [106/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2024-11-01T16:20:37.8478137Z [107/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-11-01T16:20:37.8489806Z [108/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2024-11-01T16:20:37.8538158Z [109/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2024-11-01T16:20:37.8897608Z [110/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2024-11-01T16:20:37.9055558Z [111/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2024-11-01T16:20:37.9173856Z [112/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-11-01T16:20:37.9534121Z [113/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-11-01T16:20:37.9592624Z [114/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:37.9720822Z [115/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-11-01T16:20:38.0011666Z [116/7871] 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-11-01T16:20:38.0204364Z [117/7871] 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-11-01T16:20:38.0217156Z [118/7871] 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-11-01T16:20:38.0540219Z [119/7871] 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-11-01T16:20:38.0552115Z [120/7871] 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-11-01T16:20:38.1050121Z [121/7871] 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-11-01T16:20:38.1113372Z [122/7871] 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-11-01T16:20:38.1339611Z [123/7871] 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-11-01T16:20:38.1537644Z [124/7871] 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-11-01T16:20:38.1582448Z [125/7871] 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-11-01T16:20:38.1594442Z [126/7871] 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-11-01T16:20:38.1732651Z [127/7871] 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-11-01T16:20:38.2398974Z [128/7871] 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-11-01T16:20:38.2537157Z [129/7871] 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-11-01T16:20:38.2631891Z [130/7871] 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-11-01T16:20:38.2679853Z [131/7871] 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-11-01T16:20:38.2697163Z [132/7871] 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-11-01T16:20:38.2885983Z [133/7871] 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-11-01T16:20:38.3131725Z [134/7871] 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-11-01T16:20:38.3424377Z [135/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-11-01T16:20:38.3563689Z [136/7871] 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-11-01T16:20:38.3578899Z [137/7871] 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-11-01T16:20:38.3861031Z [138/7871] 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-11-01T16:20:38.3947512Z [139/7871] 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-11-01T16:20:38.3995314Z [140/7871] 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-11-01T16:20:38.4269806Z [141/7871] 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-11-01T16:20:38.4617358Z [142/7871] 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-11-01T16:20:38.4632239Z [143/7871] 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-11-01T16:20:38.4720861Z [144/7871] 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-11-01T16:20:38.4731945Z [145/7871] 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-11-01T16:20:38.5303939Z [146/7871] 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-11-01T16:20:38.5365066Z [147/7871] 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-11-01T16:20:38.5378242Z [148/7871] 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-11-01T16:20:38.5391323Z [149/7871] 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-11-01T16:20:38.5807777Z [150/7871] 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-11-01T16:20:38.5860136Z [151/7871] 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-11-01T16:20:38.5955856Z [152/7871] 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-11-01T16:20:38.6009424Z [153/7871] 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-11-01T16:20:38.6233046Z [154/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2024-11-01T16:20:38.6281590Z [155/7871] 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-11-01T16:20:38.6700390Z [156/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2024-11-01T16:20:38.6812572Z [157/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2024-11-01T16:20:38.6884535Z [158/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.obj 2024-11-01T16:20:38.6977220Z [159/7871] 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-11-01T16:20:38.7027449Z [160/7871] 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-11-01T16:20:38.7157253Z [161/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-scalar-u1.c.obj 2024-11-01T16:20:38.7440533Z [162/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-scalar-c1.c.obj 2024-11-01T16:20:38.7642615Z [163/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2024-11-01T16:20:38.7694664Z [164/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:20:38.8116667Z [165/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-11-01T16:20:38.8217649Z [166/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-scalar-c1.c.obj 2024-11-01T16:20:38.8498652Z [167/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-11-01T16:20:38.8559612Z [168/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-11-01T16:20:38.8698476Z [169/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-11-01T16:20:38.8962210Z [170/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-11-01T16:20:38.8978614Z [171/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:20:38.9326141Z [172/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-11-01T16:20:38.9613001Z [173/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-11-01T16:20:38.9663714Z [174/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-11-01T16:20:38.9677979Z [175/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-11-01T16:20:38.9773038Z [176/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-11-01T16:20:38.9887734Z [177/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-11-01T16:20:38.9994448Z [178/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-11-01T16:20:39.0012177Z [179/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-11-01T16:20:39.0281578Z [180/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-11-01T16:20:39.0626342Z [181/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-11-01T16:20:39.0637127Z [182/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-11-01T16:20:39.0711084Z [183/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-11-01T16:20:39.0818229Z [184/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-11-01T16:20:39.0830169Z [185/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-11-01T16:20:39.0877930Z [186/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-11-01T16:20:39.1295044Z [187/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-11-01T16:20:39.1354646Z [188/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-11-01T16:20:39.1857743Z [189/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-11-01T16:20:39.2010084Z [190/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-11-01T16:20:39.2023041Z [191/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-11-01T16:20:39.2067043Z [192/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-11-01T16:20:39.2187301Z [193/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-11-01T16:20:39.2371859Z [194/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-11-01T16:20:39.2467911Z [195/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-11-01T16:20:39.2596367Z [196/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-11-01T16:20:39.2708372Z [197/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-11-01T16:20:39.3088500Z [198/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-11-01T16:20:39.3189021Z [199/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:20:39.3295304Z [200/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-11-01T16:20:39.3388103Z [201/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:20:39.3443992Z [202/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-11-01T16:20:39.3604391Z [203/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-11-01T16:20:39.3619477Z [204/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-11-01T16:20:39.3804230Z [205/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-11-01T16:20:39.3942846Z [206/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-11-01T16:20:39.4419376Z [207/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:20:39.4474337Z [208/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:20:39.4572579Z [209/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2024-11-01T16:20:39.4860253Z [210/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2024-11-01T16:20:39.5019380Z [211/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:20:39.5161886Z [212/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-11-01T16:20:39.5236064Z [213/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-11-01T16:20:39.5540240Z [214/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2024-11-01T16:20:39.5631923Z [215/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2024-11-01T16:20:39.5683979Z [216/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2024-11-01T16:20:39.5734716Z [217/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2024-11-01T16:20:39.6169016Z [218/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2024-11-01T16:20:39.6248187Z [219/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:20:39.6627108Z [220/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2024-11-01T16:20:39.6638399Z [221/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2024-11-01T16:20:39.6899922Z [222/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-11-01T16:20:39.7131527Z [223/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2024-11-01T16:20:39.7374281Z [224/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2024-11-01T16:20:39.7424333Z [225/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2024-11-01T16:20:39.7436080Z [226/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-11-01T16:20:39.7447290Z [227/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2024-11-01T16:20:39.7458357Z [228/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2024-11-01T16:20:39.7662381Z [229/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2024-11-01T16:20:39.7713318Z [230/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-11-01T16:20:39.8138436Z [231/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-11-01T16:20:39.8440716Z [232/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-11-01T16:20:39.8523193Z [233/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-11-01T16:20:39.8572234Z [234/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2024-11-01T16:20:39.8583814Z [235/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2024-11-01T16:20:39.8632793Z [236/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2024-11-01T16:20:39.9030313Z [237/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2024-11-01T16:20:39.9086695Z [238/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2024-11-01T16:20:39.9325265Z [239/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2024-11-01T16:20:39.9383249Z [240/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2024-11-01T16:20:39.9519178Z [241/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2024-11-01T16:20:39.9608784Z [242/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2024-11-01T16:20:39.9682143Z [243/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2024-11-01T16:20:39.9738731Z [244/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2024-11-01T16:20:40.0068137Z [245/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2024-11-01T16:20:40.0236426Z [246/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2024-11-01T16:20:40.0430031Z [247/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2024-11-01T16:20:40.0474325Z [248/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2024-11-01T16:20:40.0574574Z [249/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2024-11-01T16:20:40.0627174Z [250/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-11-01T16:20:40.0638110Z [251/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2024-11-01T16:20:40.0696971Z [252/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2024-11-01T16:20:40.0977683Z [253/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2024-11-01T16:20:40.1175222Z [254/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.obj 2024-11-01T16:20:40.1482854Z [255/7871] 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-11-01T16:20:40.1537094Z [256/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-11-01T16:20:40.1550279Z [257/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2024-11-01T16:20:40.1599924Z [258/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.obj 2024-11-01T16:20:40.1718547Z [259/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.obj 2024-11-01T16:20:40.1835967Z [260/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2024-11-01T16:20:40.1907530Z [261/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2024-11-01T16:20:40.2175373Z [262/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-11-01T16:20:40.2579071Z [263/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-11-01T16:20:40.2638559Z [264/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-11-01T16:20:40.2649582Z [265/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-11-01T16:20:40.2660207Z [266/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-11-01T16:20:40.2712699Z [267/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-11-01T16:20:40.2899193Z [268/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-11-01T16:20:40.3288553Z [269/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-11-01T16:20:40.3369934Z [270/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-11-01T16:20:40.3515518Z [271/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-11-01T16:20:40.3574097Z [272/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-11-01T16:20:40.3623345Z [273/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-11-01T16:20:40.3722919Z [274/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-11-01T16:20:40.3927800Z [275/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-11-01T16:20:40.4271658Z [276/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-11-01T16:20:40.4283310Z [277/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-11-01T16:20:40.4414716Z [278/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-11-01T16:20:40.4425743Z [279/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:20:40.4519297Z [280/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-11-01T16:20:40.4665388Z [281/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-11-01T16:20:40.4908707Z [282/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-11-01T16:20:40.5292508Z [283/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:20:40.5355384Z [284/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:20:40.5424425Z [285/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-11-01T16:20:40.5544353Z [286/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:20:40.5611376Z [287/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-11-01T16:20:40.5652193Z [288/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-11-01T16:20:40.5741716Z [289/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-11-01T16:20:40.6062135Z [290/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-11-01T16:20:40.6492018Z [291/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u1.c.obj 2024-11-01T16:20:40.6649954Z [292/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u1.c.obj 2024-11-01T16:20:40.6696323Z [293/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u2.c.obj 2024-11-01T16:20:40.6854195Z [294/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u4.c.obj 2024-11-01T16:20:40.6869840Z [295/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u8.c.obj 2024-11-01T16:20:40.6997326Z [296/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u4.c.obj 2024-11-01T16:20:40.7186676Z [297/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u8.c.obj 2024-11-01T16:20:40.7199837Z [298/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u2.c.obj 2024-11-01T16:20:40.7652444Z [299/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u1.c.obj 2024-11-01T16:20:40.7931829Z [300/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-11-01T16:20:40.7979795Z [301/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u2.c.obj 2024-11-01T16:20:40.8025018Z [302/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-11-01T16:20:40.8075019Z [303/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u4.c.obj 2024-11-01T16:20:40.8247873Z [304/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u2.c.obj 2024-11-01T16:20:40.8460259Z [305/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-11-01T16:20:40.8546048Z [306/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-11-01T16:20:40.8749466Z [307/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u8.c.obj 2024-11-01T16:20:40.9014227Z [308/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u8.c.obj 2024-11-01T16:20:40.9068061Z [309/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-11-01T16:20:40.9231022Z [310/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-11-01T16:20:40.9372211Z [311/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u1.c.obj 2024-11-01T16:20:40.9642687Z [312/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u4.c.obj 2024-11-01T16:20:40.9878554Z [313/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-11-01T16:20:40.9924431Z [314/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-11-01T16:20:40.9939139Z [315/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u8.c.obj 2024-11-01T16:20:41.0146014Z [316/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u1.c.obj 2024-11-01T16:20:41.0189907Z [317/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u4.c.obj 2024-11-01T16:20:41.0429340Z [318/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u2.c.obj 2024-11-01T16:20:41.0501475Z [319/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u1.c.obj 2024-11-01T16:20:41.0806889Z [320/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u4.c.obj 2024-11-01T16:20:41.1051029Z [321/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-11-01T16:20:41.1062605Z [322/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u8.c.obj 2024-11-01T16:20:41.1108231Z [323/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-11-01T16:20:41.1221401Z [324/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u2.c.obj 2024-11-01T16:20:41.1233523Z [325/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-11-01T16:20:41.1561304Z [326/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u1.c.obj 2024-11-01T16:20:41.1626339Z [327/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u2.c.obj 2024-11-01T16:20:41.1696263Z [328/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u4.c.obj 2024-11-01T16:20:41.2198896Z [329/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u2.c.obj 2024-11-01T16:20:41.2211101Z [330/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u8.c.obj 2024-11-01T16:20:41.2221718Z [331/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-11-01T16:20:41.2269651Z [332/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-11-01T16:20:41.2339862Z [333/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u1.c.obj 2024-11-01T16:20:41.2623614Z [334/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-11-01T16:20:41.2672823Z [335/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u4.c.obj 2024-11-01T16:20:41.2910806Z [336/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u8.c.obj 2024-11-01T16:20:41.3188752Z [337/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-11-01T16:20:41.3373261Z [338/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-11-01T16:20:41.3421952Z [339/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-11-01T16:20:41.3584812Z [340/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-11-01T16:20:41.3738089Z [341/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-11-01T16:20:41.3974420Z [342/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-11-01T16:20:41.4026957Z [343/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-11-01T16:20:41.4277046Z [344/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-11-01T16:20:41.4443964Z [345/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-11-01T16:20:41.4500652Z [346/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-11-01T16:20:41.6740813Z [347/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-11-01T16:20:41.6842868Z [348/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-11-01T16:20:41.6926254Z [349/7871] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-11-01T16:20:41.6928087Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:41.6928871Z 2024-11-01T16:20:41.6929279Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:41.6929998Z 2024-11-01T16:20:41.6930008Z 2024-11-01T16:20:41.7119150Z [350/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-11-01T16:20:41.7492295Z [351/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-11-01T16:20:41.7800092Z [352/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-11-01T16:20:41.8456443Z [353/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-11-01T16:20:41.9038877Z [354/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-11-01T16:20:41.9121805Z [355/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-11-01T16:20:42.0055605Z [356/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-11-01T16:20:42.0259809Z [357/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-11-01T16:20:42.1141309Z [358/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-11-01T16:20:42.1505667Z [359/7871] Linking CXX static library lib\libprotobuf.lib 2024-11-01T16:20:42.1949032Z [360/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-11-01T16:20:42.2040212Z [361/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-11-01T16:20:42.2756462Z [362/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-11-01T16:20:42.2843785Z [363/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-11-01T16:20:42.4521031Z [364/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-11-01T16:20:42.4590162Z [365/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-11-01T16:20:42.4847605Z [366/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-11-01T16:20:42.5253587Z [367/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-11-01T16:20:42.5403090Z [368/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-11-01T16:20:42.6082630Z [369/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-11-01T16:20:42.6191465Z [370/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-11-01T16:20:42.6983478Z [371/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-11-01T16:20:42.7920580Z [372/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-11-01T16:20:42.8170941Z [373/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-11-01T16:20:42.8525443Z [374/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-11-01T16:20:42.9196489Z [375/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-11-01T16:20:42.9545616Z [376/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-11-01T16:20:42.9626881Z [377/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-11-01T16:20:42.9851689Z [378/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-11-01T16:20:43.0538670Z [379/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-11-01T16:20:43.1519844Z [380/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-11-01T16:20:43.1631756Z [381/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-11-01T16:20:43.1873407Z [382/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-11-01T16:20:43.2966786Z [383/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-11-01T16:20:43.3236864Z [384/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-11-01T16:20:43.3351675Z [385/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-11-01T16:20:43.3429143Z [386/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-11-01T16:20:43.3451336Z [387/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-11-01T16:20:43.5143666Z [388/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-11-01T16:20:43.5355654Z [389/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-11-01T16:20:43.5786894Z [390/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-11-01T16:20:43.6759086Z [391/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-11-01T16:20:43.6832243Z [392/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-11-01T16:20:43.7074854Z [393/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-11-01T16:20:43.7382043Z [394/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-11-01T16:20:43.7457009Z [395/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-11-01T16:20:43.9263882Z [396/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-11-01T16:20:43.9393765Z [397/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-11-01T16:20:43.9569865Z [398/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-11-01T16:20:44.0202512Z [399/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-11-01T16:20:44.0284417Z [400/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-11-01T16:20:44.0751993Z [401/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-11-01T16:20:44.0828546Z [402/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-11-01T16:20:44.1174174Z [403/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-11-01T16:20:44.2714003Z [404/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-11-01T16:20:44.3021565Z [405/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-11-01T16:20:44.3299254Z [406/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-11-01T16:20:44.3723199Z [407/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-11-01T16:20:44.3790101Z [408/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-11-01T16:20:44.3808801Z [409/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-11-01T16:20:44.4494495Z [410/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-11-01T16:20:44.4743830Z [411/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-11-01T16:20:44.5026118Z [412/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-11-01T16:20:44.5991937Z [413/7871] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-11-01T16:20:44.6672186Z [414/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-11-01T16:20:44.7292453Z [415/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-11-01T16:20:44.7475249Z [416/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-11-01T16:20:44.7730320Z [417/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-11-01T16:20:44.7950067Z [418/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-11-01T16:20:44.8012306Z [419/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-11-01T16:20:44.9088986Z [420/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-11-01T16:20:44.9279754Z [421/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-11-01T16:20:45.0693882Z [422/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-11-01T16:20:45.0891767Z [423/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-11-01T16:20:45.1280350Z [424/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-11-01T16:20:45.1352284Z [425/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-11-01T16:20:45.1535832Z [426/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-11-01T16:20:45.1615514Z [427/7871] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-11-01T16:20:45.1617117Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:45.1617801Z 2024-11-01T16:20:45.1618125Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:45.1618539Z 2024-11-01T16:20:45.1618544Z 2024-11-01T16:20:45.1714944Z [428/7871] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-11-01T16:20:45.1716494Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:45.1717355Z 2024-11-01T16:20:45.1717815Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:45.1718532Z 2024-11-01T16:20:45.1718540Z 2024-11-01T16:20:45.2248320Z [429/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-11-01T16:20:45.2938705Z [430/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-11-01T16:20:45.3020609Z [431/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-11-01T16:20:45.3646802Z [432/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-11-01T16:20:45.3744752Z [433/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-11-01T16:20:45.4688042Z [434/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-11-01T16:20:45.5964263Z [435/7871] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-11-01T16:20:45.6571434Z [436/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-11-01T16:20:45.7081341Z [437/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-11-01T16:20:45.7334758Z [438/7871] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-11-01T16:20:45.7337740Z 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-11-01T16:20:45.7858703Z [439/7871] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-11-01T16:20:45.7860160Z 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-11-01T16:20:45.7964104Z [440/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-11-01T16:20:45.8025894Z [441/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-11-01T16:20:45.8077703Z [442/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-11-01T16:20:45.8396133Z [443/7871] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-11-01T16:20:45.8397614Z 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-11-01T16:20:45.8517705Z [444/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-11-01T16:20:45.8531265Z [445/7871] Linking CXX static library lib\libprotoc.lib 2024-11-01T16:20:45.8778169Z [446/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-11-01T16:20:45.8855156Z [447/7871] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-11-01T16:20:45.8857620Z 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-11-01T16:20:45.8902471Z [448/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-11-01T16:20:45.9147733Z [449/7871] Linking C static library lib\pthreadpool.lib 2024-11-01T16:20:45.9225576Z [450/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-11-01T16:20:45.9479959Z [451/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-11-01T16:20:45.9560146Z [452/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-11-01T16:20:45.9646258Z [453/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-11-01T16:20:45.9710766Z [454/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-11-01T16:20:45.9829790Z [455/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-11-01T16:20:46.0266203Z [456/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-11-01T16:20:46.0834573Z [457/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-11-01T16:20:46.0889858Z [458/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-11-01T16:20:46.1473028Z [459/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-11-01T16:20:46.1687112Z [460/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-11-01T16:20:46.2310847Z [461/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-11-01T16:20:46.2384353Z [462/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-11-01T16:20:46.2398744Z [463/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-11-01T16:20:46.2593238Z [464/7871] Linking C static library lib\cpuinfo.lib 2024-11-01T16:20:46.2670111Z [465/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-11-01T16:20:46.2798324Z [466/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-11-01T16:20:46.3098824Z [467/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-11-01T16:20:46.3163299Z [468/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-11-01T16:20:46.3200563Z [469/7871] Linking CXX executable bin\protoc.exe 2024-11-01T16:20:46.3331022Z [470/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-11-01T16:20:46.3446643Z [471/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-11-01T16:20:46.3492074Z [472/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-11-01T16:20:46.3625440Z [473/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-11-01T16:20:46.4119000Z [474/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-11-01T16:20:46.4232494Z [475/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:20:46.4338607Z [476/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:20:46.4384636Z [477/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-11-01T16:20:46.4438945Z [478/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-11-01T16:20:46.4639837Z [479/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x2.c.obj 2024-11-01T16:20:46.4936849Z [480/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-11-01T16:20:46.5144472Z [481/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-11-01T16:20:46.5274129Z [482/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-11-01T16:20:46.5343686Z [483/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-11-01T16:20:46.5418316Z [484/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-11-01T16:20:46.5463529Z [485/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-11-01T16:20:46.5598068Z [486/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-11-01T16:20:46.5842238Z [487/7871] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-11-01T16:20:46.5946472Z [488/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-11-01T16:20:46.6123062Z [489/7871] Linking C static library lib\cpuinfo_internals.lib 2024-11-01T16:20:46.6290006Z [490/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-11-01T16:20:46.6338395Z [491/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-11-01T16:20:46.6349857Z [492/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-11-01T16:20:46.6406158Z [493/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-11-01T16:20:46.6743699Z [494/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-11-01T16:20:46.6893154Z [495/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-11-01T16:20:46.7014208Z [496/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-11-01T16:20:46.7281683Z [497/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2024-11-01T16:20:46.7297876Z [498/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-11-01T16:20:46.7353822Z [499/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-11-01T16:20:46.7575856Z [500/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-11-01T16:20:46.7842830Z [501/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-11-01T16:20:46.7856172Z [502/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-11-01T16:20:46.7917865Z [503/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-11-01T16:20:46.7929512Z [504/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2024-11-01T16:20:46.8194109Z [505/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-11-01T16:20:46.8296250Z [506/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2024-11-01T16:20:46.8349476Z [507/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2024-11-01T16:20:46.8486505Z [508/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-11-01T16:20:46.8847910Z [509/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-11-01T16:20:46.9045418Z [510/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-11-01T16:20:46.9089246Z [511/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-11-01T16:20:46.9185886Z [512/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-11-01T16:20:46.9197649Z [513/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-11-01T16:20:46.9482792Z [514/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-11-01T16:20:46.9494570Z [515/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-11-01T16:20:46.9808068Z [516/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-11-01T16:20:46.9914594Z [517/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-11-01T16:20:47.0018027Z [518/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-11-01T16:20:47.0029398Z [519/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-11-01T16:20:47.0094061Z [520/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-11-01T16:20:47.0141527Z [521/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-11-01T16:20:47.0343095Z [522/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-11-01T16:20:47.1071985Z [523/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:20:47.1140967Z [524/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-11-01T16:20:47.1372389Z [525/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-11-01T16:20:47.1383719Z [526/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:20:47.1440405Z [527/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-11-01T16:20:47.1452699Z [528/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.1575270Z [529/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-11-01T16:20:47.1761182Z [530/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-11-01T16:20:47.2251514Z [531/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-11-01T16:20:47.2272945Z [532/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:20:47.2553424Z [533/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.2642673Z [534/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.2654227Z [535/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-11-01T16:20:47.2810057Z [536/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-11-01T16:20:47.3084446Z [537/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-11-01T16:20:47.3096865Z [538/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-11-01T16:20:47.3447623Z [539/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-11-01T16:20:47.3575867Z [540/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-11-01T16:20:47.3693733Z [541/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-11-01T16:20:47.3745540Z [542/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-11-01T16:20:47.3925098Z [543/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.4072349Z [544/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.4338475Z [545/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:20:47.4386445Z [546/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-11-01T16:20:47.4729391Z [547/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.4816415Z [548/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:20:47.4829731Z [549/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-11-01T16:20:47.5030168Z [550/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:20:47.5090224Z [551/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-11-01T16:20:47.5101697Z [552/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-11-01T16:20:47.5713374Z [553/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:20:47.5728903Z [554/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-11-01T16:20:47.5987013Z [555/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.6039238Z [556/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.6180104Z [557/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:20:47.6300308Z [558/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.6416072Z [559/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-11-01T16:20:47.6432263Z [560/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:20:47.7060880Z [561/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.7074585Z [562/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-11-01T16:20:47.7180510Z [563/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-11-01T16:20:47.7275409Z [564/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-11-01T16:20:47.7367043Z [565/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-11-01T16:20:47.7531951Z [566/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-11-01T16:20:47.7587270Z [567/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:20:47.7812694Z [568/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-11-01T16:20:47.8296249Z [569/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-11-01T16:20:47.8377295Z [570/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-11-01T16:20:47.8471066Z [571/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-11-01T16:20:47.8577118Z [572/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-11-01T16:20:47.8662979Z [573/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-11-01T16:20:47.8777067Z [574/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-11-01T16:20:47.8828702Z [575/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-11-01T16:20:47.9037963Z [576/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-11-01T16:20:47.9337711Z [577/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u2.c.obj 2024-11-01T16:20:47.9446786Z [578/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-11-01T16:20:47.9588858Z [579/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u1.c.obj 2024-11-01T16:20:47.9859864Z [580/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-11-01T16:20:48.0045258Z [581/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u4.c.obj 2024-11-01T16:20:48.0090939Z [582/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u8.c.obj 2024-11-01T16:20:48.0101543Z [583/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-11-01T16:20:48.0236795Z [584/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u1.c.obj 2024-11-01T16:20:48.0399065Z [585/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u2.c.obj 2024-11-01T16:20:48.0941408Z [586/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u4.c.obj 2024-11-01T16:20:48.1069790Z [587/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u8.c.obj 2024-11-01T16:20:48.1203649Z [588/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-11-01T16:20:48.1253019Z [589/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-11-01T16:20:48.1378225Z [590/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-11-01T16:20:48.1526006Z [591/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u1.c.obj 2024-11-01T16:20:48.1597947Z [592/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u2.c.obj 2024-11-01T16:20:48.1615823Z [593/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-11-01T16:20:48.2023044Z [594/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u1.c.obj 2024-11-01T16:20:48.2179919Z [595/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u4.c.obj 2024-11-01T16:20:48.2360975Z [596/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u8.c.obj 2024-11-01T16:20:48.2624028Z [597/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-11-01T16:20:48.2671088Z [598/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-11-01T16:20:48.2724273Z [599/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u2.c.obj 2024-11-01T16:20:48.2930298Z [600/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-11-01T16:20:48.2978361Z [601/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-11-01T16:20:48.3107216Z [602/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u4.c.obj 2024-11-01T16:20:48.3292311Z [603/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u8.c.obj 2024-11-01T16:20:48.3582130Z [604/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u2.c.obj 2024-11-01T16:20:48.3632850Z [605/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u8.c.obj 2024-11-01T16:20:48.3874003Z [606/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u4.c.obj 2024-11-01T16:20:48.3964052Z [607/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u1.c.obj 2024-11-01T16:20:48.4094631Z [608/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u1.c.obj 2024-11-01T16:20:48.4137568Z [609/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-11-01T16:20:48.4362419Z [610/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-11-01T16:20:48.4473272Z [611/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u2.c.obj 2024-11-01T16:20:48.4696465Z [612/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u4.c.obj 2024-11-01T16:20:48.4711515Z [613/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u8.c.obj 2024-11-01T16:20:48.4887622Z [614/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-11-01T16:20:48.5257455Z [615/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u2.c.obj 2024-11-01T16:20:48.5590019Z [616/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u1.c.obj 2024-11-01T16:20:48.5868325Z [617/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u4.c.obj 2024-11-01T16:20:48.6394899Z [618/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u8.c.obj 2024-11-01T16:20:48.6933064Z [619/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-11-01T16:20:48.7117389Z [620/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u8.c.obj 2024-11-01T16:20:48.7348164Z [621/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u4.c.obj 2024-11-01T16:20:48.7755941Z [622/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u2.c.obj 2024-11-01T16:20:48.8021461Z [623/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-11-01T16:20:48.8315265Z [624/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u1.c.obj 2024-11-01T16:20:48.8855122Z [625/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-11-01T16:20:48.9415825Z [626/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-11-01T16:20:48.9610734Z [627/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-11-01T16:20:52.1765288Z [628/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-11-01T16:20:52.1780295Z [629/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-11-01T16:20:52.1823602Z [630/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-11-01T16:20:52.2053162Z [631/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-11-01T16:20:52.2138817Z [632/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-11-01T16:20:52.2444664Z [633/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-11-01T16:20:52.2575482Z [634/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-11-01T16:20:52.2796249Z [635/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u4.c.obj 2024-11-01T16:20:52.2909826Z [636/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-11-01T16:20:52.3185098Z [637/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u8.c.obj 2024-11-01T16:20:52.3261473Z [638/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u1.c.obj 2024-11-01T16:20:52.3458221Z [639/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u1.c.obj 2024-11-01T16:20:52.3696429Z [640/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-11-01T16:20:52.3957982Z [641/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-11-01T16:20:52.3999058Z [642/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u2.c.obj 2024-11-01T16:20:52.4110404Z [643/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u8.c.obj 2024-11-01T16:20:52.4155993Z [644/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u1.c.obj 2024-11-01T16:20:52.4173463Z [645/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u2.c.obj 2024-11-01T16:20:52.4496039Z [646/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u4.c.obj 2024-11-01T16:20:52.4511263Z [647/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u4.c.obj 2024-11-01T16:20:52.4631468Z [648/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-11-01T16:20:52.5006545Z [649/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-11-01T16:20:52.5168834Z [650/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u8.c.obj 2024-11-01T16:20:52.5266743Z [651/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-11-01T16:20:52.5407449Z [652/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u2.c.obj 2024-11-01T16:20:52.5503164Z [653/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u2.c.obj 2024-11-01T16:20:52.5576663Z [654/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u8.c.obj 2024-11-01T16:20:52.5591139Z [655/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u1.c.obj 2024-11-01T16:20:52.5764565Z [656/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u4.c.obj 2024-11-01T16:20:52.5927852Z [657/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-11-01T16:20:52.6103957Z [658/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-11-01T16:20:52.6516209Z [659/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-11-01T16:20:52.6671913Z [660/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-11-01T16:20:52.6871459Z [661/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-11-01T16:20:52.6912304Z [662/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-11-01T16:20:52.7065155Z [663/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-11-01T16:20:52.7115503Z [664/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-11-01T16:20:52.7283209Z [665/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2024-11-01T16:20:52.7572995Z [666/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-11-01T16:20:52.7850305Z [667/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2024-11-01T16:20:52.7939790Z [668/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2024-11-01T16:20:52.7950483Z [669/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2024-11-01T16:20:52.8014857Z [670/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2024-11-01T16:20:52.8252186Z [671/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2024-11-01T16:20:52.8383302Z [672/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2024-11-01T16:20:52.8565233Z [673/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-11-01T16:20:52.8615140Z [674/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-11-01T16:20:52.9207769Z [675/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2024-11-01T16:20:52.9253689Z [676/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2024-11-01T16:20:52.9264762Z [677/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-11-01T16:20:52.9506537Z [678/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2024-11-01T16:20:52.9554519Z [679/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-11-01T16:20:52.9565799Z [680/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-11-01T16:20:52.9696286Z [681/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-11-01T16:20:52.9914666Z [682/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2024-11-01T16:20:53.0362704Z [683/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-11-01T16:20:53.0435791Z [684/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-11-01T16:20:53.0478741Z [685/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2024-11-01T16:20:53.0489820Z [686/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2024-11-01T16:20:53.0535299Z [687/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-11-01T16:20:53.0610133Z [688/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-11-01T16:20:53.0709686Z [689/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-11-01T16:20:53.1554887Z [690/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-11-01T16:20:53.1566111Z [691/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2024-11-01T16:20:53.1642300Z [692/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-11-01T16:20:53.1653348Z [693/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-11-01T16:20:53.1664461Z [694/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-11-01T16:20:53.1812054Z [695/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-11-01T16:20:53.1867781Z [696/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-11-01T16:20:53.2080829Z [697/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-11-01T16:20:53.2755511Z [698/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-11-01T16:20:53.2797855Z [699/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-11-01T16:20:53.2991387Z [700/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-11-01T16:20:53.3035286Z [701/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-11-01T16:20:53.3149691Z [702/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-11-01T16:20:53.3355612Z [703/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-11-01T16:20:53.3446281Z [704/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-11-01T16:20:53.3544637Z [705/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-11-01T16:20:53.3707017Z [706/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-11-01T16:20:53.3854939Z [707/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-11-01T16:20:53.4003623Z [708/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-11-01T16:20:53.4272609Z [709/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-11-01T16:20:53.4706491Z [710/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-11-01T16:20:53.4794576Z [711/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-11-01T16:20:53.5008386Z [712/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-11-01T16:20:53.5056002Z [713/7871] 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-11-01T16:20:53.5111745Z [714/7871] 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-11-01T16:20:53.5126394Z [715/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-11-01T16:20:53.5360482Z [716/7871] 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-11-01T16:20:53.5693538Z [717/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-11-01T16:20:53.5883829Z [718/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-11-01T16:20:53.5986362Z [719/7871] 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-11-01T16:20:53.6073898Z [720/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-11-01T16:20:53.6156280Z [721/7871] 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-11-01T16:20:53.6237775Z [722/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2024-11-01T16:20:53.6297110Z [723/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2024-11-01T16:20:53.6625933Z [724/7871] 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-11-01T16:20:53.6759815Z [725/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2024-11-01T16:20:53.7222036Z [726/7871] 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-11-01T16:20:53.7233737Z [727/7871] 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-11-01T16:20:53.7475672Z [728/7871] 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-11-01T16:20:53.7488238Z [729/7871] 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-11-01T16:20:53.7529872Z [730/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-11-01T16:20:53.7737610Z [731/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2024-11-01T16:20:53.7998662Z [732/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-6-div.c.obj 2024-11-01T16:20:53.8015701Z [733/7871] 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-11-01T16:20:53.8345438Z [734/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2024-11-01T16:20:53.8403401Z [735/7871] 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-11-01T16:20:53.8524102Z [736/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2024-11-01T16:20:53.8747825Z [737/7871] 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-11-01T16:20:53.9190304Z [738/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-11-01T16:20:53.9242098Z [739/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-11-01T16:20:53.9543500Z [740/7871] 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-11-01T16:20:53.9774926Z [741/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-11-01T16:20:53.9859073Z [742/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-11-01T16:20:54.0138466Z [743/7871] 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-11-01T16:20:54.0187289Z [744/7871] 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-11-01T16:20:54.0343310Z [745/7871] 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-11-01T16:20:54.0535431Z [746/7871] 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-11-01T16:20:54.0738915Z [747/7871] 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-11-01T16:20:54.0874089Z [748/7871] 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-11-01T16:20:54.0967729Z [749/7871] 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-11-01T16:20:54.1148948Z [750/7871] 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-11-01T16:20:54.1377436Z [751/7871] 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-11-01T16:20:54.1532524Z [752/7871] 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-11-01T16:20:54.1618081Z [753/7871] 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-11-01T16:20:54.1827332Z [754/7871] 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-11-01T16:20:54.1902888Z [755/7871] 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-11-01T16:20:54.2146828Z [756/7871] 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-11-01T16:20:54.2194792Z [757/7871] 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-11-01T16:20:54.2350720Z [758/7871] 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-11-01T16:20:54.2917183Z [759/7871] 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-11-01T16:20:54.3099378Z [760/7871] 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-11-01T16:20:54.3110060Z [761/7871] 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-11-01T16:20:54.3163622Z [762/7871] 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-11-01T16:20:54.3369328Z [763/7871] 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-11-01T16:20:54.3417822Z [764/7871] 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-11-01T16:20:54.3666224Z [765/7871] 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-11-01T16:20:54.3678980Z [766/7871] 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-11-01T16:20:54.4334532Z [767/7871] 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-11-01T16:20:54.4467212Z [768/7871] 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-11-01T16:20:54.4523880Z [769/7871] 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-11-01T16:20:54.4705438Z [770/7871] 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-11-01T16:20:54.4755073Z [771/7871] 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-11-01T16:20:54.4892683Z [772/7871] 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-11-01T16:20:54.4906480Z [773/7871] 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-11-01T16:20:54.5358007Z [774/7871] 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-11-01T16:20:54.5522803Z [775/7871] 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-11-01T16:20:54.5768337Z [776/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.5811610Z [777/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.6061834Z [778/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.6115419Z [779/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.6267845Z [780/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.6575782Z [781/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.6624634Z [782/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.6964383Z [783/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.7014990Z [784/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.7222152Z [785/7871] 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-11-01T16:20:54.7426241Z [786/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.7557208Z [787/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.7610693Z [788/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.7716690Z [789/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.7773930Z [790/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.8023897Z [791/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.8107454Z [792/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.8307823Z [793/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.8669802Z [794/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.8836296Z [795/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.8884489Z [796/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:54.8899841Z [797/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.9025994Z [798/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.9113573Z [799/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.9431458Z [800/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:54.9482595Z [801/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:54.9924690Z [802/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.0064294Z [803/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.0259289Z [804/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.0312204Z [805/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.0323656Z [806/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:55.0336970Z [807/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:55.0662479Z [808/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.0766548Z [809/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:55.1255501Z [810/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:55.1407258Z [811/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.1473095Z [812/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.1517249Z [813/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:55.1529746Z [814/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:55.1791653Z [815/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.1862044Z [816/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.1943532Z [817/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:55.2371992Z [818/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.2632668Z [819/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.2785140Z [820/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:55.2883218Z [821/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.2895463Z [822/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:55.2944624Z [823/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-11-01T16:20:55.3171824Z [824/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-11-01T16:20:55.3299176Z [825/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-11-01T16:20:55.3520760Z [826/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:55.3695297Z [827/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-11-01T16:20:55.3902133Z [828/7871] 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-11-01T16:20:55.3913641Z [829/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:55.4017477Z [830/7871] 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-11-01T16:20:55.4060550Z [831/7871] 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-11-01T16:20:55.4073911Z [832/7871] 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-11-01T16:20:55.4127034Z [833/7871] 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-11-01T16:20:55.4384739Z [834/7871] 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-11-01T16:20:55.4709640Z [835/7871] 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-11-01T16:20:55.4820799Z [836/7871] 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-11-01T16:20:55.4995857Z [837/7871] 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-11-01T16:20:55.5136075Z [838/7871] 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-11-01T16:20:55.5188821Z [839/7871] 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-11-01T16:20:55.5200839Z [840/7871] 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-11-01T16:20:55.5480467Z [841/7871] 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-11-01T16:20:55.5680398Z [842/7871] 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-11-01T16:20:55.5847777Z [843/7871] 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-11-01T16:20:55.5951543Z [844/7871] 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-11-01T16:20:55.6134042Z [845/7871] 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-11-01T16:20:55.6234357Z [846/7871] 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-11-01T16:20:55.6247428Z [847/7871] 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-11-01T16:20:55.6302035Z [848/7871] 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-11-01T16:20:55.6618601Z [849/7871] 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-11-01T16:20:55.6902384Z [850/7871] 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-11-01T16:20:55.7077058Z [851/7871] 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-11-01T16:20:55.7305815Z [852/7871] 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-11-01T16:20:55.7419695Z [853/7871] 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-11-01T16:20:55.7470458Z [854/7871] 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-11-01T16:20:55.7536673Z [855/7871] 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-11-01T16:20:55.7887446Z [856/7871] 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-11-01T16:20:55.8029416Z [857/7871] 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-11-01T16:20:55.8189363Z [858/7871] 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-11-01T16:20:55.8576025Z [859/7871] 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-11-01T16:20:55.8590464Z [860/7871] 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-11-01T16:20:55.8601994Z [861/7871] 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-11-01T16:20:55.8660003Z [862/7871] 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-11-01T16:20:55.8672232Z [863/7871] 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-11-01T16:20:55.9089103Z [864/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-11-01T16:20:55.9148174Z [865/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-11-01T16:20:55.9256712Z [866/7871] 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-11-01T16:20:55.9496641Z [867/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-11-01T16:20:55.9726735Z [868/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-11-01T16:20:55.9912474Z [869/7871] 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-11-01T16:20:55.9924907Z [870/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-11-01T16:20:56.0130565Z [871/7871] 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-11-01T16:20:56.0231906Z [872/7871] 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-11-01T16:20:56.0348944Z [873/7871] 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-11-01T16:20:56.0509966Z [874/7871] 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-11-01T16:20:56.0804920Z [875/7871] 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-11-01T16:20:56.0958225Z [876/7871] 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-11-01T16:20:56.1012957Z [877/7871] 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-11-01T16:20:56.1229143Z [878/7871] 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-11-01T16:20:56.1368852Z [879/7871] 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-11-01T16:20:56.1596010Z [880/7871] 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-11-01T16:20:56.1650217Z [881/7871] 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-11-01T16:20:56.1698912Z [882/7871] 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-11-01T16:20:56.2118217Z [883/7871] 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-11-01T16:20:56.2257037Z [884/7871] 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-11-01T16:20:56.2314901Z [885/7871] 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-11-01T16:20:56.2659852Z [886/7871] 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-11-01T16:20:56.2707084Z [887/7871] 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-11-01T16:20:56.2791004Z [888/7871] 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-11-01T16:20:56.2859358Z [889/7871] 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-11-01T16:20:56.2871483Z [890/7871] 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-11-01T16:20:56.3413388Z [891/7871] 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-11-01T16:20:56.3500831Z [892/7871] 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-11-01T16:20:56.3604650Z [893/7871] 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-11-01T16:20:56.3728673Z [894/7871] 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-11-01T16:20:56.3869404Z [895/7871] 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-11-01T16:20:56.3917838Z [896/7871] 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-11-01T16:20:56.4130590Z [897/7871] 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-11-01T16:20:56.4254914Z [898/7871] 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-11-01T16:20:56.4560671Z [899/7871] 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-11-01T16:20:56.4843728Z [900/7871] 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-11-01T16:20:56.4896654Z [901/7871] 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-11-01T16:20:56.4916444Z [902/7871] 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-11-01T16:20:56.5232401Z [903/7871] 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-11-01T16:20:56.5415295Z [904/7871] 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-11-01T16:20:56.5477526Z [905/7871] 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-11-01T16:20:56.5736848Z [906/7871] 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-11-01T16:20:56.5964250Z [907/7871] 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-11-01T16:20:56.6019471Z [908/7871] 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-11-01T16:20:56.6072484Z [909/7871] 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-11-01T16:20:56.6298038Z [910/7871] 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-11-01T16:20:56.6530079Z [911/7871] 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-11-01T16:20:56.6546305Z [912/7871] 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-11-01T16:20:56.6782165Z [913/7871] 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-11-01T16:20:56.6879333Z [914/7871] 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-11-01T16:20:56.7288358Z [915/7871] 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-11-01T16:20:56.7302177Z [916/7871] 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-11-01T16:20:56.7347177Z [917/7871] 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-11-01T16:20:56.7676544Z [918/7871] 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-11-01T16:20:56.7809797Z [919/7871] 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-11-01T16:20:56.7991364Z [920/7871] 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-11-01T16:20:56.8130383Z [921/7871] 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-11-01T16:20:56.8537192Z [922/7871] 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-11-01T16:20:56.8612373Z [923/7871] 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-11-01T16:20:56.8658361Z [924/7871] 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-11-01T16:20:56.8803758Z [925/7871] 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-11-01T16:20:56.8983098Z [926/7871] 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-11-01T16:20:56.9030739Z [927/7871] 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-11-01T16:20:56.9240861Z [928/7871] 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-11-01T16:20:56.9294709Z [929/7871] 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-11-01T16:20:56.9858169Z [930/7871] 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-11-01T16:20:56.9925011Z [931/7871] 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-11-01T16:20:56.9986850Z [932/7871] 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-11-01T16:20:57.0087352Z [933/7871] 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-11-01T16:20:57.0316418Z [934/7871] 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-11-01T16:20:57.0384928Z [935/7871] 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-11-01T16:20:57.0489753Z [936/7871] 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-11-01T16:20:57.1115382Z [937/7871] 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-11-01T16:20:57.1229627Z [938/7871] 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-11-01T16:20:57.1363825Z [939/7871] 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-11-01T16:20:57.1602717Z [940/7871] 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-11-01T16:20:57.1679349Z [941/7871] 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-11-01T16:20:57.1810967Z [942/7871] 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-11-01T16:20:57.1924589Z [943/7871] 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-11-01T16:20:57.1941671Z [944/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2024-11-01T16:20:57.1994645Z [945/7871] 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-11-01T16:20:57.2497697Z [946/7871] 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-11-01T16:20:57.2851156Z [947/7871] 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-11-01T16:20:57.2897676Z [948/7871] 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-11-01T16:20:57.2908949Z [949/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:57.2952022Z [950/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-11-01T16:20:57.3000829Z [951/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned32.c.obj 2024-11-01T16:20:57.3093738Z [952/7871] 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-11-01T16:20:57.3329197Z [953/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-11-01T16:20:57.3439666Z [954/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:57.3855965Z [955/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-11-01T16:20:57.3899987Z [956/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-11-01T16:20:57.4176525Z [957/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2024-11-01T16:20:57.4187625Z [958/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-11-01T16:20:57.4276028Z [959/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2024-11-01T16:20:57.4329599Z [960/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2024-11-01T16:20:57.4379638Z [961/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-11-01T16:20:57.4429201Z [962/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-11-01T16:20:57.4912276Z [963/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-11-01T16:20:57.5069346Z [964/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-11-01T16:20:57.5186998Z [965/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-11-01T16:20:57.5271240Z [966/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-11-01T16:20:57.5281753Z [967/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-11-01T16:20:57.5420128Z [968/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-11-01T16:20:57.5549806Z [969/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-11-01T16:20:57.5991118Z [970/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-11-01T16:20:57.6052344Z [971/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:20:57.6102235Z [972/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:20:57.6150050Z [973/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:20:57.6396565Z [974/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:20:57.6664636Z [975/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u1.c.obj 2024-11-01T16:20:57.6769534Z [976/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-11-01T16:20:57.6827279Z [977/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-11-01T16:20:57.6839540Z [978/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:20:57.6942267Z [979/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:20:57.7070511Z [980/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u2.c.obj 2024-11-01T16:20:57.7539360Z [981/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:20:57.7587748Z [982/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:57.7696547Z [983/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:20:57.7751910Z [984/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u4.c.obj 2024-11-01T16:20:57.7918924Z [985/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:57.7995394Z [986/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:57.8046824Z [987/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:57.8095071Z [988/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:57.8652839Z [989/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:57.8795323Z [990/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:57.9149825Z [991/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:57.9207633Z [992/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:57.9256875Z [993/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:57.9433618Z [994/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:57.9550654Z [995/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:57.9624439Z [996/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:57.9868043Z [997/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.0038558Z [998/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.0302288Z [999/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.0527576Z [1000/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.0581695Z [1001/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.0673566Z [1002/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.0722554Z [1003/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.0785808Z [1004/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.1075320Z [1005/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.1127040Z [1006/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.1398026Z [1007/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.1795164Z [1008/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.2000719Z [1009/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.2012688Z [1010/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.2070407Z [1011/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.2259577Z [1012/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.2271546Z [1013/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.2363968Z [1014/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.2420171Z [1015/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.2932481Z [1016/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.3201464Z [1017/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.3498521Z [1018/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:58.3566600Z [1019/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.3626422Z [1020/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.3666976Z [1021/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:58.3875995Z [1022/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.4079456Z [1023/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:58.4475020Z [1024/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-11-01T16:20:58.4538992Z [1025/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.4769416Z [1026/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.4813392Z [1027/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.4916191Z [1028/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.4928834Z [1029/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.4943430Z [1030/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-11-01T16:20:58.5350462Z [1031/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.5864714Z [1032/7871] 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-11-01T16:20:58.5909137Z [1033/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.5924000Z [1034/7871] 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-11-01T16:20:58.6009268Z [1035/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.6059851Z [1036/7871] 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-11-01T16:20:58.6244649Z [1037/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-11-01T16:20:58.6472000Z [1038/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-11-01T16:20:58.6555115Z [1039/7871] 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-11-01T16:20:58.6847910Z [1040/7871] 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-11-01T16:20:58.6894680Z [1041/7871] 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-11-01T16:20:58.6947548Z [1042/7871] 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-11-01T16:20:58.7000277Z [1043/7871] 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-11-01T16:20:58.7393909Z [1044/7871] 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-11-01T16:20:58.7441711Z [1045/7871] 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-11-01T16:20:58.7676308Z [1046/7871] 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-11-01T16:20:58.7742051Z [1047/7871] 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-11-01T16:20:58.7755303Z [1048/7871] 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-11-01T16:20:58.7928956Z [1049/7871] 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-11-01T16:20:58.8026720Z [1050/7871] 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-11-01T16:20:58.8110138Z [1051/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.8575326Z [1052/7871] 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-11-01T16:20:58.8630810Z [1053/7871] 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-11-01T16:20:58.8765460Z [1054/7871] 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-11-01T16:20:58.8952651Z [1055/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.9018408Z [1056/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:58.9075028Z [1057/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:58.9324555Z [1058/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:58.9374587Z [1059/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:58.9779737Z [1060/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.0035738Z [1061/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.0256341Z [1062/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.0300037Z [1063/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.0437497Z [1064/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.0485072Z [1065/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.0547735Z [1066/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.0758487Z [1067/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.1000536Z [1068/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.1509470Z [1069/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.1585760Z [1070/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.1685663Z [1071/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.1984248Z [1072/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.1996274Z [1073/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.2146847Z [1074/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.2395210Z [1075/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.2528320Z [1076/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.2890399Z [1077/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.2995939Z [1078/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.3158917Z [1079/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.3261871Z [1080/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.3341940Z [1081/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.3589923Z [1082/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.4224195Z [1083/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.4267852Z [1084/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.4315421Z [1085/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.4363311Z [1086/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.4376798Z [1087/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.4657877Z [1088/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.4839622Z [1089/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.4889635Z [1090/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.5483885Z [1091/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.5538265Z [1092/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.5585669Z [1093/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.5680832Z [1094/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.5733674Z [1095/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.5895954Z [1096/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.6351690Z [1097/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.6370976Z [1098/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.6708769Z [1099/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.6756334Z [1100/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.6771379Z [1101/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.6983757Z [1102/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.6996594Z [1103/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.7044837Z [1104/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.7674071Z [1105/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.7889729Z [1106/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.7943387Z [1107/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.8009903Z [1108/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.8131237Z [1109/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.8185309Z [1110/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.8240059Z [1111/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.8682726Z [1112/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.8948475Z [1113/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:59.9154620Z [1114/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:59.9199802Z [1115/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-11-01T16:20:59.9250848Z [1116/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.9297129Z [1117/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:20:59.9308417Z [1118/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:20:59.9511516Z [1119/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-11-01T16:20:59.9890047Z [1120/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-11-01T16:20:59.9905890Z [1121/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:21:00.0168028Z [1122/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-11-01T16:21:00.0233989Z [1123/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-11-01T16:21:00.0322881Z [1124/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-11-01T16:21:00.0373129Z [1125/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-11-01T16:21:00.0591426Z [1126/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-11-01T16:21:00.0816788Z [1127/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-11-01T16:21:00.0830643Z [1128/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-11-01T16:21:00.1112590Z [1129/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-11-01T16:21:00.1186950Z [1130/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-11-01T16:21:00.1199292Z [1131/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-11-01T16:21:00.1284234Z [1132/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-11-01T16:21:00.1536843Z [1133/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-11-01T16:21:00.1642559Z [1134/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-11-01T16:21:00.1759941Z [1135/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-11-01T16:21:00.1876801Z [1136/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-11-01T16:21:00.2029847Z [1137/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-11-01T16:21:00.2088243Z [1138/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-11-01T16:21:00.2213829Z [1139/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-11-01T16:21:00.2273578Z [1140/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-11-01T16:21:00.2675270Z [1141/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:21:00.2722690Z [1142/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:21:00.2770048Z [1143/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:21:00.2974757Z [1144/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-11-01T16:21:00.3022281Z [1145/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-11-01T16:21:00.3162206Z [1146/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:21:00.3247788Z [1147/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:21:00.3514415Z [1148/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-11-01T16:21:00.3578986Z [1149/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-11-01T16:21:00.3790891Z [1150/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-11-01T16:21:00.3857779Z [1151/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:21:00.3869158Z [1152/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-11-01T16:21:00.4041095Z [1153/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:21:00.4203072Z [1154/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-11-01T16:21:00.4359209Z [1155/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-11-01T16:21:00.4640497Z [1156/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-11-01T16:21:00.4652711Z [1157/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-11-01T16:21:00.4710086Z [1158/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-11-01T16:21:00.4834769Z [1159/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-11-01T16:21:00.4908351Z [1160/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-11-01T16:21:00.5274400Z [1161/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-11-01T16:21:00.5321125Z [1162/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-scalar.c.obj 2024-11-01T16:21:00.5597185Z [1163/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-scalar.c.obj 2024-11-01T16:21:00.5612262Z [1164/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-11-01T16:21:00.5724278Z [1165/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-11-01T16:21:00.5823235Z [1166/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-11-01T16:21:00.5869362Z [1167/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-11-01T16:21:00.6065927Z [1168/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-11-01T16:21:00.6112950Z [1169/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-11-01T16:21:00.6368738Z [1170/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-11-01T16:21:00.6414980Z [1171/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-11-01T16:21:00.6470094Z [1172/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-11-01T16:21:00.6729992Z [1173/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:21:00.6742501Z [1174/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-11-01T16:21:00.6847826Z [1175/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-11-01T16:21:00.7080308Z [1176/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-subtract\u32-filterbank-subtract-scalar-x2.c.obj 2024-11-01T16:21:00.7139234Z [1177/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-11-01T16:21:00.7149905Z [1178/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-11-01T16:21:00.7242661Z [1179/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-accumulate\gen\u32-filterbank-accumulate-scalar-x1.c.obj 2024-11-01T16:21:00.7352455Z [1180/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x1.c.obj 2024-11-01T16:21:00.7649097Z [1181/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-11-01T16:21:00.7663855Z [1182/7871] 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-11-01T16:21:00.7726552Z [1183/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-11-01T16:21:00.7918747Z [1184/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-11-01T16:21:00.8132128Z [1185/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-11-01T16:21:00.8146245Z [1186/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-11-01T16:21:00.8191977Z [1187/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2024-11-01T16:21:00.8254867Z [1188/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-11-01T16:21:00.8414506Z [1189/7871] 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-11-01T16:21:00.8637743Z [1190/7871] 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-11-01T16:21:00.8776513Z [1191/7871] 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-11-01T16:21:00.8899862Z [1192/7871] 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-11-01T16:21:00.8989648Z [1193/7871] 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-11-01T16:21:00.9038384Z [1194/7871] 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-11-01T16:21:00.9502007Z [1195/7871] 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-11-01T16:21:00.9561947Z [1196/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-11-01T16:21:00.9602225Z [1197/7871] 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-11-01T16:21:00.9649459Z [1198/7871] 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-11-01T16:21:00.9945113Z [1199/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-11-01T16:21:01.0082951Z [1200/7871] 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-11-01T16:21:01.0141486Z [1201/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-11-01T16:21:01.0205209Z [1202/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-11-01T16:21:01.0549002Z [1203/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-11-01T16:21:01.0560430Z [1204/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-11-01T16:21:01.0650393Z [1205/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-11-01T16:21:01.0950900Z [1206/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-11-01T16:21:01.1039150Z [1207/7871] 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-11-01T16:21:01.1092550Z [1208/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-11-01T16:21:01.1289798Z [1209/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-11-01T16:21:01.1331557Z [1210/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-11-01T16:21:01.1400113Z [1211/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-11-01T16:21:01.1449359Z [1212/7871] 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-11-01T16:21:01.1958087Z [1213/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-11-01T16:21:01.1971268Z [1214/7871] 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-11-01T16:21:01.2016478Z [1215/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-11-01T16:21:01.2084656Z [1216/7871] 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-11-01T16:21:01.2233503Z [1217/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-11-01T16:21:01.2322996Z [1218/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-11-01T16:21:01.2449696Z [1219/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-11-01T16:21:01.2614625Z [1220/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-11-01T16:21:01.2909934Z [1221/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-11-01T16:21:01.2962022Z [1222/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-11-01T16:21:01.3122634Z [1223/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-11-01T16:21:01.3168304Z [1224/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-11-01T16:21:01.3264496Z [1225/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-11-01T16:21:01.3318276Z [1226/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-11-01T16:21:01.3617201Z [1227/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-11-01T16:21:01.3681607Z [1228/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-11-01T16:21:01.3794412Z [1229/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-11-01T16:21:01.3919694Z [1230/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-11-01T16:21:01.3998946Z [1231/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.4174010Z [1232/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.4230995Z [1233/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.4716289Z [1234/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.4729141Z [1235/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.4740898Z [1236/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.4887867Z [1237/7871] 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-11-01T16:21:01.4931913Z [1238/7871] 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-11-01T16:21:01.5096799Z [1239/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.5152031Z [1240/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.5290426Z [1241/7871] 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-11-01T16:21:01.5687546Z [1242/7871] 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-11-01T16:21:01.5801458Z [1243/7871] 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-11-01T16:21:01.5845619Z [1244/7871] 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-11-01T16:21:01.5859892Z [1245/7871] 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-11-01T16:21:01.5990503Z [1246/7871] 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-11-01T16:21:01.6037787Z [1247/7871] 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-11-01T16:21:01.6124178Z [1248/7871] 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-11-01T16:21:01.6171059Z [1249/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-11-01T16:21:01.6605884Z [1250/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-11-01T16:21:01.6704386Z [1251/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-11-01T16:21:01.6789052Z [1252/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-11-01T16:21:01.6802957Z [1253/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-11-01T16:21:01.7027980Z [1254/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-11-01T16:21:01.7198258Z [1255/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-11-01T16:21:01.7285947Z [1256/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-11-01T16:21:01.7385036Z [1257/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-11-01T16:21:01.7506206Z [1258/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-11-01T16:21:01.7683524Z [1259/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-11-01T16:21:01.7696675Z [1260/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-11-01T16:21:01.7748200Z [1261/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-11-01T16:21:01.7985587Z [1262/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-11-01T16:21:01.8105420Z [1263/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.8244515Z [1264/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.8302176Z [1265/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.8363226Z [1266/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-11-01T16:21:01.8488159Z [1267/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.8597025Z [1268/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:01.8996853Z [1269/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.9054855Z [1270/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-11-01T16:21:01.9127519Z [1271/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-11-01T16:21:01.9295273Z [1272/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-11-01T16:21:01.9336459Z [1273/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-11-01T16:21:01.9592980Z [1274/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-11-01T16:21:01.9880648Z [1275/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-11-01T16:21:01.9893891Z [1276/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-11-01T16:21:02.0027586Z [1277/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-11-01T16:21:02.0326718Z [1278/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-11-01T16:21:02.0381708Z [1279/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-11-01T16:21:02.0429033Z [1280/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-11-01T16:21:02.0717711Z [1281/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-11-01T16:21:02.0762030Z [1282/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-11-01T16:21:02.0773521Z [1283/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:21:02.0823108Z [1284/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-11-01T16:21:02.0882149Z [1285/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-11-01T16:21:02.1288980Z [1286/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-11-01T16:21:02.1397254Z [1287/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-11-01T16:21:02.1495119Z [1288/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-11-01T16:21:02.1538433Z [1289/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-11-01T16:21:02.1625645Z [1290/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-11-01T16:21:02.1782812Z [1291/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-11-01T16:21:02.2139684Z [1292/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-11-01T16:21:02.2188461Z [1293/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-11-01T16:21:02.2237858Z [1294/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.2330099Z [1295/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.2507203Z [1296/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.2698263Z [1297/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.2964065Z [1298/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-11-01T16:21:02.3036790Z [1299/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.3135582Z [1300/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-11-01T16:21:02.3357155Z [1301/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-11-01T16:21:02.3462804Z [1302/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.3545585Z [1303/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.3930836Z [1304/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.4117265Z [1305/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.4261380Z [1306/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.4459149Z [1307/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.4529082Z [1308/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.4540292Z [1309/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.4614178Z [1310/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.4667946Z [1311/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.5288918Z [1312/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.5486066Z [1313/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.5561114Z [1314/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.5602827Z [1315/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-11-01T16:21:02.5697644Z [1316/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.5811411Z [1317/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.5829008Z [1318/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-11-01T16:21:02.6027459Z [1319/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.6394990Z [1320/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-11-01T16:21:02.6665189Z [1321/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-11-01T16:21:02.6678407Z [1322/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.6720757Z [1323/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.6862306Z [1324/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.7057727Z [1325/7871] 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-11-01T16:21:02.7471760Z [1326/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-11-01T16:21:02.7518719Z [1327/7871] 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-11-01T16:21:02.7657163Z [1328/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-11-01T16:21:02.7717836Z [1329/7871] 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-11-01T16:21:02.7773337Z [1330/7871] 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-11-01T16:21:02.7835933Z [1331/7871] 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-11-01T16:21:02.7914617Z [1332/7871] 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-11-01T16:21:02.8194682Z [1333/7871] 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-11-01T16:21:02.8864953Z [1334/7871] 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-11-01T16:21:02.8907746Z [1335/7871] 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-11-01T16:21:02.8955030Z [1336/7871] 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-11-01T16:21:02.9022491Z [1337/7871] 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-11-01T16:21:02.9079350Z [1338/7871] 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-11-01T16:21:02.9158153Z [1339/7871] 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-11-01T16:21:02.9476789Z [1340/7871] 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-11-01T16:21:02.9822730Z [1341/7871] 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-11-01T16:21:03.0036075Z [1342/7871] 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-11-01T16:21:03.0048921Z [1343/7871] 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-11-01T16:21:03.0201183Z [1344/7871] 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-11-01T16:21:03.0256879Z [1345/7871] 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-11-01T16:21:03.0381821Z [1346/7871] 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-11-01T16:21:03.0480886Z [1347/7871] 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-11-01T16:21:03.0868502Z [1348/7871] 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-11-01T16:21:03.1206372Z [1349/7871] 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-11-01T16:21:03.1261664Z [1350/7871] 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-11-01T16:21:03.1275035Z [1351/7871] 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-11-01T16:21:03.1348613Z [1352/7871] 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-11-01T16:21:03.1579386Z [1353/7871] 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-11-01T16:21:03.1591216Z [1354/7871] 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-11-01T16:21:03.1904199Z [1355/7871] 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-11-01T16:21:03.2239704Z [1356/7871] 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-11-01T16:21:03.2383264Z [1357/7871] 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-11-01T16:21:03.2425790Z [1358/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-11-01T16:21:03.2474707Z [1359/7871] 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-11-01T16:21:03.2635238Z [1360/7871] 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-11-01T16:21:03.2730980Z [1361/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u4.c.obj 2024-11-01T16:21:03.2784491Z [1362/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u8.c.obj 2024-11-01T16:21:03.2831310Z [1363/7871] 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-11-01T16:21:03.3122299Z [1364/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-11-01T16:21:03.3166581Z [1365/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u4.c.obj 2024-11-01T16:21:03.3608660Z [1366/7871] 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-11-01T16:21:03.3679694Z [1367/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-11-01T16:21:03.3918789Z [1368/7871] 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-11-01T16:21:03.3968871Z [1369/7871] 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-11-01T16:21:03.3982615Z [1370/7871] 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-11-01T16:21:03.3996222Z [1371/7871] 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-11-01T16:21:03.4282671Z [1372/7871] 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-11-01T16:21:03.4812012Z [1373/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-sse-c4.c.obj 2024-11-01T16:21:03.4823614Z [1374/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-sse-u4.c.obj 2024-11-01T16:21:03.5094652Z [1375/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-sse-c4.c.obj 2024-11-01T16:21:03.5159380Z [1376/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.5389148Z [1377/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.5477022Z [1378/7871] 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-11-01T16:21:03.5489332Z [1379/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.5855448Z [1380/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.5901526Z [1381/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.6117024Z [1382/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.6322871Z [1383/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.6421360Z [1384/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-11-01T16:21:03.6520150Z [1385/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.6686615Z [1386/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.6736924Z [1387/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.6751285Z [1388/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.6991726Z [1389/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.7311727Z [1390/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.7463132Z [1391/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-11-01T16:21:03.7512848Z [1392/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.7614923Z [1393/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.7799036Z [1394/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.7875664Z [1395/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.7928831Z [1396/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.8378595Z [1397/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.8463347Z [1398/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.8510661Z [1399/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.8641626Z [1400/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.8687115Z [1401/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.8972228Z [1402/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.9029996Z [1403/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-11-01T16:21:03.9485423Z [1404/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-11-01T16:21:03.9820298Z [1405/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-11-01T16:21:03.9865901Z [1406/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.9878123Z [1407/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-11-01T16:21:03.9929490Z [1408/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-11-01T16:21:04.0052238Z [1409/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-11-01T16:21:04.0102194Z [1410/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-11-01T16:21:04.0194571Z [1411/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-11-01T16:21:04.0438547Z [1412/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-11-01T16:21:04.0680221Z [1413/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-11-01T16:21:04.0733720Z [1414/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-11-01T16:21:04.0744727Z [1415/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-11-01T16:21:04.0787618Z [1416/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-11-01T16:21:04.1055294Z [1417/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-11-01T16:21:04.1213281Z [1418/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-11-01T16:21:04.1268078Z [1419/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-11-01T16:21:04.1326616Z [1420/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-11-01T16:21:04.1531375Z [1421/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-11-01T16:21:04.1585070Z [1422/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-11-01T16:21:04.1688749Z [1423/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-11-01T16:21:04.1964016Z [1424/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-11-01T16:21:04.2059556Z [1425/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-11-01T16:21:04.2130522Z [1426/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-11-01T16:21:04.2141824Z [1427/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-11-01T16:21:04.2247474Z [1428/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-11-01T16:21:04.2392752Z [1429/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-11-01T16:21:04.2448709Z [1430/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-11-01T16:21:04.2899141Z [1431/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-11-01T16:21:04.2944420Z [1432/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-11-01T16:21:04.2993043Z [1433/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-11-01T16:21:04.3045778Z [1434/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-11-01T16:21:04.3056865Z [1435/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-11-01T16:21:04.3202384Z [1436/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-11-01T16:21:04.3673344Z [1437/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2024-11-01T16:21:04.3714948Z [1438/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-11-01T16:21:04.3727050Z [1439/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-11-01T16:21:04.3737331Z [1440/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-11-01T16:21:04.3818581Z [1441/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2024-11-01T16:21:04.3873068Z [1442/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-11-01T16:21:04.4361290Z [1443/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-11-01T16:21:04.4403711Z [1444/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2024-11-01T16:21:04.4453937Z [1445/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-11-01T16:21:04.4500074Z [1446/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-11-01T16:21:04.4615376Z [1447/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-11-01T16:21:04.4627931Z [1448/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-11-01T16:21:04.4680394Z [1449/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-11-01T16:21:04.4693347Z [1450/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-11-01T16:21:04.5274955Z [1451/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-11-01T16:21:04.5288074Z [1452/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-11-01T16:21:04.5298812Z [1453/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-11-01T16:21:04.5339053Z [1454/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-11-01T16:21:04.5384545Z [1455/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-11-01T16:21:04.5434066Z [1456/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-11-01T16:21:04.5446756Z [1457/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-11-01T16:21:04.6116251Z [1458/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2024-11-01T16:21:04.6127118Z [1459/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-11-01T16:21:04.6310335Z [1460/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.obj 2024-11-01T16:21:04.6320678Z [1461/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2024-11-01T16:21:04.6362278Z [1462/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.obj 2024-11-01T16:21:04.6376493Z [1463/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.obj 2024-11-01T16:21:04.6473347Z [1464/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u8.c.obj 2024-11-01T16:21:04.6598781Z [1465/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-11-01T16:21:04.6981383Z [1466/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u8.c.obj 2024-11-01T16:21:04.7031249Z [1467/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u4.c.obj 2024-11-01T16:21:04.7111893Z [1468/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-11-01T16:21:04.7232314Z [1469/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u4.c.obj 2024-11-01T16:21:04.7275543Z [1470/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-11-01T16:21:04.7339733Z [1471/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-11-01T16:21:04.7355486Z [1472/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-11-01T16:21:04.7406535Z [1473/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u8.c.obj 2024-11-01T16:21:04.7853205Z [1474/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-11-01T16:21:04.7895816Z [1475/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-11-01T16:21:04.7988519Z [1476/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-11-01T16:21:04.7999979Z [1477/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u8.c.obj 2024-11-01T16:21:04.8073883Z [1478/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u4.c.obj 2024-11-01T16:21:04.8269702Z [1479/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-11-01T16:21:04.8394255Z [1480/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u8.c.obj 2024-11-01T16:21:04.8613276Z [1481/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u8.c.obj 2024-11-01T16:21:04.8685698Z [1482/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u4.c.obj 2024-11-01T16:21:04.8753803Z [1483/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-11-01T16:21:04.8796107Z [1484/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u4.c.obj 2024-11-01T16:21:04.8847452Z [1485/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u4.c.obj 2024-11-01T16:21:04.8958104Z [1486/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u4.c.obj 2024-11-01T16:21:04.9209394Z [1487/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-11-01T16:21:04.9254466Z [1488/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-11-01T16:21:04.9409124Z [1489/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u8.c.obj 2024-11-01T16:21:04.9450967Z [1490/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-11-01T16:21:04.9579824Z [1491/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u8.c.obj 2024-11-01T16:21:04.9826809Z [1492/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u8.c.obj 2024-11-01T16:21:04.9950543Z [1493/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u4.c.obj 2024-11-01T16:21:05.0093928Z [1494/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-11-01T16:21:05.0137777Z [1495/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-11-01T16:21:05.0149894Z [1496/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-11-01T16:21:05.0245536Z [1497/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-11-01T16:21:05.0369476Z [1498/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-11-01T16:21:05.0594063Z [1499/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-11-01T16:21:05.0703056Z [1500/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-11-01T16:21:05.0749076Z [1501/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-11-01T16:21:05.0798949Z [1502/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-11-01T16:21:05.0921583Z [1503/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-11-01T16:21:05.0969643Z [1504/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-11-01T16:21:05.1146602Z [1505/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-11-01T16:21:05.1413150Z [1506/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-11-01T16:21:05.1452993Z [1507/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-11-01T16:21:05.1504554Z [1508/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-11-01T16:21:05.1514997Z [1509/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-11-01T16:21:05.1563503Z [1510/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-11-01T16:21:05.1707963Z [1511/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2024-11-01T16:21:05.1936946Z [1512/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2024-11-01T16:21:05.2060575Z [1513/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-11-01T16:21:05.2109981Z [1514/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-11-01T16:21:05.2229580Z [1515/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-11-01T16:21:05.2378970Z [1516/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-11-01T16:21:05.2426832Z [1517/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-11-01T16:21:05.2526313Z [1518/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2024-11-01T16:21:05.2577163Z [1519/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2024-11-01T16:21:05.2809395Z [1520/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2024-11-01T16:21:05.2881356Z [1521/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2024-11-01T16:21:05.2959950Z [1522/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2024-11-01T16:21:05.3052648Z [1523/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2024-11-01T16:21:05.3063892Z [1524/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2024-11-01T16:21:05.3194878Z [1525/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2024-11-01T16:21:05.3206684Z [1526/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2024-11-01T16:21:05.3441909Z [1527/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-11-01T16:21:05.3748012Z [1528/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-11-01T16:21:05.3948494Z [1529/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-11-01T16:21:05.3959755Z [1530/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-11-01T16:21:05.4056012Z [1531/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-11-01T16:21:05.4110889Z [1532/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-11-01T16:21:05.4121956Z [1533/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-11-01T16:21:05.4200436Z [1534/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-11-01T16:21:05.4409935Z [1535/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-11-01T16:21:05.4541288Z [1536/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-11-01T16:21:05.4751645Z [1537/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:21:05.4823439Z [1538/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-11-01T16:21:05.4867035Z [1539/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-11-01T16:21:05.4883032Z [1540/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-11-01T16:21:05.4939853Z [1541/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-11-01T16:21:05.4951414Z [1542/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-11-01T16:21:05.5077641Z [1543/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-11-01T16:21:05.5369300Z [1544/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-11-01T16:21:05.5619276Z [1545/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.obj 2024-11-01T16:21:05.5871855Z [1546/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-11-01T16:21:05.5990591Z [1547/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-11-01T16:21:05.6039652Z [1548/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-11-01T16:21:05.6052038Z [1549/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.obj 2024-11-01T16:21:05.6095958Z [1550/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.obj 2024-11-01T16:21:05.6153898Z [1551/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-11-01T16:21:05.6369437Z [1552/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2024-11-01T16:21:05.6491334Z [1553/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2024-11-01T16:21:05.6682006Z [1554/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.obj 2024-11-01T16:21:05.6763354Z [1555/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.obj 2024-11-01T16:21:05.6934395Z [1556/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2024-11-01T16:21:05.6948076Z [1557/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2024-11-01T16:21:05.7008536Z [1558/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2024-11-01T16:21:05.7019671Z [1559/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2024-11-01T16:21:05.7157086Z [1560/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2024-11-01T16:21:05.7383797Z [1561/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2024-11-01T16:21:05.7431152Z [1562/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u24.c.obj 2024-11-01T16:21:05.7728187Z [1563/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u20.c.obj 2024-11-01T16:21:05.7739549Z [1564/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-11-01T16:21:05.7823180Z [1565/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2024-11-01T16:21:05.7951055Z [1566/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-11-01T16:21:05.8086416Z [1567/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-11-01T16:21:05.8297862Z [1568/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-11-01T16:21:05.8577234Z [1569/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2024-11-01T16:21:05.8650891Z [1570/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-11-01T16:21:05.8750194Z [1571/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-11-01T16:21:05.8790944Z [1572/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-11-01T16:21:05.8840158Z [1573/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-11-01T16:21:05.8852278Z [1574/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-11-01T16:21:05.9234502Z [1575/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-11-01T16:21:05.9522559Z [1576/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-11-01T16:21:05.9740860Z [1577/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-11-01T16:21:05.9788052Z [1578/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-11-01T16:21:05.9912933Z [1579/7871] 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-11-01T16:21:05.9929129Z [1580/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-11-01T16:21:06.0030155Z [1581/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-11-01T16:21:06.0287448Z [1582/7871] 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-11-01T16:21:06.0407177Z [1583/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-11-01T16:21:06.0447873Z [1584/7871] 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-11-01T16:21:06.0495738Z [1585/7871] 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-11-01T16:21:06.0540147Z [1586/7871] 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-11-01T16:21:06.0731984Z [1587/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2024-11-01T16:21:06.0866021Z [1588/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2024-11-01T16:21:06.1073086Z [1589/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2024-11-01T16:21:06.1278558Z [1590/7871] 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-11-01T16:21:06.1387545Z [1591/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u20.c.obj 2024-11-01T16:21:06.1515555Z [1592/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-6-nr.c.obj 2024-11-01T16:21:06.1681003Z [1593/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u24.c.obj 2024-11-01T16:21:06.1751725Z [1594/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2024-11-01T16:21:06.1794219Z [1595/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-6-div.c.obj 2024-11-01T16:21:06.2207182Z [1596/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2024-11-01T16:21:06.2330017Z [1597/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2024-11-01T16:21:06.2551644Z [1598/7871] 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-11-01T16:21:06.2603006Z [1599/7871] 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-11-01T16:21:06.2694626Z [1600/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2024-11-01T16:21:06.2847011Z [1601/7871] 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-11-01T16:21:06.3209705Z [1602/7871] 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-11-01T16:21:06.3316082Z [1603/7871] 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-11-01T16:21:06.3659806Z [1604/7871] 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-11-01T16:21:06.3749006Z [1605/7871] 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-11-01T16:21:06.3791620Z [1606/7871] 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-11-01T16:21:06.3839178Z [1607/7871] 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-11-01T16:21:06.4048978Z [1608/7871] 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-11-01T16:21:06.4111065Z [1609/7871] 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-11-01T16:21:06.4325420Z [1610/7871] 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-11-01T16:21:06.4681976Z [1611/7871] 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-11-01T16:21:06.5040376Z [1612/7871] 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-11-01T16:21:06.5098944Z [1613/7871] 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-11-01T16:21:06.5199628Z [1614/7871] 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-11-01T16:21:06.5300464Z [1615/7871] 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-11-01T16:21:06.5381517Z [1616/7871] 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-11-01T16:21:06.5460581Z [1617/7871] 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-11-01T16:21:06.5782857Z [1618/7871] 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-11-01T16:21:06.5949089Z [1619/7871] 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-11-01T16:21:06.6088425Z [1620/7871] 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-11-01T16:21:06.6424455Z [1621/7871] 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-11-01T16:21:06.6541461Z [1622/7871] 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-11-01T16:21:06.6703740Z [1623/7871] 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-11-01T16:21:06.6901354Z [1624/7871] 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-11-01T16:21:06.6912955Z [1625/7871] 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-11-01T16:21:06.6960126Z [1626/7871] 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-11-01T16:21:06.7045718Z [1627/7871] 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-11-01T16:21:06.7132074Z [1628/7871] 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-11-01T16:21:06.7690620Z [1629/7871] 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-11-01T16:21:06.8019134Z [1630/7871] 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-11-01T16:21:06.8139241Z [1631/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.8147677Z [1632/7871] 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-11-01T16:21:06.8197491Z [1633/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.8208559Z [1634/7871] 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-11-01T16:21:06.8313309Z [1635/7871] 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-11-01T16:21:06.8697834Z [1636/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.8776349Z [1637/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.9272648Z [1638/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.9319728Z [1639/7871] 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-11-01T16:21:06.9367020Z [1640/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.9378759Z [1641/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:06.9426353Z [1642/7871] 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-11-01T16:21:06.9634841Z [1643/7871] 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-11-01T16:21:06.9768699Z [1644/7871] 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-11-01T16:21:07.0227531Z [1645/7871] 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-11-01T16:21:07.0239663Z [1646/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:07.0250623Z [1647/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:07.0293943Z [1648/7871] 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-11-01T16:21:07.0342274Z [1649/7871] 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-11-01T16:21:07.0439314Z [1650/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:07.0648246Z [1651/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-11-01T16:21:07.0982206Z [1652/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:21:07.1134026Z [1653/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-11-01T16:21:07.1282548Z [1654/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:21:07.1407515Z [1655/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:21:07.1458560Z [1656/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-11-01T16:21:07.1530365Z [1657/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:21:07.1584751Z [1658/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:21:07.1598505Z [1659/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-11-01T16:21:07.1954524Z [1660/7871] 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-11-01T16:21:07.2112309Z [1661/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:21:07.2354775Z [1662/7871] 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-11-01T16:21:07.2537009Z [1663/7871] 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-11-01T16:21:07.2721821Z [1664/7871] 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-11-01T16:21:07.2770414Z [1665/7871] 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-11-01T16:21:07.2783048Z [1666/7871] 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-11-01T16:21:07.3112253Z [1667/7871] 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-11-01T16:21:07.3171435Z [1668/7871] 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-11-01T16:21:07.3183594Z [1669/7871] 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-11-01T16:21:07.3487781Z [1670/7871] 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-11-01T16:21:07.3808906Z [1671/7871] 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-11-01T16:21:07.3896765Z [1672/7871] 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-11-01T16:21:07.3908571Z [1673/7871] 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-11-01T16:21:07.3976044Z [1674/7871] 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-11-01T16:21:07.3988626Z [1675/7871] 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-11-01T16:21:07.4057251Z [1676/7871] 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-11-01T16:21:07.4349095Z [1677/7871] 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-11-01T16:21:07.4452438Z [1678/7871] 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-11-01T16:21:07.4906161Z [1679/7871] 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-11-01T16:21:07.4960096Z [1680/7871] 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-11-01T16:21:07.5119203Z [1681/7871] 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-11-01T16:21:07.5223012Z [1682/7871] 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-11-01T16:21:07.5342980Z [1683/7871] 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-11-01T16:21:07.5449272Z [1684/7871] 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-11-01T16:21:07.5707916Z [1685/7871] 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-11-01T16:21:07.5762555Z [1686/7871] 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-11-01T16:21:07.6180637Z [1687/7871] 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-11-01T16:21:07.6280885Z [1688/7871] 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-11-01T16:21:07.6467339Z [1689/7871] 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-11-01T16:21:07.6634377Z [1690/7871] 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-11-01T16:21:07.6715929Z [1691/7871] 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-11-01T16:21:07.7003118Z [1692/7871] 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-11-01T16:21:07.7221173Z [1693/7871] 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-11-01T16:21:07.7328985Z [1694/7871] 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-11-01T16:21:07.7406550Z [1695/7871] 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-11-01T16:21:07.7620806Z [1696/7871] 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-11-01T16:21:07.7760091Z [1697/7871] 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-11-01T16:21:07.7930364Z [1698/7871] 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-11-01T16:21:07.8094612Z [1699/7871] 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-11-01T16:21:07.8299749Z [1700/7871] 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-11-01T16:21:07.8426967Z [1701/7871] 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-11-01T16:21:07.8650283Z [1702/7871] 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-11-01T16:21:07.8780763Z [1703/7871] 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-11-01T16:21:07.9174118Z [1704/7871] 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-11-01T16:21:07.9258234Z [1705/7871] 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-11-01T16:21:07.9339176Z [1706/7871] 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-11-01T16:21:07.9386165Z [1707/7871] 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-11-01T16:21:07.9476005Z [1708/7871] 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-11-01T16:21:08.0136694Z [1709/7871] 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-11-01T16:21:08.0221229Z [1710/7871] 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-11-01T16:21:08.0288808Z [1711/7871] 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-11-01T16:21:08.0353574Z [1712/7871] 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-11-01T16:21:08.0465831Z [1713/7871] 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-11-01T16:21:08.0477976Z [1714/7871] 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-11-01T16:21:08.0693008Z [1715/7871] 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-11-01T16:21:08.1175185Z [1716/7871] 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-11-01T16:21:08.1265727Z [1717/7871] 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-11-01T16:21:08.1373176Z [1718/7871] 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-11-01T16:21:08.1418837Z [1719/7871] 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-11-01T16:21:08.1524797Z [1720/7871] 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-11-01T16:21:08.1577149Z [1721/7871] 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-11-01T16:21:08.1924697Z [1722/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-11-01T16:21:08.1975498Z [1723/7871] 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-11-01T16:21:08.2164850Z [1724/7871] 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-11-01T16:21:08.2342900Z [1725/7871] 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-11-01T16:21:08.2396779Z [1726/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-11-01T16:21:08.2409175Z [1727/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-11-01T16:21:08.2421272Z [1728/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:21:08.2598141Z [1729/7871] 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-11-01T16:21:08.2805001Z [1730/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:21:08.2876432Z [1731/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2024-11-01T16:21:08.2916628Z [1732/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2024-11-01T16:21:08.3096754Z [1733/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-11-01T16:21:08.3140149Z [1734/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:21:08.3239550Z [1735/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2024-11-01T16:21:08.3291725Z [1736/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:21:08.3440048Z [1737/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:21:08.3517831Z [1738/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2024-11-01T16:21:08.3573874Z [1739/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-11-01T16:21:08.3738224Z [1740/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-11-01T16:21:08.3749021Z [1741/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-11-01T16:21:08.3921525Z [1742/7871] 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-11-01T16:21:08.4204916Z [1743/7871] 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-11-01T16:21:08.4249501Z [1744/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-11-01T16:21:08.4259966Z [1745/7871] 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-11-01T16:21:08.4361333Z [1746/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u4.c.obj 2024-11-01T16:21:08.4661157Z [1747/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u8.c.obj 2024-11-01T16:21:08.5002931Z [1748/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:21:08.5098126Z [1749/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:21:08.5142746Z [1750/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-11-01T16:21:08.5219422Z [1751/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.5415389Z [1752/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-11-01T16:21:08.5619477Z [1753/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-11-01T16:21:08.5894676Z [1754/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:21:08.5941525Z [1755/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-11-01T16:21:08.6367499Z [1756/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.6540317Z [1757/7871] 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-11-01T16:21:08.6591025Z [1758/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.6647554Z [1759/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.6697024Z [1760/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.7049907Z [1761/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.7063335Z [1762/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-11-01T16:21:08.7109694Z [1763/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-11-01T16:21:08.7575224Z [1764/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-11-01T16:21:08.7586827Z [1765/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.7646960Z [1766/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.7710144Z [1767/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.7759921Z [1768/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:21:08.7956236Z [1769/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-11-01T16:21:08.7971147Z [1770/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:21:08.8148183Z [1771/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:21:08.8545900Z [1772/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-11-01T16:21:08.8605319Z [1773/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:21:08.8686006Z [1774/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:21:08.8736254Z [1775/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:21:08.8747783Z [1776/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:21:08.9054380Z [1777/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:08.9220204Z [1778/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:08.9671519Z [1779/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:08.9900760Z [1780/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.0020343Z [1781/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.0109669Z [1782/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.0165187Z [1783/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.0177709Z [1784/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.0477033Z [1785/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.0679663Z [1786/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.0897343Z [1787/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.1134212Z [1788/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.1480801Z [1789/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.1565638Z [1790/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.1749074Z [1791/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.1797501Z [1792/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.1907260Z [1793/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.1990102Z [1794/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.2221822Z [1795/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.2666833Z [1796/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.2730235Z [1797/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.2942643Z [1798/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.2992526Z [1799/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.3003842Z [1800/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.3152512Z [1801/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.3204990Z [1802/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.3564338Z [1803/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.3752004Z [1804/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.3802559Z [1805/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.4013749Z [1806/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.4135629Z [1807/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.4332565Z [1808/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.4402395Z [1809/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.4754660Z [1810/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.4776504Z [1811/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.4880211Z [1812/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.4929996Z [1813/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.5083419Z [1814/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.5287379Z [1815/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.5403808Z [1816/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-11-01T16:21:09.5459093Z [1817/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.5473591Z [1818/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.5910886Z [1819/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.5955567Z [1820/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:21:09.5967513Z [1821/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-11-01T16:21:09.6295286Z [1822/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:21:09.6307708Z [1823/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-11-01T16:21:09.6590812Z [1824/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:21:09.6660142Z [1825/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-11-01T16:21:09.6769495Z [1826/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:21:09.6958774Z [1827/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:21:09.7058077Z [1828/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-11-01T16:21:09.7220330Z [1829/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-11-01T16:21:09.7231782Z [1830/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:21:09.7386753Z [1831/7871] 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-11-01T16:21:09.7398098Z [1832/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-11-01T16:21:09.7579741Z [1833/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-11-01T16:21:09.7696339Z [1834/7871] 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-11-01T16:21:09.7886244Z [1835/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-11-01T16:21:09.7941280Z [1836/7871] 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-11-01T16:21:09.7985271Z [1837/7871] 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-11-01T16:21:09.7997169Z [1838/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-11-01T16:21:09.8484196Z [1839/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-11-01T16:21:09.8498015Z [1840/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-11-01T16:21:09.8541714Z [1841/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-11-01T16:21:09.8713461Z [1842/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-11-01T16:21:09.8757054Z [1843/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-11-01T16:21:09.8807016Z [1844/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-11-01T16:21:09.9093767Z [1845/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-11-01T16:21:09.9198780Z [1846/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-11-01T16:21:09.9261140Z [1847/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-11-01T16:21:09.9446639Z [1848/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-11-01T16:21:09.9584725Z [1849/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-11-01T16:21:09.9605241Z [1850/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-11-01T16:21:09.9787045Z [1851/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2024-11-01T16:21:09.9965077Z [1852/7871] 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-11-01T16:21:10.0062109Z [1853/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-11-01T16:21:10.0161807Z [1854/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2024-11-01T16:21:10.0388906Z [1855/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-11-01T16:21:10.0450184Z [1856/7871] 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-11-01T16:21:10.0557944Z [1857/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-11-01T16:21:10.0741953Z [1858/7871] 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-11-01T16:21:10.0788904Z [1859/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2024-11-01T16:21:10.0929613Z [1860/7871] 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-11-01T16:21:10.1025347Z [1861/7871] 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-11-01T16:21:10.1105372Z [1862/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2024-11-01T16:21:10.1325518Z [1863/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2024-11-01T16:21:10.1338145Z [1864/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2024-11-01T16:21:10.1383933Z [1865/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2024-11-01T16:21:10.1549111Z [1866/7871] 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-11-01T16:21:10.1788728Z [1867/7871] 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-11-01T16:21:10.2039105Z [1868/7871] 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-11-01T16:21:10.2110146Z [1869/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2024-11-01T16:21:10.2162752Z [1870/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2024-11-01T16:21:10.2347127Z [1871/7871] 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-11-01T16:21:10.2447366Z [1872/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-11-01T16:21:10.2649269Z [1873/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-11-01T16:21:10.2932536Z [1874/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-11-01T16:21:10.3052340Z [1875/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-11-01T16:21:10.3072000Z [1876/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-11-01T16:21:10.3150556Z [1877/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-11-01T16:21:10.3161770Z [1878/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-11-01T16:21:10.3574888Z [1879/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-11-01T16:21:10.3636390Z [1880/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-11-01T16:21:10.3734312Z [1881/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-11-01T16:21:10.3783661Z [1882/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-11-01T16:21:10.4046379Z [1883/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-11-01T16:21:10.4147105Z [1884/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-11-01T16:21:10.4411453Z [1885/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-11-01T16:21:10.4462989Z [1886/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-11-01T16:21:10.4508748Z [1887/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-11-01T16:21:10.4525095Z [1888/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-11-01T16:21:10.4611296Z [1889/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-11-01T16:21:10.5070762Z [1890/7871] 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-11-01T16:21:10.5158498Z [1891/7871] 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-11-01T16:21:10.5309197Z [1892/7871] 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-11-01T16:21:10.5380379Z [1893/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-11-01T16:21:10.5667826Z [1894/7871] 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-11-01T16:21:10.5766348Z [1895/7871] 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-11-01T16:21:10.6021066Z [1896/7871] 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-11-01T16:21:10.6096182Z [1897/7871] 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-11-01T16:21:10.6413476Z [1898/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2024-11-01T16:21:10.6428073Z [1899/7871] 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-11-01T16:21:10.6612235Z [1900/7871] 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-11-01T16:21:10.6668805Z [1901/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-11-01T16:21:10.6681435Z [1902/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-11-01T16:21:10.6832416Z [1903/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2024-11-01T16:21:10.6885547Z [1904/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2024-11-01T16:21:10.7395548Z [1905/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32.c.obj 2024-11-01T16:21:10.7440702Z [1906/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2024-11-01T16:21:10.7534693Z [1907/7871] 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-11-01T16:21:10.7548187Z [1908/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-11-01T16:21:10.7648880Z [1909/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64.c.obj 2024-11-01T16:21:10.7761443Z [1910/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-11-01T16:21:10.7835690Z [1911/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-11-01T16:21:10.8097151Z [1912/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-11-01T16:21:10.8236923Z [1913/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-11-01T16:21:10.8423386Z [1914/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u4.c.obj 2024-11-01T16:21:10.8540182Z [1915/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-11-01T16:21:10.8778924Z [1916/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-11-01T16:21:10.8837110Z [1917/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u8.c.obj 2024-11-01T16:21:10.8849221Z [1918/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-11-01T16:21:10.8972557Z [1919/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-11-01T16:21:10.8986119Z [1920/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u16.c.obj 2024-11-01T16:21:10.9077562Z [1921/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-11-01T16:21:10.9153783Z [1922/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-11-01T16:21:10.9166578Z [1923/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-11-01T16:21:10.9580528Z [1924/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-11-01T16:21:10.9631461Z [1925/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-11-01T16:21:10.9682127Z [1926/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2024-11-01T16:21:10.9725552Z [1927/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-11-01T16:21:10.9739231Z [1928/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-11-01T16:21:10.9797647Z [1929/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2024-11-01T16:21:10.9966542Z [1930/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2024-11-01T16:21:11.0041379Z [1931/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-11-01T16:21:11.0315854Z [1932/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2024-11-01T16:21:11.0438743Z [1933/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2024-11-01T16:21:11.0513168Z [1934/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-11-01T16:21:11.0528803Z [1935/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2024-11-01T16:21:11.0588369Z [1936/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-11-01T16:21:11.0641257Z [1937/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2024-11-01T16:21:11.0834323Z [1938/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-11-01T16:21:11.0934224Z [1939/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-11-01T16:21:11.1002861Z [1940/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2024-11-01T16:21:11.1773201Z [1941/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-11-01T16:21:11.1842423Z [1942/7871] 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-11-01T16:21:11.1969649Z [1943/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-11-01T16:21:11.1981319Z [1944/7871] 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-11-01T16:21:11.2060620Z [1945/7871] 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-11-01T16:21:11.2072085Z [1946/7871] 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-11-01T16:21:11.2195523Z [1947/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:11.2308090Z [1948/7871] 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-11-01T16:21:11.3063297Z [1949/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:11.3074748Z [1950/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:11.3300062Z [1951/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:11.3311272Z [1952/7871] 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-11-01T16:21:11.3322414Z [1953/7871] 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-11-01T16:21:11.3405530Z [1954/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2024-11-01T16:21:11.3529769Z [1955/7871] 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-11-01T16:21:11.3610055Z [1956/7871] 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-11-01T16:21:11.4161939Z [1957/7871] 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-11-01T16:21:11.4291748Z [1958/7871] 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-11-01T16:21:11.4379755Z [1959/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2024-11-01T16:21:11.4427484Z [1960/7871] 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-11-01T16:21:11.4443441Z [1961/7871] 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-11-01T16:21:11.4491014Z [1962/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2024-11-01T16:21:11.4650397Z [1963/7871] 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-11-01T16:21:11.4707626Z [1964/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2024-11-01T16:21:11.5225269Z [1965/7871] 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-11-01T16:21:11.5334787Z [1966/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-11-01T16:21:11.5435281Z [1967/7871] 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-11-01T16:21:11.5487245Z [1968/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:21:11.5558372Z [1969/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2024-11-01T16:21:11.5664540Z [1970/7871] 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-11-01T16:21:11.5829313Z [1971/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:21:11.6118795Z [1972/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2024-11-01T16:21:11.6283429Z [1973/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2024-11-01T16:21:11.6331889Z [1974/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-11-01T16:21:11.6376941Z [1975/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2024-11-01T16:21:11.6592646Z [1976/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u24.c.obj 2024-11-01T16:21:11.6756805Z [1977/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2024-11-01T16:21:11.6903034Z [1978/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2024-11-01T16:21:11.6969120Z [1979/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2024-11-01T16:21:11.7019148Z [1980/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-11-01T16:21:11.7065399Z [1981/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-11-01T16:21:11.7108876Z [1982/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u20.c.obj 2024-11-01T16:21:11.7480382Z [1983/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-11-01T16:21:11.7597009Z [1984/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-11-01T16:21:11.7643681Z [1985/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-11-01T16:21:11.7705517Z [1986/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-11-01T16:21:11.7849921Z [1987/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-11-01T16:21:11.7990733Z [1988/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-11-01T16:21:11.8205116Z [1989/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-11-01T16:21:11.8330862Z [1990/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-11-01T16:21:11.8540586Z [1991/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-11-01T16:21:11.8721752Z [1992/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-11-01T16:21:11.8809466Z [1993/7871] 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-11-01T16:21:11.8889351Z [1994/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-11-01T16:21:11.8973034Z [1995/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-11-01T16:21:11.9117938Z [1996/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-11-01T16:21:11.9291928Z [1997/7871] 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-11-01T16:21:11.9303977Z [1998/7871] 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-11-01T16:21:11.9352846Z [1999/7871] 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-11-01T16:21:11.9700948Z [2000/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-11-01T16:21:11.9747835Z [2001/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2024-11-01T16:21:11.9763123Z [2002/7871] 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-11-01T16:21:11.9854099Z [2003/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2024-11-01T16:21:11.9868063Z [2004/7871] 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-11-01T16:21:12.0496716Z [2005/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u20.c.obj 2024-11-01T16:21:12.0579165Z [2006/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2024-11-01T16:21:12.0624664Z [2007/7871] 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-11-01T16:21:12.0671448Z [2008/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2024-11-01T16:21:12.1042304Z [2009/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u24.c.obj 2024-11-01T16:21:12.1056506Z [2010/7871] 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-11-01T16:21:12.1121701Z [2011/7871] 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-11-01T16:21:12.1223810Z [2012/7871] 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-11-01T16:21:12.1793191Z [2013/7871] 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-11-01T16:21:12.1855998Z [2014/7871] 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-11-01T16:21:12.1870590Z [2015/7871] 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-11-01T16:21:12.2365030Z [2016/7871] 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-11-01T16:21:12.2468717Z [2017/7871] 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-11-01T16:21:12.2624319Z [2018/7871] 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-11-01T16:21:12.2683276Z [2019/7871] 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-11-01T16:21:12.2747305Z [2020/7871] 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-11-01T16:21:12.2956915Z [2021/7871] 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-11-01T16:21:12.3050748Z [2022/7871] 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-11-01T16:21:12.3366877Z [2023/7871] 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-11-01T16:21:12.3657257Z [2024/7871] 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-11-01T16:21:12.3740392Z [2025/7871] 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-11-01T16:21:12.3779068Z [2026/7871] 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-11-01T16:21:12.3996602Z [2027/7871] 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-11-01T16:21:12.4085672Z [2028/7871] 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-11-01T16:21:12.4151605Z [2029/7871] 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-11-01T16:21:12.4443991Z [2030/7871] 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-11-01T16:21:12.4739003Z [2031/7871] 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-11-01T16:21:12.4785209Z [2032/7871] 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-11-01T16:21:12.4944486Z [2033/7871] 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-11-01T16:21:12.5230507Z [2034/7871] 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-11-01T16:21:12.5290388Z [2035/7871] 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-11-01T16:21:12.5336280Z [2036/7871] 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-11-01T16:21:12.5389326Z [2037/7871] 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-11-01T16:21:12.5530819Z [2038/7871] 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-11-01T16:21:12.6020438Z [2039/7871] 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-11-01T16:21:12.6037317Z [2040/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:12.6521284Z [2041/7871] 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-11-01T16:21:12.6568276Z [2042/7871] 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-11-01T16:21:12.6646966Z [2043/7871] 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-11-01T16:21:12.6659257Z [2044/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.6716763Z [2045/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.6937282Z [2046/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:12.7037323Z [2047/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:12.7169956Z [2048/7871] 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-11-01T16:21:12.7745908Z [2049/7871] 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-11-01T16:21:12.7922639Z [2050/7871] 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-11-01T16:21:12.7980856Z [2051/7871] 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-11-01T16:21:12.7995060Z [2052/7871] 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-11-01T16:21:12.8046360Z [2053/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.8059306Z [2054/7871] 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-11-01T16:21:12.8118783Z [2055/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.8731067Z [2056/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.8779080Z [2057/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:12.8874554Z [2058/7871] 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-11-01T16:21:12.8886424Z [2059/7871] 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-11-01T16:21:12.8977070Z [2060/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.8989341Z [2061/7871] 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-11-01T16:21:12.9096888Z [2062/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:12.9208692Z [2063/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:12.9862779Z [2064/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:12.9996656Z [2065/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-11-01T16:21:13.0008690Z [2066/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:13.0052311Z [2067/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-11-01T16:21:13.0096058Z [2068/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:13.0175044Z [2069/7871] 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-11-01T16:21:13.0221613Z [2070/7871] 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-11-01T16:21:13.0688510Z [2071/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:13.0771581Z [2072/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-11-01T16:21:13.0924561Z [2073/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:21:13.1091583Z [2074/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:21:13.1171486Z [2075/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-11-01T16:21:13.1218045Z [2076/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:21:13.1233805Z [2077/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:21:13.1326351Z [2078/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:21:13.1377025Z [2079/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:21:13.2001538Z [2080/7871] 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-11-01T16:21:13.2219722Z [2081/7871] 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-11-01T16:21:13.2231572Z [2082/7871] 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-11-01T16:21:13.2316344Z [2083/7871] 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-11-01T16:21:13.2335139Z [2084/7871] 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-11-01T16:21:13.2650409Z [2085/7871] 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-11-01T16:21:13.2973694Z [2086/7871] 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-11-01T16:21:13.3068667Z [2087/7871] 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-11-01T16:21:13.3304051Z [2088/7871] 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-11-01T16:21:13.3358834Z [2089/7871] 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-11-01T16:21:13.3369903Z [2090/7871] 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-11-01T16:21:13.3694785Z [2091/7871] 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-11-01T16:21:13.3748213Z [2092/7871] 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-11-01T16:21:13.3807549Z [2093/7871] 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-11-01T16:21:13.4086409Z [2094/7871] 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-11-01T16:21:13.4222030Z [2095/7871] 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-11-01T16:21:13.4390187Z [2096/7871] 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-11-01T16:21:13.4439470Z [2097/7871] 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-11-01T16:21:13.4816034Z [2098/7871] 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-11-01T16:21:13.5007506Z [2099/7871] 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-11-01T16:21:13.5064158Z [2100/7871] 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-11-01T16:21:13.5131972Z [2101/7871] 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-11-01T16:21:13.5144883Z [2102/7871] 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-11-01T16:21:13.5158067Z [2103/7871] 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-11-01T16:21:13.5267703Z [2104/7871] 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-11-01T16:21:13.5365914Z [2105/7871] 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-11-01T16:21:13.5674986Z [2106/7871] 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-11-01T16:21:13.6057658Z [2107/7871] 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-11-01T16:21:13.6174863Z [2108/7871] 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-11-01T16:21:13.6265578Z [2109/7871] 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-11-01T16:21:13.6364267Z [2110/7871] 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-11-01T16:21:13.6610833Z [2111/7871] 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-11-01T16:21:13.6672599Z [2112/7871] 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-11-01T16:21:13.6849984Z [2113/7871] 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-11-01T16:21:13.7000747Z [2114/7871] 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-11-01T16:21:13.7285800Z [2115/7871] 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-11-01T16:21:13.7380364Z [2116/7871] 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-11-01T16:21:13.7529034Z [2117/7871] 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-11-01T16:21:13.7764911Z [2118/7871] 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-11-01T16:21:13.7895155Z [2119/7871] 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-11-01T16:21:13.8261400Z [2120/7871] 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-11-01T16:21:13.8365568Z [2121/7871] 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-11-01T16:21:13.8442612Z [2122/7871] 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-11-01T16:21:13.8493678Z [2123/7871] 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-11-01T16:21:13.8789835Z [2124/7871] 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-11-01T16:21:13.9004368Z [2125/7871] 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-11-01T16:21:13.9017151Z [2126/7871] 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-11-01T16:21:13.9155130Z [2127/7871] 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-11-01T16:21:13.9505394Z [2128/7871] 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-11-01T16:21:13.9931687Z [2129/7871] 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-11-01T16:21:14.0005284Z [2130/7871] 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-11-01T16:21:14.0049912Z [2131/7871] 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-11-01T16:21:14.0137010Z [2132/7871] 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-11-01T16:21:14.0308918Z [2133/7871] 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-11-01T16:21:14.0324690Z [2134/7871] 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-11-01T16:21:14.0539244Z [2135/7871] 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-11-01T16:21:14.0720698Z [2136/7871] 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-11-01T16:21:14.1042919Z [2137/7871] 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-11-01T16:21:14.1281586Z [2138/7871] 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-11-01T16:21:14.1441973Z [2139/7871] 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-11-01T16:21:14.1508282Z [2140/7871] 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-11-01T16:21:14.1557823Z [2141/7871] 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-11-01T16:21:14.1706827Z [2142/7871] 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-11-01T16:21:14.1710830Z [2143/7871] 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-11-01T16:21:14.1769301Z [2144/7871] 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-11-01T16:21:14.2206341Z [2145/7871] 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-11-01T16:21:14.2321587Z [2146/7871] 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-11-01T16:21:14.2678734Z [2147/7871] 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-11-01T16:21:14.2721294Z [2148/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:14.2809465Z [2149/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:14.2864112Z [2150/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:14.2912073Z [2151/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:14.2960184Z [2152/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:14.3355363Z [2153/7871] 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-11-01T16:21:14.3367930Z [2154/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2024-11-01T16:21:14.3680012Z [2155/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:21:14.3763430Z [2156/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:21:14.3832722Z [2157/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-11-01T16:21:14.3876865Z [2158/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-11-01T16:21:14.3929756Z [2159/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2024-11-01T16:21:14.4236810Z [2160/7871] 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-11-01T16:21:14.4282170Z [2161/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-11-01T16:21:14.4566337Z [2162/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:21:14.4621553Z [2163/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2024-11-01T16:21:14.4761941Z [2164/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2024-11-01T16:21:14.4813044Z [2165/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-11-01T16:21:14.4823633Z [2166/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:21:14.4835672Z [2167/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-11-01T16:21:14.5266669Z [2168/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:21:14.5278405Z [2169/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:21:14.5615594Z [2170/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2024-11-01T16:21:14.5725257Z [2171/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:21:14.5802274Z [2172/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2024-11-01T16:21:14.5936299Z [2173/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:21:14.6162870Z [2174/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:21:14.6174521Z [2175/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2024-11-01T16:21:14.6230307Z [2176/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:21:14.6241712Z [2177/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2024-11-01T16:21:14.6292679Z [2178/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2024-11-01T16:21:14.6998919Z [2179/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-11-01T16:21:14.7046658Z [2180/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2024-11-01T16:21:14.7097084Z [2181/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-11-01T16:21:14.7112189Z [2182/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-11-01T16:21:14.7225651Z [2183/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-11-01T16:21:14.7294230Z [2184/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:21:14.7388074Z [2185/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-11-01T16:21:14.7449320Z [2186/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-11-01T16:21:14.7898721Z [2187/7871] 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-11-01T16:21:14.7940950Z [2188/7871] 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-11-01T16:21:14.8009932Z [2189/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-11-01T16:21:14.8120506Z [2190/7871] 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-11-01T16:21:14.8143919Z [2191/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u4.c.obj 2024-11-01T16:21:14.8275225Z [2192/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:21:14.8682265Z [2193/7871] 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-11-01T16:21:14.8910640Z [2194/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:14.8962799Z [2195/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:21:14.9239954Z [2196/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:14.9366279Z [2197/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:14.9383112Z [2198/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:14.9442197Z [2199/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:14.9492843Z [2200/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:14.9880282Z [2201/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.0141497Z [2202/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.0432679Z [2203/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.0528389Z [2204/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.0583962Z [2205/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.0640568Z [2206/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.0671013Z [2207/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.0683200Z [2208/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.1044178Z [2209/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.1376741Z [2210/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.1423380Z [2211/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-11-01T16:21:15.1437088Z [2212/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.1754942Z [2213/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:21:15.1841239Z [2214/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.1853269Z [2215/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:21:15.1902921Z [2216/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-11-01T16:21:15.1916187Z [2217/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:21:15.2239008Z [2218/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-11-01T16:21:15.2298258Z [2219/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:21:15.2524291Z [2220/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:21:15.2612349Z [2221/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:21:15.2718774Z [2222/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-11-01T16:21:15.2768793Z [2223/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:21:15.2821238Z [2224/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:21:15.3133718Z [2225/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.3456506Z [2226/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.3468798Z [2227/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.4066582Z [2228/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.4128193Z [2229/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.4141143Z [2230/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.4323995Z [2231/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.4473178Z [2232/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.4485780Z [2233/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.4545672Z [2234/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.4612252Z [2235/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.5281269Z [2236/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.5422377Z [2237/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.5708862Z [2238/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.5886355Z [2239/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.5930090Z [2240/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.5999646Z [2241/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.6166625Z [2242/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.6226706Z [2243/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.6388469Z [2244/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.6699257Z [2245/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.6815093Z [2246/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.6911083Z [2247/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.7270846Z [2248/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.7314921Z [2249/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.7360241Z [2250/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.7414948Z [2251/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.7806146Z [2252/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.7856882Z [2253/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.7962264Z [2254/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.8114668Z [2255/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.8432115Z [2256/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.8484124Z [2257/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.8530912Z [2258/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.8827201Z [2259/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.9047154Z [2260/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.9091024Z [2261/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:21:15.9139597Z [2262/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.9150811Z [2263/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:21:15.9411462Z [2264/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:21:15.9457793Z [2265/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-11-01T16:21:15.9614599Z [2266/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:21:15.9674074Z [2267/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-11-01T16:21:15.9876675Z [2268/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:21:15.9946626Z [2269/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-11-01T16:21:16.0075536Z [2270/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:21:16.0552060Z [2271/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:21:16.0647194Z [2272/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:21:16.0716019Z [2273/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-11-01T16:21:16.0777653Z [2274/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:21:16.0881503Z [2275/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-11-01T16:21:16.0925659Z [2276/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:21:16.0991618Z [2277/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-11-01T16:21:16.1045796Z [2278/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-11-01T16:21:16.1493224Z [2279/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-11-01T16:21:16.1504230Z [2280/7871] 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-11-01T16:21:16.1670284Z [2281/7871] 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-11-01T16:21:16.1726145Z [2282/7871] 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-11-01T16:21:16.1860001Z [2283/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-11-01T16:21:16.1909710Z [2284/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-11-01T16:21:16.2120376Z [2285/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-11-01T16:21:16.2390608Z [2286/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-11-01T16:21:16.2433821Z [2287/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-11-01T16:21:16.2555153Z [2288/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-sse41.c.obj 2024-11-01T16:21:16.2618645Z [2289/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-11-01T16:21:16.2684123Z [2290/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-sse41.c.obj 2024-11-01T16:21:16.2882578Z [2291/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-11-01T16:21:16.2902227Z [2292/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-11-01T16:21:16.3041352Z [2293/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2024-11-01T16:21:16.3182107Z [2294/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-11-01T16:21:16.3308197Z [2295/7871] 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-11-01T16:21:16.3420071Z [2296/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2024-11-01T16:21:16.3463421Z [2297/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2024-11-01T16:21:16.3675514Z [2298/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2024-11-01T16:21:16.3724616Z [2299/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2024-11-01T16:21:16.3766627Z [2300/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2024-11-01T16:21:16.3897199Z [2301/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2024-11-01T16:21:16.4136683Z [2302/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2024-11-01T16:21:16.4238953Z [2303/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-11-01T16:21:16.4290047Z [2304/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.4404771Z [2305/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.4761829Z [2306/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.4929302Z [2307/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-11-01T16:21:16.4976438Z [2308/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-11-01T16:21:16.5159142Z [2309/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-11-01T16:21:16.5205592Z [2310/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-11-01T16:21:16.5266801Z [2311/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.5450564Z [2312/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.5731723Z [2313/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.6152121Z [2314/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.6199567Z [2315/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-11-01T16:21:16.6270086Z [2316/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.6281001Z [2317/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-11-01T16:21:16.6430363Z [2318/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.6509732Z [2319/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-11-01T16:21:16.6792285Z [2320/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.6847731Z [2321/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.7293879Z [2322/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-11-01T16:21:16.7443176Z [2323/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-11-01T16:21:16.7632630Z [2324/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-11-01T16:21:16.7646752Z [2325/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-11-01T16:21:16.7691533Z [2326/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-11-01T16:21:16.7784130Z [2327/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.7839650Z [2328/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.8165416Z [2329/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-11-01T16:21:16.8324436Z [2330/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-11-01T16:21:16.8376681Z [2331/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-11-01T16:21:16.8582458Z [2332/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-11-01T16:21:16.8686619Z [2333/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-11-01T16:21:16.8783308Z [2334/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:16.8973626Z [2335/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-11-01T16:21:16.9019020Z [2336/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:16.9200406Z [2337/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:16.9505034Z [2338/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:16.9518154Z [2339/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:16.9899609Z [2340/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:16.9958253Z [2341/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0080790Z [2342/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0192634Z [2343/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0245313Z [2344/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0258844Z [2345/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0724209Z [2346/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0808854Z [2347/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.0964698Z [2348/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1094570Z [2349/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1240073Z [2350/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1340362Z [2351/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1391807Z [2352/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1709963Z [2353/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1755979Z [2354/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.1948030Z [2355/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2102055Z [2356/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2356882Z [2357/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2403701Z [2358/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2458809Z [2359/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2605803Z [2360/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2651442Z [2361/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.2848220Z [2362/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.3057081Z [2363/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.3564463Z [2364/7871] 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-11-01T16:21:17.3634971Z [2365/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-11-01T16:21:17.3685703Z [2366/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-11-01T16:21:17.3882521Z [2367/7871] 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-11-01T16:21:17.3971421Z [2368/7871] 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-11-01T16:21:17.4022661Z [2369/7871] 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-11-01T16:21:17.4589771Z [2370/7871] 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-11-01T16:21:17.4740589Z [2371/7871] 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-11-01T16:21:17.4791135Z [2372/7871] 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-11-01T16:21:17.5011398Z [2373/7871] 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-11-01T16:21:17.5058035Z [2374/7871] 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-11-01T16:21:17.5070163Z [2375/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-11-01T16:21:17.5501000Z [2376/7871] 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-11-01T16:21:17.5982334Z [2377/7871] 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-11-01T16:21:17.6031814Z [2378/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-11-01T16:21:17.6043210Z [2379/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-11-01T16:21:17.6113281Z [2380/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-11-01T16:21:17.6276939Z [2381/7871] 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-11-01T16:21:17.6501679Z [2382/7871] 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-11-01T16:21:17.6652220Z [2383/7871] 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-11-01T16:21:17.6717881Z [2384/7871] 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-11-01T16:21:17.6983134Z [2385/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2024-11-01T16:21:17.6996177Z [2386/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-11-01T16:21:17.7089763Z [2387/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-11-01T16:21:17.7166339Z [2388/7871] 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-11-01T16:21:17.7244299Z [2389/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-11-01T16:21:17.7536156Z [2390/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-11-01T16:21:17.7631200Z [2391/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2024-11-01T16:21:17.7878349Z [2392/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-11-01T16:21:17.7938313Z [2393/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2024-11-01T16:21:17.8199132Z [2394/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-11-01T16:21:17.8210311Z [2395/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-11-01T16:21:17.8374207Z [2396/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-11-01T16:21:17.8468917Z [2397/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-11-01T16:21:17.8512218Z [2398/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-11-01T16:21:17.8621609Z [2399/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-11-01T16:21:17.8688580Z [2400/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-11-01T16:21:17.8835302Z [2401/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-11-01T16:21:17.9069182Z [2402/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-11-01T16:21:17.9160259Z [2403/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-11-01T16:21:17.9330247Z [2404/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-11-01T16:21:17.9402717Z [2405/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-11-01T16:21:17.9565925Z [2406/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-11-01T16:21:17.9610790Z [2407/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-11-01T16:21:17.9622576Z [2408/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-11-01T16:21:17.9778029Z [2409/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-11-01T16:21:17.9883290Z [2410/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-11-01T16:21:18.0357881Z [2411/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-11-01T16:21:18.0401109Z [2412/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-11-01T16:21:18.0458688Z [2413/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u8.c.obj 2024-11-01T16:21:18.0561114Z [2414/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-11-01T16:21:18.0743530Z [2415/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u8.c.obj 2024-11-01T16:21:18.0755961Z [2416/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u8.c.obj 2024-11-01T16:21:18.0806982Z [2417/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u8.c.obj 2024-11-01T16:21:18.0864667Z [2418/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u16.c.obj 2024-11-01T16:21:18.1205021Z [2419/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u16.c.obj 2024-11-01T16:21:18.1341078Z [2420/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-11-01T16:21:18.1443578Z [2421/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u16.c.obj 2024-11-01T16:21:18.1461370Z [2422/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u16.c.obj 2024-11-01T16:21:18.1807983Z [2423/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-11-01T16:21:18.1863402Z [2424/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-11-01T16:21:18.1875286Z [2425/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-11-01T16:21:18.1886365Z [2426/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-11-01T16:21:18.2098330Z [2427/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-11-01T16:21:18.2146336Z [2428/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-11-01T16:21:18.2375651Z [2429/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u16.c.obj 2024-11-01T16:21:18.2519151Z [2430/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u8.c.obj 2024-11-01T16:21:18.2823977Z [2431/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u16.c.obj 2024-11-01T16:21:18.2873720Z [2432/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-11-01T16:21:18.2935229Z [2433/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u8.c.obj 2024-11-01T16:21:18.3008514Z [2434/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u16.c.obj 2024-11-01T16:21:18.3143793Z [2435/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u8.c.obj 2024-11-01T16:21:18.3308391Z [2436/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u8.c.obj 2024-11-01T16:21:18.3425537Z [2437/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u16.c.obj 2024-11-01T16:21:18.3821918Z [2438/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u8.c.obj 2024-11-01T16:21:18.3874352Z [2439/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-11-01T16:21:18.4298687Z [2440/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u16.c.obj 2024-11-01T16:21:18.4310224Z [2441/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-11-01T16:21:18.4560290Z [2442/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-11-01T16:21:18.4813871Z [2443/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2024-11-01T16:21:18.4825882Z [2444/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-11-01T16:21:18.4935659Z [2445/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-11-01T16:21:18.5077550Z [2446/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u8.c.obj 2024-11-01T16:21:18.5127113Z [2447/7871] 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-11-01T16:21:18.5138474Z [2448/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-11-01T16:21:18.5336144Z [2449/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2024-11-01T16:21:18.5575546Z [2450/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u16.c.obj 2024-11-01T16:21:18.5795055Z [2451/7871] 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-11-01T16:21:18.5900137Z [2452/7871] 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-11-01T16:21:18.6158825Z [2453/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2024-11-01T16:21:18.6329614Z [2454/7871] 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-11-01T16:21:18.6535582Z [2455/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2024-11-01T16:21:18.6766511Z [2456/7871] 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-11-01T16:21:18.6777998Z [2457/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2024-11-01T16:21:18.6788372Z [2458/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2024-11-01T16:21:18.7048270Z [2459/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2024-11-01T16:21:18.7061071Z [2460/7871] 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-11-01T16:21:18.7110592Z [2461/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-11-01T16:21:18.7359608Z [2462/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-11-01T16:21:18.7409389Z [2463/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u48.c.obj 2024-11-01T16:21:18.7755521Z [2464/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u40.c.obj 2024-11-01T16:21:18.7839128Z [2465/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-11-01T16:21:18.7933521Z [2466/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-11-01T16:21:18.8013958Z [2467/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-11-01T16:21:18.8253732Z [2468/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2024-11-01T16:21:18.8296900Z [2469/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-11-01T16:21:18.8384694Z [2470/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-11-01T16:21:18.8726338Z [2471/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-11-01T16:21:18.8772270Z [2472/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-11-01T16:21:18.8783444Z [2473/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-11-01T16:21:18.9004052Z [2474/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-11-01T16:21:18.9251510Z [2475/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-11-01T16:21:18.9367857Z [2476/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-11-01T16:21:18.9637027Z [2477/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-11-01T16:21:18.9717686Z [2478/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-11-01T16:21:18.9831695Z [2479/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-11-01T16:21:18.9933276Z [2480/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-11-01T16:21:19.0033304Z [2481/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-11-01T16:21:19.0046578Z [2482/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-11-01T16:21:19.0309495Z [2483/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-11-01T16:21:19.0329984Z [2484/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-11-01T16:21:19.0892729Z [2485/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-11-01T16:21:19.1052305Z [2486/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-11-01T16:21:19.1180172Z [2487/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2024-11-01T16:21:19.1191112Z [2488/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2024-11-01T16:21:19.1393609Z [2489/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2024-11-01T16:21:19.1567018Z [2490/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2024-11-01T16:21:19.1641775Z [2491/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u48.c.obj 2024-11-01T16:21:19.1686047Z [2492/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u40.c.obj 2024-11-01T16:21:19.1811071Z [2493/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u56.c.obj 2024-11-01T16:21:19.2059494Z [2494/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u72.c.obj 2024-11-01T16:21:19.2072189Z [2495/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2024-11-01T16:21:19.2222468Z [2496/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u64.c.obj 2024-11-01T16:21:19.2439192Z [2497/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u80.c.obj 2024-11-01T16:21:19.2489938Z [2498/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2024-11-01T16:21:19.2925976Z [2499/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u64.c.obj 2024-11-01T16:21:19.3033356Z [2500/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2024-11-01T16:21:19.3183849Z [2501/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2024-11-01T16:21:19.3226376Z [2502/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u56.c.obj 2024-11-01T16:21:19.3618214Z [2503/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u48.c.obj 2024-11-01T16:21:19.3630458Z [2504/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u40.c.obj 2024-11-01T16:21:19.3800613Z [2505/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-11-01T16:21:19.3920936Z [2506/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u72.c.obj 2024-11-01T16:21:19.3965672Z [2507/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2024-11-01T16:21:19.4016635Z [2508/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2024-11-01T16:21:19.4324866Z [2509/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u80.c.obj 2024-11-01T16:21:19.4382457Z [2510/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2024-11-01T16:21:19.4623025Z [2511/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-11-01T16:21:19.4795469Z [2512/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2024-11-01T16:21:19.5483665Z [2513/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-6-nr.c.obj 2024-11-01T16:21:19.5674398Z [2514/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-6-div.c.obj 2024-11-01T16:21:19.5993037Z [2515/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-11-01T16:21:19.6262356Z [2516/7871] 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-11-01T16:21:19.6460067Z [2517/7871] 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-11-01T16:21:19.6633207Z [2518/7871] 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-11-01T16:21:19.6859625Z [2519/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2024-11-01T16:21:19.7719853Z [2520/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2024-11-01T16:21:19.7907994Z [2521/7871] 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-11-01T16:21:19.8116639Z [2522/7871] 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-11-01T16:21:19.8316554Z [2523/7871] 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-11-01T16:21:19.8832220Z [2524/7871] 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-11-01T16:21:19.9214053Z [2525/7871] 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-11-01T16:21:19.9956419Z [2526/7871] 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-11-01T16:21:20.0503402Z [2527/7871] 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-11-01T16:21:20.1207112Z [2528/7871] 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-11-01T16:21:20.2004825Z [2529/7871] 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-11-01T16:21:20.2296725Z [2530/7871] 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-11-01T16:21:20.3105215Z [2531/7871] 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-11-01T16:21:20.3537317Z [2532/7871] 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-11-01T16:21:20.3701232Z [2533/7871] 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-11-01T16:21:20.4018047Z [2534/7871] 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-11-01T16:21:20.4455965Z [2535/7871] 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-11-01T16:21:20.5215255Z [2536/7871] 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-11-01T16:21:21.1425549Z [2537/7871] 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-11-01T16:21:21.1831043Z [2538/7871] 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-11-01T16:21:21.2026332Z [2539/7871] 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-11-01T16:21:21.2346471Z [2540/7871] 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-11-01T16:21:21.2654466Z [2541/7871] 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-11-01T16:21:21.3256142Z [2542/7871] 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-11-01T16:21:21.3489266Z [2543/7871] 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-11-01T16:21:21.3955035Z [2544/7871] 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-11-01T16:21:21.4156374Z [2545/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:21.4564832Z [2546/7871] 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-11-01T16:21:21.4892273Z [2547/7871] 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-11-01T16:21:21.5070016Z [2548/7871] 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-11-01T16:21:21.5544398Z [2549/7871] 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-11-01T16:21:21.5743546Z [2550/7871] 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-11-01T16:21:21.6631868Z [2551/7871] 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-11-01T16:21:21.7326602Z [2552/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:21.7553024Z [2553/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:21.7711527Z [2554/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:21.8637402Z [2555/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:21.9020038Z [2556/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:21.9272878Z [2557/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:21.9770537Z [2558/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:22.0045717Z [2559/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.0417203Z [2560/7871] 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-11-01T16:21:22.0673001Z [2561/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.1041101Z [2562/7871] 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-11-01T16:21:22.1491351Z [2563/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.1786033Z [2564/7871] 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-11-01T16:21:22.2007669Z [2565/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:22.2212582Z [2566/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:22.2635514Z [2567/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.2947956Z [2568/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:22.3220591Z [2569/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.4008175Z [2570/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:22.4078555Z [2571/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.4127705Z [2572/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-11-01T16:21:22.4176319Z [2573/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.4473936Z [2574/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-11-01T16:21:22.4577363Z [2575/7871] 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-11-01T16:21:22.4793427Z [2576/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:22.5045007Z [2577/7871] 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-11-01T16:21:22.5136895Z [2578/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-11-01T16:21:22.5359318Z [2579/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-11-01T16:21:22.5644623Z [2580/7871] 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-11-01T16:21:22.5658755Z [2581/7871] 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-11-01T16:21:22.5795644Z [2582/7871] 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-11-01T16:21:22.5883596Z [2583/7871] 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-11-01T16:21:22.6019684Z [2584/7871] 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-11-01T16:21:22.6033396Z [2585/7871] 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-11-01T16:21:22.6246541Z [2586/7871] 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-11-01T16:21:22.6540831Z [2587/7871] 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-11-01T16:21:22.6587766Z [2588/7871] 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-11-01T16:21:22.6763961Z [2589/7871] 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-11-01T16:21:22.6983315Z [2590/7871] 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-11-01T16:21:22.7071979Z [2591/7871] 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-11-01T16:21:22.7129051Z [2592/7871] 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-11-01T16:21:22.7510795Z [2593/7871] 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-11-01T16:21:22.7576895Z [2594/7871] 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-11-01T16:21:22.7690736Z [2595/7871] 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-11-01T16:21:22.8005383Z [2596/7871] 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-11-01T16:21:22.8141785Z [2597/7871] 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-11-01T16:21:22.8154415Z [2598/7871] 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-11-01T16:21:22.8365808Z [2599/7871] 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-11-01T16:21:22.8526536Z [2600/7871] 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-11-01T16:21:22.8602279Z [2601/7871] 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-11-01T16:21:22.8999074Z [2602/7871] 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-11-01T16:21:22.9192757Z [2603/7871] 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-11-01T16:21:22.9373218Z [2604/7871] 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-11-01T16:21:22.9537004Z [2605/7871] 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-11-01T16:21:22.9660998Z [2606/7871] 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-11-01T16:21:22.9714082Z [2607/7871] 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-11-01T16:21:22.9853891Z [2608/7871] 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-11-01T16:21:23.0124343Z [2609/7871] 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-11-01T16:21:23.0189409Z [2610/7871] 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-11-01T16:21:23.0511783Z [2611/7871] 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-11-01T16:21:23.0607994Z [2612/7871] 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-11-01T16:21:23.0706454Z [2613/7871] 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-11-01T16:21:23.0867114Z [2614/7871] 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-11-01T16:21:23.1103245Z [2615/7871] 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-11-01T16:21:23.1241891Z [2616/7871] 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-11-01T16:21:23.1566767Z [2617/7871] 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-11-01T16:21:23.1577992Z [2618/7871] 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-11-01T16:21:23.1745048Z [2619/7871] 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-11-01T16:21:23.1793838Z [2620/7871] 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-11-01T16:21:23.2069158Z [2621/7871] 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-11-01T16:21:23.2173180Z [2622/7871] 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-11-01T16:21:23.2222345Z [2623/7871] 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-11-01T16:21:23.2321834Z [2624/7871] 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-11-01T16:21:23.2729415Z [2625/7871] 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-11-01T16:21:23.2872489Z [2626/7871] 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-11-01T16:21:23.2884925Z [2627/7871] 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-11-01T16:21:23.2997920Z [2628/7871] 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-11-01T16:21:23.3178690Z [2629/7871] 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-11-01T16:21:23.3508612Z [2630/7871] 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-11-01T16:21:23.3648427Z [2631/7871] 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-11-01T16:21:23.3699033Z [2632/7871] 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-11-01T16:21:23.3875223Z [2633/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:21:23.3888806Z [2634/7871] 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-11-01T16:21:23.4165593Z [2635/7871] 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-11-01T16:21:23.4219380Z [2636/7871] 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-11-01T16:21:23.4533858Z [2637/7871] 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-11-01T16:21:23.4608516Z [2638/7871] 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-11-01T16:21:23.4927464Z [2639/7871] 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-11-01T16:21:23.5059089Z [2640/7871] 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-11-01T16:21:23.5274225Z [2641/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2024-11-01T16:21:23.5289048Z [2642/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2024-11-01T16:21:23.5351795Z [2643/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2024-11-01T16:21:23.5471425Z [2644/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:21:23.5520310Z [2645/7871] 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-11-01T16:21:23.5583036Z [2646/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2024-11-01T16:21:23.5913263Z [2647/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:21:23.6064659Z [2648/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:21:23.6148139Z [2649/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:21:23.6197944Z [2650/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2024-11-01T16:21:23.6424948Z [2651/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2024-11-01T16:21:23.6468736Z [2652/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:21:23.6525215Z [2653/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:21:23.6537818Z [2654/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:21:23.6983100Z [2655/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-11-01T16:21:23.7286496Z [2656/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2024-11-01T16:21:23.7329517Z [2657/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2024-11-01T16:21:23.7397032Z [2658/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-11-01T16:21:23.7417767Z [2659/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-11-01T16:21:23.7469267Z [2660/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-11-01T16:21:23.7597949Z [2661/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-11-01T16:21:23.7609345Z [2662/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-11-01T16:21:23.7883028Z [2663/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-11-01T16:21:23.8190109Z [2664/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-11-01T16:21:23.8305309Z [2665/7871] 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-11-01T16:21:23.8479526Z [2666/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u4.c.obj 2024-11-01T16:21:23.8525119Z [2667/7871] 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-11-01T16:21:23.8536607Z [2668/7871] 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-11-01T16:21:23.8579230Z [2669/7871] 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-11-01T16:21:23.8759665Z [2670/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u8.c.obj 2024-11-01T16:21:23.8986922Z [2671/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-11-01T16:21:23.9040680Z [2672/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u16.c.obj 2024-11-01T16:21:23.9485440Z [2673/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:23.9697634Z [2674/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:23.9799487Z [2675/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:23.9955271Z [2676/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-11-01T16:21:24.0153873Z [2677/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:24.0301545Z [2678/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:24.0479039Z [2679/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:21:24.0603197Z [2680/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:24.0650665Z [2681/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:21:24.0775855Z [2682/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-11-01T16:21:24.0932753Z [2683/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.1101273Z [2684/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-11-01T16:21:24.1174462Z [2685/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-11-01T16:21:24.1656911Z [2686/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.1869125Z [2687/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.1947825Z [2688/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.2100761Z [2689/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.2244732Z [2690/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.2299050Z [2691/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.2525031Z [2692/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.2773892Z [2693/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.3222014Z [2694/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.3390138Z [2695/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.3454211Z [2696/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.3607333Z [2697/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.3656445Z [2698/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.3669717Z [2699/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.3767108Z [2700/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.4038031Z [2701/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.4548149Z [2702/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.4904540Z [2703/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.4959309Z [2704/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.5102646Z [2705/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.5115926Z [2706/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.5435352Z [2707/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.5486729Z [2708/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.5843366Z [2709/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.6128587Z [2710/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.6311138Z [2711/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.6322803Z [2712/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.6501094Z [2713/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.6557548Z [2714/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.6846947Z [2715/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.7050480Z [2716/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.7197791Z [2717/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.7586654Z [2718/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.7601988Z [2719/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.7648640Z [2720/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.7796606Z [2721/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.7877356Z [2722/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.8174528Z [2723/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.8349715Z [2724/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:21:24.8586896Z [2725/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:21:24.8656596Z [2726/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:21:24.8700229Z [2727/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:21:24.8980412Z [2728/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:21:24.9076762Z [2729/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.9156422Z [2730/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.9469888Z [2731/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.9597677Z [2732/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:21:24.9706301Z [2733/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:21:24.9760080Z [2734/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:21:24.9931227Z [2735/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:21:24.9978703Z [2736/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-11-01T16:21:25.0275745Z [2737/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-11-01T16:21:25.0477496Z [2738/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:21:25.0537558Z [2739/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-11-01T16:21:25.0581996Z [2740/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-11-01T16:21:25.0652965Z [2741/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-11-01T16:21:25.0716495Z [2742/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-11-01T16:21:25.0762023Z [2743/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-11-01T16:21:25.0811794Z [2744/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-11-01T16:21:25.1394783Z [2745/7871] 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-11-01T16:21:25.1439926Z [2746/7871] 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-11-01T16:21:25.1451593Z [2747/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-11-01T16:21:25.1498984Z [2748/7871] 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-11-01T16:21:25.1509741Z [2749/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2024-11-01T16:21:25.1745519Z [2750/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-11-01T16:21:25.1792974Z [2751/7871] 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-11-01T16:21:25.1915135Z [2752/7871] 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-11-01T16:21:25.2363455Z [2753/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-11-01T16:21:25.2375228Z [2754/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2024-11-01T16:21:25.2636596Z [2755/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2024-11-01T16:21:25.2740826Z [2756/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-11-01T16:21:25.2788735Z [2757/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2024-11-01T16:21:25.2966931Z [2758/7871] 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-11-01T16:21:25.3057647Z [2759/7871] 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-11-01T16:21:25.3085074Z [2760/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-11-01T16:21:25.3428919Z [2761/7871] 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-11-01T16:21:25.3442474Z [2762/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-11-01T16:21:25.3726028Z [2763/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2024-11-01T16:21:25.3775237Z [2764/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-11-01T16:21:25.4006911Z [2765/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-11-01T16:21:25.4018582Z [2766/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-11-01T16:21:25.4454024Z [2767/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-11-01T16:21:25.4514841Z [2768/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-11-01T16:21:25.4529263Z [2769/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-11-01T16:21:25.4613643Z [2770/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-11-01T16:21:25.4995365Z [2771/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-11-01T16:21:25.5048927Z [2772/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-11-01T16:21:25.5227172Z [2773/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-11-01T16:21:25.5240086Z [2774/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-11-01T16:21:25.5283796Z [2775/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-11-01T16:21:25.5295328Z [2776/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-11-01T16:21:25.5591271Z [2777/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2024-11-01T16:21:25.5729699Z [2778/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-11-01T16:21:25.6012628Z [2779/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-11-01T16:21:25.6086233Z [2780/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2024-11-01T16:21:25.6168931Z [2781/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2024-11-01T16:21:25.6217525Z [2782/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2024-11-01T16:21:25.6539663Z [2783/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-11-01T16:21:25.6681689Z [2784/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2024-11-01T16:21:25.6727333Z [2785/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:25.6775465Z [2786/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-11-01T16:21:25.7090364Z [2787/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:25.7102646Z [2788/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-11-01T16:21:25.7115487Z [2789/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c8.c.obj 2024-11-01T16:21:25.7399320Z [2790/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2024-11-01T16:21:25.7499805Z [2791/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-11-01T16:21:25.7515718Z [2792/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2024-11-01T16:21:25.7662279Z [2793/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c24.c.obj 2024-11-01T16:21:25.7942370Z [2794/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c32.c.obj 2024-11-01T16:21:25.8022431Z [2795/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c32.c.obj 2024-11-01T16:21:25.8240274Z [2796/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c16.c.obj 2024-11-01T16:21:25.8375116Z [2797/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-11-01T16:21:25.8474990Z [2798/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c24.c.obj 2024-11-01T16:21:25.8526901Z [2799/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u16.c.obj 2024-11-01T16:21:25.8540270Z [2800/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c16.c.obj 2024-11-01T16:21:25.8688965Z [2801/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c8.c.obj 2024-11-01T16:21:25.8704292Z [2802/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-11-01T16:21:25.8865254Z [2803/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u8.c.obj 2024-11-01T16:21:25.9233238Z [2804/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-11-01T16:21:25.9407119Z [2805/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u8.c.obj 2024-11-01T16:21:25.9521782Z [2806/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u8.c.obj 2024-11-01T16:21:25.9543903Z [2807/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u8.c.obj 2024-11-01T16:21:25.9588843Z [2808/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u16.c.obj 2024-11-01T16:21:25.9601854Z [2809/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-11-01T16:21:25.9759170Z [2810/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.0293467Z [2811/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-11-01T16:21:26.0352436Z [2812/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.0412909Z [2813/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-11-01T16:21:26.0459167Z [2814/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-11-01T16:21:26.0689043Z [2815/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u8.c.obj 2024-11-01T16:21:26.0909665Z [2816/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-11-01T16:21:26.0955236Z [2817/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-11-01T16:21:26.1111968Z [2818/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-11-01T16:21:26.1285256Z [2819/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.1485190Z [2820/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-11-01T16:21:26.1578918Z [2821/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-11-01T16:21:26.1627514Z [2822/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u8.c.obj 2024-11-01T16:21:26.1859159Z [2823/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u8.c.obj 2024-11-01T16:21:26.2046821Z [2824/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u8.c.obj 2024-11-01T16:21:26.2098614Z [2825/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.2427821Z [2826/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-11-01T16:21:26.2565999Z [2827/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u8.c.obj 2024-11-01T16:21:26.2621311Z [2828/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.2633037Z [2829/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.2644033Z [2830/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-11-01T16:21:26.3002192Z [2831/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u8.c.obj 2024-11-01T16:21:26.3242135Z [2832/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-11-01T16:21:26.3380180Z [2833/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-11-01T16:21:26.3459196Z [2834/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-11-01T16:21:26.3580834Z [2835/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.3664438Z [2836/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-11-01T16:21:26.4012635Z [2837/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u16.c.obj 2024-11-01T16:21:26.4066770Z [2838/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-11-01T16:21:26.4080706Z [2839/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-11-01T16:21:26.4541848Z [2840/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-11-01T16:21:26.4590495Z [2841/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-11-01T16:21:26.4701944Z [2842/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-11-01T16:21:26.5007045Z [2843/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-11-01T16:21:26.5052379Z [2844/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-11-01T16:21:26.5392668Z [2845/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2024-11-01T16:21:26.5521137Z [2846/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-11-01T16:21:26.5621876Z [2847/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-11-01T16:21:26.5715433Z [2848/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-11-01T16:21:26.5727202Z [2849/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-11-01T16:21:26.5892906Z [2850/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2024-11-01T16:21:26.5971410Z [2851/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-11-01T16:21:26.6373244Z [2852/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-11-01T16:21:26.6418884Z [2853/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-11-01T16:21:26.6742680Z [2854/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-11-01T16:21:26.6845848Z [2855/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-11-01T16:21:26.6896668Z [2856/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2024-11-01T16:21:26.7097052Z [2857/7871] 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-11-01T16:21:26.7143055Z [2858/7871] 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-11-01T16:21:26.7200148Z [2859/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-11-01T16:21:26.7291278Z [2860/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-11-01T16:21:26.7587787Z [2861/7871] 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-11-01T16:21:26.7799007Z [2862/7871] 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-11-01T16:21:26.7919619Z [2863/7871] 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-11-01T16:21:26.7935728Z [2864/7871] 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-11-01T16:21:26.8006598Z [2865/7871] 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-11-01T16:21:26.8107082Z [2866/7871] 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-11-01T16:21:26.8206685Z [2867/7871] 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-11-01T16:21:26.8514444Z [2868/7871] 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-11-01T16:21:26.8787415Z [2869/7871] 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-11-01T16:21:26.8854431Z [2870/7871] 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-11-01T16:21:26.8918869Z [2871/7871] 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-11-01T16:21:26.9128984Z [2872/7871] 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-11-01T16:21:26.9140944Z [2873/7871] 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-11-01T16:21:26.9260365Z [2874/7871] 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-11-01T16:21:26.9326773Z [2875/7871] 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-11-01T16:21:26.9738267Z [2876/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-11-01T16:21:26.9798500Z [2877/7871] 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-11-01T16:21:26.9854820Z [2878/7871] 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-11-01T16:21:27.0232111Z [2879/7871] 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-11-01T16:21:27.0246865Z [2880/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-11-01T16:21:27.0597750Z [2881/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-11-01T16:21:27.0720984Z [2882/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-11-01T16:21:27.0771576Z [2883/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-11-01T16:21:27.0839397Z [2884/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-11-01T16:21:27.0915892Z [2885/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-11-01T16:21:27.1085714Z [2886/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-11-01T16:21:27.1339863Z [2887/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-11-01T16:21:27.1548822Z [2888/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-11-01T16:21:27.1633310Z [2889/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-11-01T16:21:27.1689633Z [2890/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-11-01T16:21:27.2009123Z [2891/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:27.2115749Z [2892/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:27.2204216Z [2893/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:27.2547509Z [2894/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:27.2564179Z [2895/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:27.2755675Z [2896/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.2799280Z [2897/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-11-01T16:21:27.2979846Z [2898/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:27.3281177Z [2899/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-11-01T16:21:27.3535342Z [2900/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.3548071Z [2901/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.3804334Z [2902/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.4071759Z [2903/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.4150732Z [2904/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-11-01T16:21:27.4212856Z [2905/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.4367935Z [2906/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.4443120Z [2907/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-11-01T16:21:27.4871448Z [2908/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.5106946Z [2909/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.5352519Z [2910/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.5505949Z [2911/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.5560981Z [2912/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.5645431Z [2913/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.5657330Z [2914/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.5704550Z [2915/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.6075403Z [2916/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.6410585Z [2917/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.6596260Z [2918/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.6611339Z [2919/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.6714428Z [2920/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.6763980Z [2921/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-11-01T16:21:27.6860180Z [2922/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.7044048Z [2923/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.7614597Z [2924/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:27.7721888Z [2925/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-11-01T16:21:27.7808038Z [2926/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.7865254Z [2927/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.7911043Z [2928/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-11-01T16:21:27.7980743Z [2929/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.8080031Z [2930/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.8092701Z [2931/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-11-01T16:21:27.8796331Z [2932/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-11-01T16:21:27.8911413Z [2933/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-11-01T16:21:27.8976301Z [2934/7871] 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-11-01T16:21:27.8990414Z [2935/7871] 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-11-01T16:21:27.9034126Z [2936/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-11-01T16:21:27.9110484Z [2937/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:27.9253416Z [2938/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-11-01T16:21:27.9419560Z [2939/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-11-01T16:21:27.9772506Z [2940/7871] 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-11-01T16:21:27.9869190Z [2941/7871] 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-11-01T16:21:27.9918694Z [2942/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-11-01T16:21:28.0096585Z [2943/7871] 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-11-01T16:21:28.0141612Z [2944/7871] 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-11-01T16:21:28.0197329Z [2945/7871] 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-11-01T16:21:28.0250895Z [2946/7871] 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-11-01T16:21:28.0411189Z [2947/7871] 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-11-01T16:21:28.0776842Z [2948/7871] 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-11-01T16:21:28.1034161Z [2949/7871] 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-11-01T16:21:28.1096851Z [2950/7871] 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-11-01T16:21:28.1108427Z [2951/7871] 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-11-01T16:21:28.1207162Z [2952/7871] 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-11-01T16:21:28.1311140Z [2953/7871] 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-11-01T16:21:28.1364019Z [2954/7871] 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-11-01T16:21:28.1630360Z [2955/7871] 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-11-01T16:21:28.1787053Z [2956/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-11-01T16:21:28.1995790Z [2957/7871] 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-11-01T16:21:28.2049768Z [2958/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-11-01T16:21:28.2232207Z [2959/7871] 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-11-01T16:21:28.2301424Z [2960/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-11-01T16:21:28.2561798Z [2961/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-11-01T16:21:28.2688159Z [2962/7871] 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-11-01T16:21:28.2846032Z [2963/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-11-01T16:21:28.2933957Z [2964/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-11-01T16:21:28.3021879Z [2965/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-11-01T16:21:28.3306836Z [2966/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-11-01T16:21:28.3631413Z [2967/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.3643176Z [2968/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-11-01T16:21:28.3656767Z [2969/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-11-01T16:21:28.4071313Z [2970/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-11-01T16:21:28.4084219Z [2971/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.4577510Z [2972/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.4630365Z [2973/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-11-01T16:21:28.4684708Z [2974/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-11-01T16:21:28.4696675Z [2975/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.5000239Z [2976/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.5063749Z [2977/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.5311609Z [2978/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.5408389Z [2979/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-11-01T16:21:28.5675117Z [2980/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.6035791Z [2981/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.6048208Z [2982/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:28.6193968Z [2983/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:28.6243360Z [2984/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:28.6637769Z [2985/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:28.6699590Z [2986/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:28.6712831Z [2987/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.6790006Z [2988/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.7095907Z [2989/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.7242947Z [2990/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-11-01T16:21:28.7710331Z [2991/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:21:28.7754984Z [2992/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-11-01T16:21:28.7830809Z [2993/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.7899019Z [2994/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.7910940Z [2995/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:21:28.7960552Z [2996/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-11-01T16:21:28.8233544Z [2997/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.8390209Z [2998/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.8983674Z [2999/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-11-01T16:21:28.8995800Z [3000/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.9066294Z [3001/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.9228627Z [3002/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.9381763Z [3003/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.9644575Z [3004/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:28.9861833Z [3005/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.0228791Z [3006/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.0520411Z [3007/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.0564522Z [3008/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.0613888Z [3009/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.0666125Z [3010/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.0965818Z [3011/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1329143Z [3012/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1382403Z [3013/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1511809Z [3014/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1635174Z [3015/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1882897Z [3016/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1938890Z [3017/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1950496Z [3018/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.1999994Z [3019/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.2458869Z [3020/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.2471140Z [3021/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.2606692Z [3022/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.2672795Z [3023/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.2831154Z [3024/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3117394Z [3025/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3198089Z [3026/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3470604Z [3027/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3540325Z [3028/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3625865Z [3029/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3786689Z [3030/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3866308Z [3031/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.3877994Z [3032/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.4221950Z [3033/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.4480154Z [3034/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2024-11-01T16:21:29.4546539Z [3035/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.4660994Z [3036/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.4737062Z [3037/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.4851164Z [3038/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.4899951Z [3039/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2024-11-01T16:21:29.5291179Z [3040/7871] 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-11-01T16:21:29.5341669Z [3041/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:21:29.5759162Z [3042/7871] 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-11-01T16:21:29.5810391Z [3043/7871] 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-11-01T16:21:29.5821773Z [3044/7871] 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-11-01T16:21:29.5964378Z [3045/7871] 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-11-01T16:21:29.5977559Z [3046/7871] 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-11-01T16:21:29.6400982Z [3047/7871] 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-11-01T16:21:29.6487674Z [3048/7871] 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-11-01T16:21:29.6573104Z [3049/7871] 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-11-01T16:21:29.6889944Z [3050/7871] 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-11-01T16:21:29.6963449Z [3051/7871] 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-11-01T16:21:29.7100169Z [3052/7871] 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-11-01T16:21:29.7154854Z [3053/7871] 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-11-01T16:21:29.7549042Z [3054/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2024-11-01T16:21:29.7767581Z [3055/7871] 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-11-01T16:21:29.7827026Z [3056/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-11-01T16:21:29.7881436Z [3057/7871] 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-11-01T16:21:29.7952047Z [3058/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-11-01T16:21:29.8207844Z [3059/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-11-01T16:21:29.8223220Z [3060/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-11-01T16:21:29.8470183Z [3061/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2024-11-01T16:21:29.8670270Z [3062/7871] 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-11-01T16:21:29.8713174Z [3063/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2024-11-01T16:21:29.8760396Z [3064/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2024-11-01T16:21:29.8772582Z [3065/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2024-11-01T16:21:29.9211022Z [3066/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-11-01T16:21:29.9378688Z [3067/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2024-11-01T16:21:29.9447554Z [3068/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-6-div.c.obj 2024-11-01T16:21:29.9605298Z [3069/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-6-nr.c.obj 2024-11-01T16:21:30.0013858Z [3070/7871] 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-11-01T16:21:30.0079824Z [3071/7871] 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-11-01T16:21:30.0147488Z [3072/7871] 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-11-01T16:21:30.0194408Z [3073/7871] 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-11-01T16:21:30.0246360Z [3074/7871] 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-11-01T16:21:30.0316549Z [3075/7871] 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-11-01T16:21:30.0683693Z [3076/7871] 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-11-01T16:21:30.0859701Z [3077/7871] 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-11-01T16:21:30.1172839Z [3078/7871] 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-11-01T16:21:30.1270872Z [3079/7871] 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-11-01T16:21:30.1358776Z [3080/7871] 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-11-01T16:21:30.1411335Z [3081/7871] 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-11-01T16:21:30.1629038Z [3082/7871] 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-11-01T16:21:30.1677209Z [3083/7871] 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-11-01T16:21:30.1856971Z [3084/7871] 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-11-01T16:21:30.1928374Z [3085/7871] 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-11-01T16:21:30.2303052Z [3086/7871] 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-11-01T16:21:30.2534502Z [3087/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.2609905Z [3088/7871] 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-11-01T16:21:30.2661840Z [3089/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.2827470Z [3090/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.2840055Z [3091/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.3388235Z [3092/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.3400766Z [3093/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.3449140Z [3094/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.3554239Z [3095/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.3942364Z [3096/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4028589Z [3097/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4234398Z [3098/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4409581Z [3099/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4643166Z [3100/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4708856Z [3101/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4868481Z [3102/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2024-11-01T16:21:30.4880231Z [3103/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.4891355Z [3104/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.5235019Z [3105/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-11-01T16:21:30.5302685Z [3106/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.5441815Z [3107/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:21:30.5526498Z [3108/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-11-01T16:21:30.5634040Z [3109/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-11-01T16:21:30.5674856Z [3110/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-11-01T16:21:30.5786944Z [3111/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-11-01T16:21:30.5967373Z [3112/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-11-01T16:21:30.6018366Z [3113/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-11-01T16:21:30.6428321Z [3114/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2024-11-01T16:21:30.6540785Z [3115/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-11-01T16:21:30.6552688Z [3116/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2024-11-01T16:21:30.6603102Z [3117/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2024-11-01T16:21:30.6810703Z [3118/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2024-11-01T16:21:30.6857012Z [3119/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2024-11-01T16:21:30.6917265Z [3120/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-11-01T16:21:30.7153110Z [3121/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2024-11-01T16:21:30.7239695Z [3122/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2024-11-01T16:21:30.7453254Z [3123/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-11-01T16:21:30.7575259Z [3124/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-11-01T16:21:30.7657018Z [3125/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-11-01T16:21:30.7829684Z [3126/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-11-01T16:21:30.7885700Z [3127/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2024-11-01T16:21:30.7932870Z [3128/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2024-11-01T16:21:30.8035880Z [3129/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2024-11-01T16:21:30.8201653Z [3130/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2024-11-01T16:21:30.8420802Z [3131/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-11-01T16:21:30.8467439Z [3132/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2024-11-01T16:21:30.8636233Z [3133/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-11-01T16:21:30.8787308Z [3134/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2024-11-01T16:21:30.8833796Z [3135/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2024-11-01T16:21:30.8877758Z [3136/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2024-11-01T16:21:30.9116738Z [3137/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-11-01T16:21:30.9165961Z [3138/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2024-11-01T16:21:30.9299144Z [3139/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2024-11-01T16:21:30.9511263Z [3140/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-11-01T16:21:30.9595468Z [3141/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2024-11-01T16:21:30.9688534Z [3142/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2024-11-01T16:21:30.9812815Z [3143/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u40.c.obj 2024-11-01T16:21:30.9945381Z [3144/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2024-11-01T16:21:30.9959784Z [3145/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u64.c.obj 2024-11-01T16:21:31.0458727Z [3146/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.obj 2024-11-01T16:21:31.0560472Z [3147/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u56.c.obj 2024-11-01T16:21:31.0572669Z [3148/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u48.c.obj 2024-11-01T16:21:31.0634651Z [3149/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.obj 2024-11-01T16:21:31.0686625Z [3150/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.obj 2024-11-01T16:21:31.0753294Z [3151/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2024-11-01T16:21:31.1045389Z [3152/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2024-11-01T16:21:31.1151008Z [3153/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2024-11-01T16:21:31.1539944Z [3154/7871] 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-11-01T16:21:31.1552425Z [3155/7871] 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-11-01T16:21:31.1787953Z [3156/7871] 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-11-01T16:21:31.1799112Z [3157/7871] 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-11-01T16:21:31.1810131Z [3158/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.obj 2024-11-01T16:21:31.1856184Z [3159/7871] 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-11-01T16:21:31.2088105Z [3160/7871] 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-11-01T16:21:31.2385509Z [3161/7871] 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-11-01T16:21:31.2510649Z [3162/7871] 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-11-01T16:21:31.2607808Z [3163/7871] 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-11-01T16:21:31.2654872Z [3164/7871] 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-11-01T16:21:31.2700124Z [3165/7871] 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-11-01T16:21:31.3002060Z [3166/7871] 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-11-01T16:21:31.3209583Z [3167/7871] 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-11-01T16:21:31.3221633Z [3168/7871] 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-11-01T16:21:31.3362947Z [3169/7871] 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-11-01T16:21:31.3621113Z [3170/7871] 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-11-01T16:21:31.3688811Z [3171/7871] 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-11-01T16:21:31.3816327Z [3172/7871] 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-11-01T16:21:31.4126537Z [3173/7871] 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-11-01T16:21:31.4238219Z [3174/7871] 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-11-01T16:21:31.4395867Z [3175/7871] 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-11-01T16:21:31.4569375Z [3176/7871] 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-11-01T16:21:31.4614320Z [3177/7871] 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-11-01T16:21:31.4737964Z [3178/7871] 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-11-01T16:21:31.5258923Z [3179/7871] 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-11-01T16:21:31.5462922Z [3180/7871] 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-11-01T16:21:31.5523724Z [3181/7871] 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-11-01T16:21:31.5536719Z [3182/7871] 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-11-01T16:21:31.5547124Z [3183/7871] 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-11-01T16:21:31.5598677Z [3184/7871] 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-11-01T16:21:31.5833668Z [3185/7871] 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-11-01T16:21:31.6373002Z [3186/7871] 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-11-01T16:21:31.6442739Z [3187/7871] 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-11-01T16:21:31.6639542Z [3188/7871] 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-11-01T16:21:31.6745096Z [3189/7871] 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-11-01T16:21:31.6865211Z [3190/7871] 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-11-01T16:21:31.6912639Z [3191/7871] 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-11-01T16:21:31.6931651Z [3192/7871] 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-11-01T16:21:31.7513344Z [3193/7871] 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-11-01T16:21:31.7559475Z [3194/7871] 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-11-01T16:21:31.7886784Z [3195/7871] 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-11-01T16:21:31.8124832Z [3196/7871] 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-11-01T16:21:31.8288543Z [3197/7871] 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-11-01T16:21:31.8334194Z [3198/7871] 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-11-01T16:21:31.8345940Z [3199/7871] 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-11-01T16:21:31.8515175Z [3200/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-11-01T16:21:31.9033361Z [3201/7871] 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-11-01T16:21:31.9083807Z [3202/7871] 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-11-01T16:21:31.9095520Z [3203/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-11-01T16:21:31.9140414Z [3204/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-11-01T16:21:31.9325413Z [3205/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-11-01T16:21:31.9337388Z [3206/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-11-01T16:21:31.9467001Z [3207/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-11-01T16:21:31.9572805Z [3208/7871] 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-11-01T16:21:31.9913603Z [3209/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-11-01T16:21:31.9956709Z [3210/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2024-11-01T16:21:31.9971045Z [3211/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-11-01T16:21:32.0018173Z [3212/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-11-01T16:21:32.0317627Z [3213/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-11-01T16:21:32.0396578Z [3214/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2024-11-01T16:21:32.0761028Z [3215/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2024-11-01T16:21:32.0815815Z [3216/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-11-01T16:21:32.0875741Z [3217/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-11-01T16:21:32.0919528Z [3218/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2024-11-01T16:21:32.1119991Z [3219/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-11-01T16:21:32.1506073Z [3220/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2024-11-01T16:21:32.1645286Z [3221/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-11-01T16:21:32.1657628Z [3222/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2024-11-01T16:21:32.1706244Z [3223/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-11-01T16:21:32.1761776Z [3224/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-11-01T16:21:32.1774373Z [3225/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-11-01T16:21:32.1953026Z [3226/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-11-01T16:21:32.2345641Z [3227/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-11-01T16:21:32.2540610Z [3228/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-11-01T16:21:32.2833162Z [3229/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-11-01T16:21:32.3017863Z [3230/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-11-01T16:21:32.3057684Z [3231/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-11-01T16:21:32.3164660Z [3232/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32.c.obj 2024-11-01T16:21:32.3226071Z [3233/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.obj 2024-11-01T16:21:32.3290440Z [3234/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-11-01T16:21:32.3378221Z [3235/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2024-11-01T16:21:32.3607296Z [3236/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-11-01T16:21:32.3622629Z [3237/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.obj 2024-11-01T16:21:32.4088078Z [3238/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-11-01T16:21:32.4155039Z [3239/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2024-11-01T16:21:32.4203929Z [3240/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.obj 2024-11-01T16:21:32.4464418Z [3241/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.obj 2024-11-01T16:21:32.4508055Z [3242/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.obj 2024-11-01T16:21:32.4555711Z [3243/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.obj 2024-11-01T16:21:32.4641493Z [3244/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.obj 2024-11-01T16:21:32.4903443Z [3245/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.obj 2024-11-01T16:21:32.4999705Z [3246/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.obj 2024-11-01T16:21:32.5020764Z [3247/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.obj 2024-11-01T16:21:32.5073946Z [3248/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.obj 2024-11-01T16:21:32.5367944Z [3249/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.obj 2024-11-01T16:21:32.5582273Z [3250/7871] 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-11-01T16:21:32.5728285Z [3251/7871] 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-11-01T16:21:32.5781639Z [3252/7871] 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-11-01T16:21:32.5795664Z [3253/7871] 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-11-01T16:21:32.5914363Z [3254/7871] 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-11-01T16:21:32.5965054Z [3255/7871] 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-11-01T16:21:32.6069111Z [3256/7871] 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-11-01T16:21:32.6365470Z [3257/7871] 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-11-01T16:21:32.6576803Z [3258/7871] 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-11-01T16:21:32.6741274Z [3259/7871] 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-11-01T16:21:32.6811355Z [3260/7871] 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-11-01T16:21:32.6922388Z [3261/7871] 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-11-01T16:21:32.6937012Z [3262/7871] 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-11-01T16:21:32.7001173Z [3263/7871] 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-11-01T16:21:32.7014001Z [3264/7871] 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-11-01T16:21:32.7196724Z [3265/7871] 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-11-01T16:21:32.7555561Z [3266/7871] 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-11-01T16:21:32.7759146Z [3267/7871] 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-11-01T16:21:32.7905148Z [3268/7871] 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-11-01T16:21:32.7964255Z [3269/7871] 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-11-01T16:21:32.8161101Z [3270/7871] 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-11-01T16:21:32.8316594Z [3271/7871] 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-11-01T16:21:32.8372045Z [3272/7871] 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-11-01T16:21:32.8384750Z [3273/7871] 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-11-01T16:21:32.8901028Z [3274/7871] 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-11-01T16:21:32.9035014Z [3275/7871] 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-11-01T16:21:32.9047263Z [3276/7871] 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-11-01T16:21:32.9177306Z [3277/7871] 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-11-01T16:21:32.9262474Z [3278/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-11-01T16:21:32.9273507Z [3279/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-11-01T16:21:32.9356997Z [3280/7871] 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-11-01T16:21:32.9428755Z [3281/7871] 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-11-01T16:21:32.9843350Z [3282/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-11-01T16:21:33.0052658Z [3283/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-11-01T16:21:33.0170399Z [3284/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-11-01T16:21:33.0182583Z [3285/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2024-11-01T16:21:33.0227754Z [3286/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-11-01T16:21:33.0355685Z [3287/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-11-01T16:21:33.0406841Z [3288/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-11-01T16:21:33.0461536Z [3289/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-11-01T16:21:33.0746219Z [3290/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-11-01T16:21:33.0823259Z [3291/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-11-01T16:21:33.1125585Z [3292/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-11-01T16:21:33.1182865Z [3293/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-11-01T16:21:33.1249067Z [3294/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-11-01T16:21:33.1296171Z [3295/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-11-01T16:21:33.1350726Z [3296/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-11-01T16:21:33.1363214Z [3297/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-11-01T16:21:33.1575043Z [3298/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-11-01T16:21:33.1778528Z [3299/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-11-01T16:21:33.1919674Z [3300/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-11-01T16:21:33.2141859Z [3301/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-11-01T16:21:33.2271614Z [3302/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-11-01T16:21:33.2322369Z [3303/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-11-01T16:21:33.2367782Z [3304/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-11-01T16:21:33.2599102Z [3305/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-11-01T16:21:33.2677560Z [3306/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-11-01T16:21:33.2809066Z [3307/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-11-01T16:21:33.2879867Z [3308/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-11-01T16:21:33.3151368Z [3309/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-11-01T16:21:33.3196092Z [3310/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-11-01T16:21:33.3246806Z [3311/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-11-01T16:21:33.3338982Z [3312/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-11-01T16:21:33.3404143Z [3313/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-11-01T16:21:33.3645715Z [3314/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-11-01T16:21:33.3875595Z [3315/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2024-11-01T16:21:33.3991460Z [3316/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2024-11-01T16:21:33.4005100Z [3317/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2024-11-01T16:21:33.4294768Z [3318/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u40.c.obj 2024-11-01T16:21:33.4339503Z [3319/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u64.c.obj 2024-11-01T16:21:33.4528423Z [3320/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u48.c.obj 2024-11-01T16:21:33.4580659Z [3321/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2024-11-01T16:21:33.4592628Z [3322/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u56.c.obj 2024-11-01T16:21:33.4875928Z [3323/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u72.c.obj 2024-11-01T16:21:33.5009930Z [3324/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u80.c.obj 2024-11-01T16:21:33.5059184Z [3325/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.obj 2024-11-01T16:21:33.5338847Z [3326/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2024-11-01T16:21:33.5350681Z [3327/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2024-11-01T16:21:33.5546387Z [3328/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2024-11-01T16:21:33.5625417Z [3329/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2024-11-01T16:21:33.5878663Z [3330/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.obj 2024-11-01T16:21:33.5934166Z [3331/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.obj 2024-11-01T16:21:33.6064017Z [3332/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2024-11-01T16:21:33.6079639Z [3333/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.obj 2024-11-01T16:21:33.6237505Z [3334/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.obj 2024-11-01T16:21:33.6476600Z [3335/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.obj 2024-11-01T16:21:33.6541900Z [3336/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2024-11-01T16:21:33.6891963Z [3337/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.obj 2024-11-01T16:21:33.6936559Z [3338/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2024-11-01T16:21:33.6958226Z [3339/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.obj 2024-11-01T16:21:33.7124832Z [3340/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.obj 2024-11-01T16:21:33.7205558Z [3341/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.obj 2024-11-01T16:21:33.7407582Z [3342/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.obj 2024-11-01T16:21:33.7477412Z [3343/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2024-11-01T16:21:33.7568640Z [3344/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.obj 2024-11-01T16:21:33.8032473Z [3345/7871] 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-11-01T16:21:33.8195701Z [3346/7871] 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-11-01T16:21:33.8363980Z [3347/7871] 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-11-01T16:21:33.8471721Z [3348/7871] 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-11-01T16:21:33.8782684Z [3349/7871] 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-11-01T16:21:33.8841624Z [3350/7871] 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-11-01T16:21:33.8853519Z [3351/7871] 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-11-01T16:21:33.8904179Z [3352/7871] 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-11-01T16:21:33.9232246Z [3353/7871] 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-11-01T16:21:33.9370770Z [3354/7871] 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-11-01T16:21:33.9715786Z [3355/7871] 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-11-01T16:21:33.9954560Z [3356/7871] 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-11-01T16:21:34.0013593Z [3357/7871] 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-11-01T16:21:34.0156451Z [3358/7871] 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-11-01T16:21:34.0204350Z [3359/7871] 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-11-01T16:21:34.0349972Z [3360/7871] 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-11-01T16:21:34.0496784Z [3361/7871] 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-11-01T16:21:34.0721371Z [3362/7871] 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-11-01T16:21:34.1169777Z [3363/7871] 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-11-01T16:21:34.1524658Z [3364/7871] 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-11-01T16:21:34.1574791Z [3365/7871] 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-11-01T16:21:34.1632054Z [3366/7871] 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-11-01T16:21:34.1648506Z [3367/7871] 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-11-01T16:21:34.1664770Z [3368/7871] 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-11-01T16:21:34.1976508Z [3369/7871] 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-11-01T16:21:34.1990796Z [3370/7871] 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-11-01T16:21:34.2392976Z [3371/7871] 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-11-01T16:21:34.2781243Z [3372/7871] 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-11-01T16:21:34.2855341Z [3373/7871] 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-11-01T16:21:34.3020498Z [3374/7871] 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-11-01T16:21:34.3087025Z [3375/7871] 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-11-01T16:21:34.3164327Z [3376/7871] 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-11-01T16:21:34.3509550Z [3377/7871] 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-11-01T16:21:34.3574197Z [3378/7871] 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-11-01T16:21:34.3921770Z [3379/7871] 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-11-01T16:21:34.4128547Z [3380/7871] 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-11-01T16:21:34.4197568Z [3381/7871] 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-11-01T16:21:34.4339858Z [3382/7871] 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-11-01T16:21:34.4406993Z [3383/7871] 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-11-01T16:21:34.4586609Z [3384/7871] 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-11-01T16:21:34.4834664Z [3385/7871] 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-11-01T16:21:34.5155622Z [3386/7871] 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-11-01T16:21:34.5241113Z [3387/7871] 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-11-01T16:21:34.5357341Z [3388/7871] 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-11-01T16:21:34.5457613Z [3389/7871] 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-11-01T16:21:34.5517146Z [3390/7871] 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-11-01T16:21:34.5840702Z [3391/7871] 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-11-01T16:21:34.6113864Z [3392/7871] 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-11-01T16:21:34.6408574Z [3393/7871] 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-11-01T16:21:34.6479151Z [3394/7871] 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-11-01T16:21:34.6549009Z [3395/7871] 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-11-01T16:21:34.6825317Z [3396/7871] 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-11-01T16:21:34.6881627Z [3397/7871] 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-11-01T16:21:34.7219643Z [3398/7871] 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-11-01T16:21:34.7305471Z [3399/7871] 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-11-01T16:21:34.7487198Z [3400/7871] 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-11-01T16:21:34.7543100Z [3401/7871] 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-11-01T16:21:34.7991906Z [3402/7871] 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-11-01T16:21:34.8050499Z [3403/7871] 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-11-01T16:21:34.8207324Z [3404/7871] 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-11-01T16:21:34.8252470Z [3405/7871] 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-11-01T16:21:34.8527013Z [3406/7871] 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-11-01T16:21:34.8668950Z [3407/7871] 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-11-01T16:21:34.8766604Z [3408/7871] 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-11-01T16:21:34.9123400Z [3409/7871] 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-11-01T16:21:34.9263599Z [3410/7871] 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-11-01T16:21:34.9426306Z [3411/7871] 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-11-01T16:21:34.9479270Z [3412/7871] 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-11-01T16:21:34.9534837Z [3413/7871] 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-11-01T16:21:34.9788164Z [3414/7871] 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-11-01T16:21:34.9837925Z [3415/7871] 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-11-01T16:21:34.9951165Z [3416/7871] 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-11-01T16:21:35.0328434Z [3417/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.0639923Z [3418/7871] 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-11-01T16:21:35.0746128Z [3419/7871] 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-11-01T16:21:35.0958276Z [3420/7871] 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-11-01T16:21:35.1043753Z [3421/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.1151347Z [3422/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.1285644Z [3423/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.1298707Z [3424/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.1351649Z [3425/7871] 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-11-01T16:21:35.1768797Z [3426/7871] 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-11-01T16:21:35.1977993Z [3427/7871] 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-11-01T16:21:35.2183346Z [3428/7871] 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-11-01T16:21:35.2198059Z [3429/7871] 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-11-01T16:21:35.2419300Z [3430/7871] 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-11-01T16:21:35.2471044Z [3431/7871] 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-11-01T16:21:35.2522192Z [3432/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.2887962Z [3433/7871] 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-11-01T16:21:35.3042885Z [3434/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.3167729Z [3435/7871] 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-11-01T16:21:35.3408593Z [3436/7871] 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-11-01T16:21:35.3457803Z [3437/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.3603197Z [3438/7871] 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-11-01T16:21:35.3662827Z [3439/7871] 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-11-01T16:21:35.3842410Z [3440/7871] 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-11-01T16:21:35.4211809Z [3441/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.4313909Z [3442/7871] 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-11-01T16:21:35.4429001Z [3443/7871] 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-11-01T16:21:35.4546842Z [3444/7871] 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-11-01T16:21:35.4920517Z [3445/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.4977386Z [3446/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.5183513Z [3447/7871] 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-11-01T16:21:35.5290113Z [3448/7871] 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-11-01T16:21:35.5342837Z [3449/7871] 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-11-01T16:21:35.5391049Z [3450/7871] 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-11-01T16:21:35.5528191Z [3451/7871] 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-11-01T16:21:35.5586352Z [3452/7871] 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-11-01T16:21:35.6132682Z [3453/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.6210627Z [3454/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.6258924Z [3455/7871] 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-11-01T16:21:35.6270939Z [3456/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.6388037Z [3457/7871] 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-11-01T16:21:35.6504599Z [3458/7871] 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-11-01T16:21:35.6710285Z [3459/7871] 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-11-01T16:21:35.6897249Z [3460/7871] 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-11-01T16:21:35.7068363Z [3461/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-11-01T16:21:35.7172809Z [3462/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-11-01T16:21:35.7231354Z [3463/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:35.7310115Z [3464/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-11-01T16:21:35.7461578Z [3465/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-11-01T16:21:35.7534176Z [3466/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-11-01T16:21:35.7545831Z [3467/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-11-01T16:21:35.7841838Z [3468/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-11-01T16:21:35.8081483Z [3469/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-11-01T16:21:35.8258331Z [3470/7871] 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-11-01T16:21:35.8361103Z [3471/7871] 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-11-01T16:21:35.8624059Z [3472/7871] 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-11-01T16:21:35.8637049Z [3473/7871] 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-11-01T16:21:35.8695473Z [3474/7871] 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-11-01T16:21:35.9121992Z [3475/7871] 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-11-01T16:21:35.9317399Z [3476/7871] 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-11-01T16:21:35.9426358Z [3477/7871] 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-11-01T16:21:35.9525734Z [3478/7871] 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-11-01T16:21:35.9640488Z [3479/7871] 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-11-01T16:21:35.9802492Z [3480/7871] 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-11-01T16:21:35.9817046Z [3481/7871] 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-11-01T16:21:35.9866998Z [3482/7871] 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-11-01T16:21:36.0316323Z [3483/7871] 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-11-01T16:21:36.0552958Z [3484/7871] 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-11-01T16:21:36.0941675Z [3485/7871] 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-11-01T16:21:36.0954585Z [3486/7871] 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-11-01T16:21:36.1003015Z [3487/7871] 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-11-01T16:21:36.1159778Z [3488/7871] 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-11-01T16:21:36.1310876Z [3489/7871] 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-11-01T16:21:36.1459731Z [3490/7871] 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-11-01T16:21:36.1533368Z [3491/7871] 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-11-01T16:21:36.1759954Z [3492/7871] 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-11-01T16:21:36.2024818Z [3493/7871] 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-11-01T16:21:36.2462297Z [3494/7871] 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-11-01T16:21:36.2525262Z [3495/7871] 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-11-01T16:21:36.2641159Z [3496/7871] 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-11-01T16:21:36.2813653Z [3497/7871] 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-11-01T16:21:36.2872257Z [3498/7871] 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-11-01T16:21:36.2927228Z [3499/7871] 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-11-01T16:21:36.2977146Z [3500/7871] 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-11-01T16:21:36.3106204Z [3501/7871] 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-11-01T16:21:36.3722871Z [3502/7871] 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-11-01T16:21:36.3900692Z [3503/7871] 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-11-01T16:21:36.4005517Z [3504/7871] 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-11-01T16:21:36.4062387Z [3505/7871] 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-11-01T16:21:36.4108615Z [3506/7871] 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-11-01T16:21:36.4171067Z [3507/7871] 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-11-01T16:21:36.4248947Z [3508/7871] 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-11-01T16:21:36.4371628Z [3509/7871] 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-11-01T16:21:36.4739106Z [3510/7871] 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-11-01T16:21:36.5105211Z [3511/7871] 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-11-01T16:21:36.5157445Z [3512/7871] 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-11-01T16:21:36.5302898Z [3513/7871] 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-11-01T16:21:36.5349227Z [3514/7871] 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-11-01T16:21:36.5457650Z [3515/7871] 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-11-01T16:21:36.5604788Z [3516/7871] 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-11-01T16:21:36.5819807Z [3517/7871] 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-11-01T16:21:36.6083513Z [3518/7871] 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-11-01T16:21:36.6370103Z [3519/7871] 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-11-01T16:21:36.6433738Z [3520/7871] 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-11-01T16:21:36.6687900Z [3521/7871] 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-11-01T16:21:36.6803934Z [3522/7871] 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-11-01T16:21:36.6863781Z [3523/7871] 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-11-01T16:21:36.6879498Z [3524/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2024-11-01T16:21:36.6946096Z [3525/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2024-11-01T16:21:36.7028559Z [3526/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2024-11-01T16:21:36.7241742Z [3527/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2024-11-01T16:21:36.7295837Z [3528/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64.c.obj 2024-11-01T16:21:36.7581123Z [3529/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2024-11-01T16:21:36.7702075Z [3530/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2024-11-01T16:21:36.7745978Z [3531/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128.c.obj 2024-11-01T16:21:36.7877406Z [3532/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:21:36.8004668Z [3533/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:21:36.8114067Z [3534/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2024-11-01T16:21:36.8173131Z [3535/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2024-11-01T16:21:36.8227497Z [3536/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:21:36.8448003Z [3537/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:21:36.8582778Z [3538/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-11-01T16:21:36.8817372Z [3539/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2024-11-01T16:21:36.8942046Z [3540/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2024-11-01T16:21:36.9093123Z [3541/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:21:36.9136969Z [3542/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2024-11-01T16:21:36.9187437Z [3543/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2024-11-01T16:21:36.9246273Z [3544/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2024-11-01T16:21:36.9429838Z [3545/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:21:36.9570221Z [3546/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-11-01T16:21:36.9836153Z [3547/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:21:37.0031581Z [3548/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-11-01T16:21:37.0083896Z [3549/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-11-01T16:21:37.0175328Z [3550/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-11-01T16:21:37.0229616Z [3551/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-11-01T16:21:37.0285652Z [3552/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.0385686Z [3553/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.0690727Z [3554/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1138259Z [3555/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1336952Z [3556/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1405492Z [3557/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1475678Z [3558/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1487626Z [3559/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1590365Z [3560/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1645956Z [3561/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.1805378Z [3562/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.2151501Z [3563/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.2299379Z [3564/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.2345117Z [3565/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-11-01T16:21:37.2542462Z [3566/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-11-01T16:21:37.2721077Z [3567/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-11-01T16:21:37.2769736Z [3568/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-11-01T16:21:37.2957590Z [3569/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.3216394Z [3570/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.3330026Z [3571/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:21:37.3416181Z [3572/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.3514895Z [3573/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.3758311Z [3574/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.4011456Z [3575/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.4140590Z [3576/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.4255687Z [3577/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.4375451Z [3578/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:21:37.4605336Z [3579/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:21:37.4668209Z [3580/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:21:37.4750543Z [3581/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-11-01T16:21:37.4827000Z [3582/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:21:37.4874141Z [3583/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:21:37.4916024Z [3584/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-11-01T16:21:37.5167638Z [3585/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-11-01T16:21:37.5240463Z [3586/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-11-01T16:21:37.5455280Z [3587/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-11-01T16:21:37.5528985Z [3588/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-11-01T16:21:37.5571863Z [3589/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx2.c.obj 2024-11-01T16:21:37.5841059Z [3590/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-11-01T16:21:37.5940352Z [3591/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx2.c.obj 2024-11-01T16:21:37.6196081Z [3592/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-11-01T16:21:37.6209258Z [3593/7871] 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-11-01T16:21:37.6343879Z [3594/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2024-11-01T16:21:37.6355078Z [3595/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-11-01T16:21:37.6367454Z [3596/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-11-01T16:21:37.6423140Z [3597/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-11-01T16:21:37.6742947Z [3598/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-11-01T16:21:37.7049835Z [3599/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-11-01T16:21:37.7117301Z [3600/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2024-11-01T16:21:37.7309428Z [3601/7871] 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-11-01T16:21:37.7446751Z [3602/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-11-01T16:21:37.7459168Z [3603/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-11-01T16:21:37.7546720Z [3604/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.7603776Z [3605/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.7726548Z [3606/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.8245484Z [3607/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-11-01T16:21:37.8353140Z [3608/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.8400076Z [3609/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-11-01T16:21:37.8577805Z [3610/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-11-01T16:21:37.8758881Z [3611/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.8842217Z [3612/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-11-01T16:21:37.8973520Z [3613/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.9159706Z [3614/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.9346915Z [3615/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.9394503Z [3616/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-11-01T16:21:37.9664430Z [3617/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-11-01T16:21:37.9713689Z [3618/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:37.9943792Z [3619/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:21:38.0223458Z [3620/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-11-01T16:21:38.0333229Z [3621/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-11-01T16:21:38.0484824Z [3622/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.0666337Z [3623/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.0855534Z [3624/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.0920697Z [3625/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.0968320Z [3626/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-11-01T16:21:38.0982580Z [3627/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.1375183Z [3628/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.1463001Z [3629/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.1561758Z [3630/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.1897664Z [3631/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.1948674Z [3632/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.2133442Z [3633/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.2389433Z [3634/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.2401465Z [3635/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.2601011Z [3636/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.2750825Z [3637/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-11-01T16:21:38.2810499Z [3638/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.3057770Z [3639/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.3304725Z [3640/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2024-11-01T16:21:38.3319890Z [3641/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.3471430Z [3642/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:21:38.3529155Z [3643/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2024-11-01T16:21:38.3573292Z [3644/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:21:38.3620997Z [3645/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-11-01T16:21:38.3633755Z [3646/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2024-11-01T16:21:38.3873237Z [3647/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2024-11-01T16:21:38.4342445Z [3648/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-11-01T16:21:38.4415290Z [3649/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-11-01T16:21:38.4494120Z [3650/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-11-01T16:21:38.4543793Z [3651/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-11-01T16:21:38.4600081Z [3652/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-11-01T16:21:38.4612591Z [3653/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:21:38.4714766Z [3654/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2024-11-01T16:21:38.4896300Z [3655/7871] 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-11-01T16:21:38.5170199Z [3656/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2024-11-01T16:21:38.5214582Z [3657/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2024-11-01T16:21:38.5323821Z [3658/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2024-11-01T16:21:38.5412150Z [3659/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2024-11-01T16:21:38.5479923Z [3660/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:21:38.5592254Z [3661/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2024-11-01T16:21:38.5749460Z [3662/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2024-11-01T16:21:38.5960266Z [3663/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2024-11-01T16:21:38.6257789Z [3664/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2024-11-01T16:21:38.6300195Z [3665/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:21:38.6341842Z [3666/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2024-11-01T16:21:38.6432304Z [3667/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2024-11-01T16:21:38.6477638Z [3668/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:21:38.6728858Z [3669/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2024-11-01T16:21:38.6743557Z [3670/7871] 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-11-01T16:21:38.7193405Z [3671/7871] 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-11-01T16:21:38.7257683Z [3672/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2024-11-01T16:21:38.7315507Z [3673/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:21:38.7362405Z [3674/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:21:38.7539741Z [3675/7871] 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-11-01T16:21:38.7597731Z [3676/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.obj 2024-11-01T16:21:38.7644680Z [3677/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64.c.obj 2024-11-01T16:21:38.8190077Z [3678/7871] 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-11-01T16:21:38.8261791Z [3679/7871] 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-11-01T16:21:38.8273690Z [3680/7871] 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-11-01T16:21:38.8385993Z [3681/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.obj 2024-11-01T16:21:38.8439961Z [3682/7871] 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-11-01T16:21:38.8452317Z [3683/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.obj 2024-11-01T16:21:38.8703574Z [3684/7871] 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-11-01T16:21:38.9099344Z [3685/7871] 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-11-01T16:21:38.9142993Z [3686/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2024-11-01T16:21:38.9186744Z [3687/7871] 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-11-01T16:21:38.9236098Z [3688/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-11-01T16:21:38.9254236Z [3689/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.obj 2024-11-01T16:21:38.9451221Z [3690/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2024-11-01T16:21:39.0032530Z [3691/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2024-11-01T16:21:39.0073502Z [3692/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-11-01T16:21:39.0129753Z [3693/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-11-01T16:21:39.0189529Z [3694/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-11-01T16:21:39.0201160Z [3695/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-11-01T16:21:39.0278335Z [3696/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2024-11-01T16:21:39.0325173Z [3697/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-11-01T16:21:39.0447330Z [3698/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-11-01T16:21:39.1031112Z [3699/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-11-01T16:21:39.1072261Z [3700/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-11-01T16:21:39.1116131Z [3701/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-11-01T16:21:39.1172615Z [3702/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-11-01T16:21:39.1330340Z [3703/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-11-01T16:21:39.1403014Z [3704/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-11-01T16:21:39.1469976Z [3705/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-11-01T16:21:39.1634151Z [3706/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-11-01T16:21:39.2115631Z [3707/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-11-01T16:21:39.2158628Z [3708/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-11-01T16:21:39.2325448Z [3709/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-11-01T16:21:39.2387652Z [3710/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-11-01T16:21:39.2437580Z [3711/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.2575114Z [3712/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.2623516Z [3713/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.3196009Z [3714/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-11-01T16:21:39.3208511Z [3715/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-11-01T16:21:39.3290618Z [3716/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.3389430Z [3717/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.3521815Z [3718/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.3611949Z [3719/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.3660458Z [3720/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.3823933Z [3721/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-11-01T16:21:39.4225907Z [3722/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-11-01T16:21:39.4268427Z [3723/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-11-01T16:21:39.4514353Z [3724/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-11-01T16:21:39.4562621Z [3725/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-11-01T16:21:39.4674647Z [3726/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.4788480Z [3727/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-11-01T16:21:39.4899426Z [3728/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.5050499Z [3729/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.5280847Z [3730/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.5487800Z [3731/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.5529932Z [3732/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.5616952Z [3733/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-11-01T16:21:39.5693184Z [3734/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-11-01T16:21:39.5769775Z [3735/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-11-01T16:21:39.5848961Z [3736/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-11-01T16:21:39.6067779Z [3737/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.6653710Z [3738/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.6726008Z [3739/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-11-01T16:21:39.6807083Z [3740/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.6852504Z [3741/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-11-01T16:21:39.6902523Z [3742/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-11-01T16:21:39.6914331Z [3743/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u32.c.obj 2024-11-01T16:21:39.7039536Z [3744/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.7052773Z [3745/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u16.c.obj 2024-11-01T16:21:39.7692502Z [3746/7871] 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-11-01T16:21:39.7765464Z [3747/7871] 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-11-01T16:21:39.7818311Z [3748/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2024-11-01T16:21:39.7937938Z [3749/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2024-11-01T16:21:39.8049727Z [3750/7871] 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-11-01T16:21:39.8157960Z [3751/7871] 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-11-01T16:21:39.8203604Z [3752/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2024-11-01T16:21:39.8603440Z [3753/7871] 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-11-01T16:21:39.8649004Z [3754/7871] 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-11-01T16:21:39.8742481Z [3755/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-11-01T16:21:39.8819465Z [3756/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2024-11-01T16:21:39.8865898Z [3757/7871] 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-11-01T16:21:39.8880388Z [3758/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-11-01T16:21:39.9037678Z [3759/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-11-01T16:21:39.9187926Z [3760/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-11-01T16:21:39.9569660Z [3761/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2024-11-01T16:21:39.9754669Z [3762/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-11-01T16:21:39.9800667Z [3763/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2024-11-01T16:21:39.9868440Z [3764/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-11-01T16:21:40.0086176Z [3765/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-11-01T16:21:40.0366405Z [3766/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-11-01T16:21:40.0552324Z [3767/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-11-01T16:21:40.0563796Z [3768/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-11-01T16:21:40.0620570Z [3769/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-11-01T16:21:40.0687410Z [3770/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2024-11-01T16:21:40.0736994Z [3771/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-11-01T16:21:40.0855194Z [3772/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-11-01T16:21:40.1514149Z [3773/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-11-01T16:21:40.1557933Z [3774/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-11-01T16:21:40.1570638Z [3775/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-11-01T16:21:40.1619588Z [3776/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-11-01T16:21:40.1631669Z [3777/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-11-01T16:21:40.1779596Z [3778/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-11-01T16:21:40.1829556Z [3779/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-11-01T16:21:40.1945966Z [3780/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-11-01T16:21:40.2392305Z [3781/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-11-01T16:21:40.2448234Z [3782/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:21:40.2494052Z [3783/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:21:40.2539882Z [3784/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-11-01T16:21:40.2625566Z [3785/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:21:40.2668365Z [3786/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-11-01T16:21:40.2901766Z [3787/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-11-01T16:21:40.3155267Z [3788/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-11-01T16:21:40.3430944Z [3789/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:21:40.3515958Z [3790/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-11-01T16:21:40.3657822Z [3791/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-11-01T16:21:40.3788229Z [3792/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-11-01T16:21:40.3889851Z [3793/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:21:40.3941337Z [3794/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-11-01T16:21:40.3953384Z [3795/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:21:40.4207232Z [3796/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-11-01T16:21:40.4516245Z [3797/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-11-01T16:21:40.4562686Z [3798/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:21:40.4576355Z [3799/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:21:40.4658117Z [3800/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:21:40.4672321Z [3801/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-11-01T16:21:40.4765353Z [3802/7871] 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-11-01T16:21:40.5314702Z [3803/7871] 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-11-01T16:21:40.5387774Z [3804/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-11-01T16:21:40.5469171Z [3805/7871] 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-11-01T16:21:40.5511705Z [3806/7871] 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-11-01T16:21:40.5571752Z [3807/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:21:40.5647268Z [3808/7871] 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-11-01T16:21:40.5692502Z [3809/7871] 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-11-01T16:21:40.5915617Z [3810/7871] 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-11-01T16:21:40.6215008Z [3811/7871] 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-11-01T16:21:40.6359541Z [3812/7871] 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-11-01T16:21:40.6450238Z [3813/7871] 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-11-01T16:21:40.6494414Z [3814/7871] 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-11-01T16:21:40.6568571Z [3815/7871] 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-11-01T16:21:40.6739445Z [3816/7871] 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-11-01T16:21:40.6770936Z [3817/7871] 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-11-01T16:21:40.7141725Z [3818/7871] 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-11-01T16:21:40.7189255Z [3819/7871] 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-11-01T16:21:40.7706570Z [3820/7871] 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-11-01T16:21:40.7748143Z [3821/7871] 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-11-01T16:21:40.7795676Z [3822/7871] 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-11-01T16:21:40.7848454Z [3823/7871] 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-11-01T16:21:40.7863337Z [3824/7871] 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-11-01T16:21:40.7973382Z [3825/7871] 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-11-01T16:21:40.8193888Z [3826/7871] 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-11-01T16:21:40.8254198Z [3827/7871] 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-11-01T16:21:40.8709955Z [3828/7871] 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-11-01T16:21:40.8884183Z [3829/7871] 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-11-01T16:21:40.9092828Z [3830/7871] 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-11-01T16:21:40.9105136Z [3831/7871] 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-11-01T16:21:40.9154488Z [3832/7871] 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-11-01T16:21:40.9251802Z [3833/7871] 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-11-01T16:21:40.9263645Z [3834/7871] 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-11-01T16:21:40.9367814Z [3835/7871] 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-11-01T16:21:40.9789534Z [3836/7871] 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-11-01T16:21:40.9914822Z [3837/7871] 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-11-01T16:21:41.0027759Z [3838/7871] 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-11-01T16:21:41.0061470Z [3839/7871] 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-11-01T16:21:41.0130267Z [3840/7871] 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-11-01T16:21:41.0236243Z [3841/7871] 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-11-01T16:21:41.0288882Z [3842/7871] 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-11-01T16:21:41.0391506Z [3843/7871] 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-11-01T16:21:41.0815735Z [3844/7871] 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-11-01T16:21:41.0955072Z [3845/7871] 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-11-01T16:21:41.1019613Z [3846/7871] 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-11-01T16:21:41.1140906Z [3847/7871] 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-11-01T16:21:41.1184714Z [3848/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2024-11-01T16:21:41.1267801Z [3849/7871] 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-11-01T16:21:41.1336519Z [3850/7871] 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-11-01T16:21:41.2063740Z [3851/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2024-11-01T16:21:41.2075806Z [3852/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2024-11-01T16:21:41.2122279Z [3853/7871] 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-11-01T16:21:41.2134067Z [3854/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2024-11-01T16:21:41.2177350Z [3855/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-6-nr.c.obj 2024-11-01T16:21:41.2274730Z [3856/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2024-11-01T16:21:41.2506581Z [3857/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-6-div.c.obj 2024-11-01T16:21:41.2817097Z [3858/7871] 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-11-01T16:21:41.2972513Z [3859/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx512f.c.obj 2024-11-01T16:21:41.3081697Z [3860/7871] 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-11-01T16:21:41.3165326Z [3861/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx512f.c.obj 2024-11-01T16:21:41.3367450Z [3862/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2024-11-01T16:21:41.3518998Z [3863/7871] 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-11-01T16:21:41.3584267Z [3864/7871] 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-11-01T16:21:41.3832187Z [3865/7871] 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-11-01T16:21:41.4167042Z [3866/7871] 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-11-01T16:21:41.4322539Z [3867/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2024-11-01T16:21:41.4334555Z [3868/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-11-01T16:21:41.4347927Z [3869/7871] 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-11-01T16:21:41.4395464Z [3870/7871] 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-11-01T16:21:41.4445537Z [3871/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2024-11-01T16:21:41.4688357Z [3872/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2024-11-01T16:21:41.4971482Z [3873/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2024-11-01T16:21:41.5139953Z [3874/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-11-01T16:21:41.5189551Z [3875/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2024-11-01T16:21:41.5348678Z [3876/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2024-11-01T16:21:41.5398627Z [3877/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2024-11-01T16:21:41.5411537Z [3878/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2024-11-01T16:21:41.5478615Z [3879/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2024-11-01T16:21:41.5529091Z [3880/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2024-11-01T16:21:41.5753878Z [3881/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2024-11-01T16:21:41.5969861Z [3882/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2024-11-01T16:21:41.6101132Z [3883/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2024-11-01T16:21:41.6364725Z [3884/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2024-11-01T16:21:41.6459182Z [3885/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2024-11-01T16:21:41.6508558Z [3886/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2024-11-01T16:21:41.6700430Z [3887/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2024-11-01T16:21:41.6762151Z [3888/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2024-11-01T16:21:41.6777481Z [3889/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2024-11-01T16:21:41.6884402Z [3890/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2024-11-01T16:21:41.7312317Z [3891/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2024-11-01T16:21:41.7325713Z [3892/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2024-11-01T16:21:41.7433936Z [3893/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2024-11-01T16:21:41.7492150Z [3894/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2024-11-01T16:21:41.7613074Z [3895/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2024-11-01T16:21:41.7768980Z [3896/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2024-11-01T16:21:41.7820665Z [3897/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-11-01T16:21:41.8296027Z [3898/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2024-11-01T16:21:41.8309446Z [3899/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-11-01T16:21:41.8515514Z [3900/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2024-11-01T16:21:41.8586780Z [3901/7871] 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-11-01T16:21:41.8631242Z [3902/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2024-11-01T16:21:41.8966460Z [3903/7871] 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-11-01T16:21:41.9112383Z [3904/7871] 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-11-01T16:21:41.9316536Z [3905/7871] 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-11-01T16:21:41.9479763Z [3906/7871] 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-11-01T16:21:41.9683403Z [3907/7871] 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-11-01T16:21:41.9733056Z [3908/7871] 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-11-01T16:21:41.9902352Z [3909/7871] 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-11-01T16:21:41.9918823Z [3910/7871] 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-11-01T16:21:42.0157636Z [3911/7871] 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-11-01T16:21:42.0224898Z [3912/7871] 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-11-01T16:21:42.0554225Z [3913/7871] 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-11-01T16:21:42.0791466Z [3914/7871] 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-11-01T16:21:42.0952979Z [3915/7871] 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-11-01T16:21:42.1055223Z [3916/7871] 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-11-01T16:21:42.1151758Z [3917/7871] 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-11-01T16:21:42.1293724Z [3918/7871] 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-11-01T16:21:42.1401992Z [3919/7871] 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-11-01T16:21:42.1471519Z [3920/7871] 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-11-01T16:21:42.1967001Z [3921/7871] 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-11-01T16:21:42.2018671Z [3922/7871] 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-11-01T16:21:42.2160931Z [3923/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-11-01T16:21:42.2213686Z [3924/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-11-01T16:21:42.2364576Z [3925/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-11-01T16:21:42.2574596Z [3926/7871] 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-11-01T16:21:42.2676492Z [3927/7871] 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-11-01T16:21:42.2794949Z [3928/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-11-01T16:21:42.2808521Z [3929/7871] 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-11-01T16:21:42.2855928Z [3930/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-11-01T16:21:42.3009857Z [3931/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-11-01T16:21:42.3306004Z [3932/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-11-01T16:21:42.3362484Z [3933/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-11-01T16:21:42.3734818Z [3934/7871] 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-11-01T16:21:42.3954317Z [3935/7871] 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-11-01T16:21:42.4173504Z [3936/7871] 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-11-01T16:21:42.4221934Z [3937/7871] 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-11-01T16:21:42.4233848Z [3938/7871] 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-11-01T16:21:42.4552610Z [3939/7871] 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-11-01T16:21:42.4710820Z [3940/7871] 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-11-01T16:21:42.4787981Z [3941/7871] 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-11-01T16:21:42.4997835Z [3942/7871] 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-11-01T16:21:42.5293762Z [3943/7871] 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-11-01T16:21:42.5429674Z [3944/7871] 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-11-01T16:21:42.5678639Z [3945/7871] 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-11-01T16:21:42.5782504Z [3946/7871] 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-11-01T16:21:42.5904709Z [3947/7871] 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-11-01T16:21:42.5969860Z [3948/7871] 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-11-01T16:21:42.6181741Z [3949/7871] 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-11-01T16:21:42.6228331Z [3950/7871] 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-11-01T16:21:42.6489720Z [3951/7871] 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-11-01T16:21:42.6676471Z [3952/7871] 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-11-01T16:21:42.7196179Z [3953/7871] 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-11-01T16:21:42.7316818Z [3954/7871] 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-11-01T16:21:42.7514094Z [3955/7871] 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-11-01T16:21:42.7562872Z [3956/7871] 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-11-01T16:21:42.7615119Z [3957/7871] 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-11-01T16:21:42.7672947Z [3958/7871] 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-11-01T16:21:42.7723834Z [3959/7871] 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-11-01T16:21:42.7737995Z [3960/7871] 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-11-01T16:21:42.8363364Z [3961/7871] 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-11-01T16:21:42.8764232Z [3962/7871] 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-11-01T16:21:42.8813811Z [3963/7871] 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-11-01T16:21:42.8988285Z [3964/7871] 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-11-01T16:21:42.9139628Z [3965/7871] 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-11-01T16:21:42.9211163Z [3966/7871] 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-11-01T16:21:42.9224251Z [3967/7871] 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-11-01T16:21:42.9236544Z [3968/7871] 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-11-01T16:21:42.9621823Z [3969/7871] 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-11-01T16:21:43.0001713Z [3970/7871] 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-11-01T16:21:43.0240107Z [3971/7871] 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-11-01T16:21:43.0509607Z [3972/7871] 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-11-01T16:21:43.0555454Z [3973/7871] 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-11-01T16:21:43.0656490Z [3974/7871] 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-11-01T16:21:43.0711900Z [3975/7871] 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-11-01T16:21:43.0728869Z [3976/7871] 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-11-01T16:21:43.0781014Z [3977/7871] 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-11-01T16:21:43.1082583Z [3978/7871] 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-11-01T16:21:43.1566081Z [3979/7871] 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-11-01T16:21:43.1741261Z [3980/7871] 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-11-01T16:21:43.1951887Z [3981/7871] 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-11-01T16:21:43.2050689Z [3982/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.2071119Z [3983/7871] 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-11-01T16:21:43.2125820Z [3984/7871] 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-11-01T16:21:43.2264042Z [3985/7871] 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-11-01T16:21:43.2576621Z [3986/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.2656890Z [3987/7871] 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-11-01T16:21:43.2711702Z [3988/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3458669Z [3989/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3470447Z [3990/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3533869Z [3991/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-11-01T16:21:43.3668514Z [3992/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3740365Z [3993/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3792029Z [3994/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3840617Z [3995/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.3981874Z [3996/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:43.4303782Z [3997/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-11-01T16:21:43.4320706Z [3998/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-11-01T16:21:43.4414637Z [3999/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-11-01T16:21:43.4836694Z [4000/7871] 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-11-01T16:21:43.4981543Z [4001/7871] 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-11-01T16:21:43.5027464Z [4002/7871] 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-11-01T16:21:43.5040013Z [4003/7871] 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-11-01T16:21:43.5296909Z [4004/7871] 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-11-01T16:21:43.5308737Z [4005/7871] 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-11-01T16:21:43.5406200Z [4006/7871] 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-11-01T16:21:43.5975190Z [4007/7871] 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-11-01T16:21:43.6199742Z [4008/7871] 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-11-01T16:21:43.6303187Z [4009/7871] 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-11-01T16:21:43.6347412Z [4010/7871] 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-11-01T16:21:43.6497820Z [4011/7871] 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-11-01T16:21:43.6510475Z [4012/7871] 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-11-01T16:21:43.6560482Z [4013/7871] 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-11-01T16:21:43.6712290Z [4014/7871] 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-11-01T16:21:43.7196016Z [4015/7871] 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-11-01T16:21:43.7523457Z [4016/7871] 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-11-01T16:21:43.7864936Z [4017/7871] 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-11-01T16:21:43.7909543Z [4018/7871] 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-11-01T16:21:43.7954528Z [4019/7871] 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-11-01T16:21:43.8102105Z [4020/7871] 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-11-01T16:21:43.8158122Z [4021/7871] 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-11-01T16:21:43.8297829Z [4022/7871] 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-11-01T16:21:43.8352102Z [4023/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2024-11-01T16:21:43.8427858Z [4024/7871] 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-11-01T16:21:43.9023162Z [4025/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2024-11-01T16:21:43.9321105Z [4026/7871] 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-11-01T16:21:43.9362253Z [4027/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128.c.obj 2024-11-01T16:21:43.9407368Z [4028/7871] 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-11-01T16:21:43.9612168Z [4029/7871] 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-11-01T16:21:43.9624483Z [4030/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2024-11-01T16:21:43.9636693Z [4031/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256.c.obj 2024-11-01T16:21:43.9740987Z [4032/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2024-11-01T16:21:44.0090650Z [4033/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2024-11-01T16:21:44.0145469Z [4034/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2024-11-01T16:21:44.0302673Z [4035/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:21:44.0610709Z [4036/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.0622358Z [4037/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:21:44.0670851Z [4038/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:21:44.0686278Z [4039/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:21:44.0811504Z [4040/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.1101498Z [4041/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.1166017Z [4042/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.1683098Z [4043/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.1821329Z [4044/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.1891239Z [4045/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.1935784Z [4046/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-11-01T16:21:44.2022550Z [4047/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.2071186Z [4048/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-11-01T16:21:44.2083370Z [4049/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.2095149Z [4050/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:21:44.2549812Z [4051/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-11-01T16:21:44.3061291Z [4052/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-11-01T16:21:44.3167649Z [4053/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.3213519Z [4054/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.3419594Z [4055/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.3582531Z [4056/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.3778758Z [4057/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.3822333Z [4058/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.3872436Z [4059/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.4097933Z [4060/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.4327019Z [4061/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.4420802Z [4062/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.4588033Z [4063/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.4678712Z [4064/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.4831719Z [4065/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.4994196Z [4066/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.5180389Z [4067/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:21:44.5455872Z [4068/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:21:44.5499748Z [4069/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-11-01T16:21:44.5511431Z [4070/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:21:44.5571575Z [4071/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:21:44.5585700Z [4072/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-11-01T16:21:44.5799394Z [4073/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:21:44.6000788Z [4074/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-11-01T16:21:44.6418785Z [4075/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:21:44.6481944Z [4076/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-11-01T16:21:44.6652852Z [4077/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-11-01T16:21:44.6701909Z [4078/7871] 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-11-01T16:21:44.6764962Z [4079/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-11-01T16:21:44.6915969Z [4080/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-11-01T16:21:44.7026804Z [4081/7871] 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-11-01T16:21:44.7207682Z [4082/7871] 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-11-01T16:21:44.7780246Z [4083/7871] 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-11-01T16:21:44.7827381Z [4084/7871] 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-11-01T16:21:44.7892277Z [4085/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-11-01T16:21:44.7963540Z [4086/7871] 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-11-01T16:21:44.8219215Z [4087/7871] 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-11-01T16:21:44.8270898Z [4088/7871] 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-11-01T16:21:44.8286304Z [4089/7871] 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-11-01T16:21:44.8343864Z [4090/7871] 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-11-01T16:21:44.9063765Z [4091/7871] 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-11-01T16:21:44.9210340Z [4092/7871] 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-11-01T16:21:44.9378477Z [4093/7871] 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-11-01T16:21:44.9649723Z [4094/7871] 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-11-01T16:21:44.9886814Z [4095/7871] 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-11-01T16:21:45.0118142Z [4096/7871] 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-11-01T16:21:45.0279089Z [4097/7871] 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-11-01T16:21:45.0380718Z [4098/7871] 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-11-01T16:21:45.0498486Z [4099/7871] 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-11-01T16:21:45.0511466Z [4100/7871] 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-11-01T16:21:45.0524488Z [4101/7871] 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-11-01T16:21:45.1114690Z [4102/7871] 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-11-01T16:21:45.1177181Z [4103/7871] 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-11-01T16:21:45.1335791Z [4104/7871] 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-11-01T16:21:45.1805568Z [4105/7871] 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-11-01T16:21:45.1855639Z [4106/7871] 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-11-01T16:21:45.1869204Z [4107/7871] 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-11-01T16:21:45.1923092Z [4108/7871] 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-11-01T16:21:45.1938031Z [4109/7871] 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-11-01T16:21:45.2402981Z [4110/7871] 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-11-01T16:21:45.2416249Z [4111/7871] 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-11-01T16:21:45.2495997Z [4112/7871] 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-11-01T16:21:45.3040883Z [4113/7871] 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-11-01T16:21:45.3170267Z [4114/7871] 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-11-01T16:21:45.3250989Z [4115/7871] 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-11-01T16:21:45.3329201Z [4116/7871] 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-11-01T16:21:45.3466753Z [4117/7871] 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-11-01T16:21:45.3642263Z [4118/7871] 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-11-01T16:21:45.3657187Z [4119/7871] 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-11-01T16:21:45.3933774Z [4120/7871] 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-11-01T16:21:45.4318910Z [4121/7871] 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-11-01T16:21:45.4634559Z [4122/7871] 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-11-01T16:21:45.4679606Z [4123/7871] 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-11-01T16:21:45.4694310Z [4124/7871] 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-11-01T16:21:45.4745034Z [4125/7871] 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-11-01T16:21:45.4924013Z [4126/7871] 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-11-01T16:21:45.5199017Z [4127/7871] 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-11-01T16:21:45.5402231Z [4128/7871] 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-11-01T16:21:45.5844990Z [4129/7871] 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-11-01T16:21:45.5897394Z [4130/7871] 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-11-01T16:21:45.5909314Z [4131/7871] 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-11-01T16:21:45.6005043Z [4132/7871] 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-11-01T16:21:45.6095303Z [4133/7871] 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-11-01T16:21:45.6108713Z [4134/7871] 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-11-01T16:21:45.6574596Z [4135/7871] 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-11-01T16:21:45.6751085Z [4136/7871] 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-11-01T16:21:45.7064723Z [4137/7871] 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-11-01T16:21:45.7148273Z [4138/7871] 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-11-01T16:21:45.7261541Z [4139/7871] 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-11-01T16:21:45.7355701Z [4140/7871] 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-11-01T16:21:45.7377646Z [4141/7871] 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-11-01T16:21:45.7832675Z [4142/7871] 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-11-01T16:21:45.8138752Z [4143/7871] 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-11-01T16:21:45.8355486Z [4144/7871] 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-11-01T16:21:45.8405402Z [4145/7871] 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-11-01T16:21:45.8598008Z [4146/7871] 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-11-01T16:21:45.8644646Z [4147/7871] 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-11-01T16:21:45.8658230Z [4148/7871] 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-11-01T16:21:45.8961156Z [4149/7871] 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-11-01T16:21:45.9027459Z [4150/7871] 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-11-01T16:21:45.9282613Z [4151/7871] 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-11-01T16:21:45.9703041Z [4152/7871] 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-11-01T16:21:45.9888262Z [4153/7871] 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-11-01T16:21:46.0000860Z [4154/7871] 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-11-01T16:21:46.0016023Z [4155/7871] 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-11-01T16:21:46.0065089Z [4156/7871] 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-11-01T16:21:46.0541109Z [4157/7871] 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-11-01T16:21:46.0900074Z [4158/7871] 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-11-01T16:21:46.0997608Z [4159/7871] 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-11-01T16:21:46.1051608Z [4160/7871] 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-11-01T16:21:46.1101718Z [4161/7871] 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-11-01T16:21:46.1433989Z [4162/7871] 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-11-01T16:21:46.1490911Z [4163/7871] 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-11-01T16:21:46.1541343Z [4164/7871] 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-11-01T16:21:46.2019638Z [4165/7871] 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-11-01T16:21:46.2199917Z [4166/7871] 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-11-01T16:21:46.2396640Z [4167/7871] 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-11-01T16:21:46.2497831Z [4168/7871] 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-11-01T16:21:46.2693082Z [4169/7871] 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-11-01T16:21:46.2739361Z [4170/7871] 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-11-01T16:21:46.2754453Z [4171/7871] 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-11-01T16:21:46.3166289Z [4172/7871] 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-11-01T16:21:46.3629550Z [4173/7871] 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-11-01T16:21:46.3684695Z [4174/7871] 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-11-01T16:21:46.3697776Z [4175/7871] 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-11-01T16:21:46.4049413Z [4176/7871] 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-11-01T16:21:46.4190853Z [4177/7871] 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-11-01T16:21:46.4318094Z [4178/7871] 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-11-01T16:21:46.4370768Z [4179/7871] 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-11-01T16:21:46.4440413Z [4180/7871] 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-11-01T16:21:46.4987104Z [4181/7871] 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-11-01T16:21:46.5058667Z [4182/7871] 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-11-01T16:21:46.5314565Z [4183/7871] 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-11-01T16:21:46.5390543Z [4184/7871] 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-11-01T16:21:46.5542253Z [4185/7871] 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-11-01T16:21:46.5555015Z [4186/7871] 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-11-01T16:21:46.5795006Z [4187/7871] 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-11-01T16:21:46.6280589Z [4188/7871] 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-11-01T16:21:46.6298049Z [4189/7871] 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-11-01T16:21:46.6489453Z [4190/7871] 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-11-01T16:21:46.6750101Z [4191/7871] 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-11-01T16:21:46.6827808Z [4192/7871] 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-11-01T16:21:46.6963090Z [4193/7871] 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-11-01T16:21:46.7055848Z [4194/7871] 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-11-01T16:21:46.7155395Z [4195/7871] 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-11-01T16:21:46.7394954Z [4196/7871] 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-11-01T16:21:46.7583968Z [4197/7871] 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-11-01T16:21:46.7699663Z [4198/7871] 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-11-01T16:21:46.8299214Z [4199/7871] 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-11-01T16:21:46.8311690Z [4200/7871] 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-11-01T16:21:46.8517217Z [4201/7871] 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-11-01T16:21:46.8636340Z [4202/7871] 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-11-01T16:21:46.8702165Z [4203/7871] 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-11-01T16:21:46.8715867Z [4204/7871] 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-11-01T16:21:46.8768300Z [4205/7871] 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-11-01T16:21:46.9369549Z [4206/7871] 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-11-01T16:21:46.9455727Z [4207/7871] 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-11-01T16:21:46.9536993Z [4208/7871] 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-11-01T16:21:46.9805411Z [4209/7871] 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-11-01T16:21:46.9978005Z [4210/7871] 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-11-01T16:21:47.0097946Z [4211/7871] 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-11-01T16:21:47.0294765Z [4212/7871] 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-11-01T16:21:47.0314495Z [4213/7871] 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-11-01T16:21:47.0745964Z [4214/7871] 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-11-01T16:21:47.0794158Z [4215/7871] 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-11-01T16:21:47.0811397Z [4216/7871] 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-11-01T16:21:47.1130377Z [4217/7871] 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-11-01T16:21:47.1180616Z [4218/7871] 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-11-01T16:21:47.1456855Z [4219/7871] 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-11-01T16:21:47.1628249Z [4220/7871] 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-11-01T16:21:47.1702511Z [4221/7871] 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-11-01T16:21:47.1985137Z [4222/7871] 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-11-01T16:21:47.2036228Z [4223/7871] 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-11-01T16:21:47.2284505Z [4224/7871] 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-11-01T16:21:47.2515967Z [4225/7871] 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-11-01T16:21:47.2646586Z [4226/7871] 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-11-01T16:21:47.2659951Z [4227/7871] 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-11-01T16:21:47.3011598Z [4228/7871] 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-11-01T16:21:47.3111828Z [4229/7871] 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-11-01T16:21:47.3173423Z [4230/7871] 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-11-01T16:21:47.3185697Z [4231/7871] 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-11-01T16:21:47.3687706Z [4232/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.3875039Z [4233/7871] 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-11-01T16:21:47.3941685Z [4234/7871] 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-11-01T16:21:47.4272224Z [4235/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.4284854Z [4236/7871] 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-11-01T16:21:47.4332339Z [4237/7871] 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-11-01T16:21:47.4534436Z [4238/7871] 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-11-01T16:21:47.4606065Z [4239/7871] 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-11-01T16:21:47.5086487Z [4240/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.5214546Z [4241/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.5549812Z [4242/7871] 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-11-01T16:21:47.5562418Z [4243/7871] 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-11-01T16:21:47.5608894Z [4244/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.5661458Z [4245/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.5756901Z [4246/7871] 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-11-01T16:21:47.5808390Z [4247/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.6321382Z [4248/7871] 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-11-01T16:21:47.6859261Z [4249/7871] 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-11-01T16:21:47.6872340Z [4250/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.6931610Z [4251/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.6979421Z [4252/7871] 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-11-01T16:21:47.7181702Z [4253/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.7236311Z [4254/7871] 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-11-01T16:21:47.7341258Z [4255/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.7632274Z [4256/7871] 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-11-01T16:21:47.8311142Z [4257/7871] 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-11-01T16:21:47.8359171Z [4258/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.8451270Z [4259/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.8500359Z [4260/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.8646147Z [4261/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.8812180Z [4262/7871] 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-11-01T16:21:47.9117856Z [4263/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:21:47.9163116Z [4264/7871] 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-11-01T16:21:47.9207136Z [4265/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2024-11-01T16:21:47.9343111Z [4266/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128.c.obj 2024-11-01T16:21:47.9655780Z [4267/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2024-11-01T16:21:47.9858953Z [4268/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2024-11-01T16:21:48.0194085Z [4269/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2024-11-01T16:21:48.0241165Z [4270/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-28x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:21:48.0338033Z [4271/7871] 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-11-01T16:21:48.0614346Z [4272/7871] 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-11-01T16:21:48.0632766Z [4273/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256.c.obj 2024-11-01T16:21:48.0688555Z [4274/7871] 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-11-01T16:21:48.0703956Z [4275/7871] 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-11-01T16:21:48.0720682Z [4276/7871] 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-11-01T16:21:48.1555201Z [4277/7871] 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-11-01T16:21:48.1644139Z [4278/7871] 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-11-01T16:21:48.1659359Z [4279/7871] 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-11-01T16:21:48.1938689Z [4280/7871] 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-11-01T16:21:48.1984594Z [4281/7871] 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-11-01T16:21:48.2128242Z [4282/7871] 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-11-01T16:21:48.2204985Z [4283/7871] 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-11-01T16:21:48.2278350Z [4284/7871] 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-11-01T16:21:48.2815082Z [4285/7871] 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-11-01T16:21:48.2914242Z [4286/7871] 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-11-01T16:21:48.3123229Z [4287/7871] 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-11-01T16:21:48.3282002Z [4288/7871] 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-11-01T16:21:48.3369476Z [4289/7871] 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-11-01T16:21:48.3388894Z [4290/7871] 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-11-01T16:21:48.3442915Z [4291/7871] 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-11-01T16:21:48.3706330Z [4292/7871] 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-11-01T16:21:48.4006699Z [4293/7871] 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-11-01T16:21:48.4121788Z [4294/7871] 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-11-01T16:21:48.4583151Z [4295/7871] 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-11-01T16:21:48.4646002Z [4296/7871] 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-11-01T16:21:48.4698700Z [4297/7871] 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-11-01T16:21:48.4903762Z [4298/7871] 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-11-01T16:21:48.4955112Z [4299/7871] 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-11-01T16:21:48.5220590Z [4300/7871] 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-11-01T16:21:48.5275998Z [4301/7871] 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-11-01T16:21:48.5757123Z [4302/7871] 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-11-01T16:21:48.5919705Z [4303/7871] 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-11-01T16:21:48.5933276Z [4304/7871] 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-11-01T16:21:48.6014824Z [4305/7871] 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-11-01T16:21:48.6059221Z [4306/7871] 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-11-01T16:21:48.6310243Z [4307/7871] 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-11-01T16:21:48.6358142Z [4308/7871] 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-11-01T16:21:48.6617855Z [4309/7871] 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-11-01T16:21:48.7162037Z [4310/7871] 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-11-01T16:21:48.7209595Z [4311/7871] 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-11-01T16:21:48.7256427Z [4312/7871] 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-11-01T16:21:48.7329865Z [4313/7871] 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-11-01T16:21:48.7394653Z [4314/7871] 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-11-01T16:21:48.7555953Z [4315/7871] 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-11-01T16:21:48.8004234Z [4316/7871] 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-11-01T16:21:48.8258476Z [4317/7871] 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-11-01T16:21:48.8330339Z [4318/7871] 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-11-01T16:21:48.8555077Z [4319/7871] 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-11-01T16:21:48.8646351Z [4320/7871] 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-11-01T16:21:48.8699954Z [4321/7871] 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-11-01T16:21:48.8769070Z [4322/7871] 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-11-01T16:21:48.9032779Z [4323/7871] 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-11-01T16:21:48.9163820Z [4324/7871] 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-11-01T16:21:48.9504384Z [4325/7871] 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-11-01T16:21:48.9728109Z [4326/7871] 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-11-01T16:21:48.9782637Z [4327/7871] 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-11-01T16:21:48.9892451Z [4328/7871] 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-11-01T16:21:48.9940077Z [4329/7871] 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-11-01T16:21:49.0024111Z [4330/7871] 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-11-01T16:21:49.0247422Z [4331/7871] 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-11-01T16:21:49.0719037Z [4332/7871] 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-11-01T16:21:49.0968800Z [4333/7871] 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-11-01T16:21:49.1080967Z [4334/7871] 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-11-01T16:21:49.1097838Z [4335/7871] 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-11-01T16:21:49.1314363Z [4336/7871] 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-11-01T16:21:49.1369892Z [4337/7871] 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-11-01T16:21:49.1469029Z [4338/7871] 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-11-01T16:21:49.1722636Z [4339/7871] 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-11-01T16:21:49.1861527Z [4340/7871] 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-11-01T16:21:49.2039148Z [4341/7871] 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-11-01T16:21:49.2154015Z [4342/7871] 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-11-01T16:21:49.2543874Z [4343/7871] 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-11-01T16:21:49.2557179Z [4344/7871] 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-11-01T16:21:49.2756061Z [4345/7871] 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-11-01T16:21:49.2800495Z [4346/7871] 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-11-01T16:21:49.3074760Z [4347/7871] 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-11-01T16:21:49.3212530Z [4348/7871] 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-11-01T16:21:49.3254550Z [4349/7871] 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-11-01T16:21:49.3319835Z [4350/7871] 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-11-01T16:21:49.3402877Z [4351/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64.c.obj 2024-11-01T16:21:49.3531474Z [4352/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2024-11-01T16:21:49.3802575Z [4353/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2024-11-01T16:21:49.4199321Z [4354/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2024-11-01T16:21:49.4276633Z [4355/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2024-11-01T16:21:49.4422099Z [4356/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:21:49.4561478Z [4357/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128.c.obj 2024-11-01T16:21:49.4577566Z [4358/7871] 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-11-01T16:21:49.4627864Z [4359/7871] 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-11-01T16:21:49.4855885Z [4360/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:21:49.4875963Z [4361/7871] 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-11-01T16:21:49.5331741Z [4362/7871] 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-11-01T16:21:49.5813726Z [4363/7871] 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-11-01T16:21:49.5826607Z [4364/7871] 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-11-01T16:21:49.5878326Z [4365/7871] 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-11-01T16:21:49.6072056Z [4366/7871] 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-11-01T16:21:49.6255190Z [4367/7871] 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-11-01T16:21:49.6302834Z [4368/7871] 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-11-01T16:21:49.6533863Z [4369/7871] 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-11-01T16:21:49.6606260Z [4370/7871] 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-11-01T16:21:49.7015181Z [4371/7871] 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-11-01T16:21:49.7030947Z [4372/7871] 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-11-01T16:21:49.7392951Z [4373/7871] 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-11-01T16:21:49.7449604Z [4374/7871] 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-11-01T16:21:49.7541804Z [4375/7871] 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-11-01T16:21:49.7598654Z [4376/7871] 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-11-01T16:21:49.7767238Z [4377/7871] 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-11-01T16:21:49.8159421Z [4378/7871] 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-11-01T16:21:49.8209669Z [4379/7871] 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-11-01T16:21:49.8271990Z [4380/7871] 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-11-01T16:21:49.8684767Z [4381/7871] 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-11-01T16:21:49.8728061Z [4382/7871] 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-11-01T16:21:49.8953469Z [4383/7871] 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-11-01T16:21:49.9138322Z [4384/7871] 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-11-01T16:21:49.9291824Z [4385/7871] 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-11-01T16:21:49.9462856Z [4386/7871] 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-11-01T16:21:49.9476407Z [4387/7871] 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-11-01T16:21:49.9601090Z [4388/7871] 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-11-01T16:21:49.9997177Z [4389/7871] 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-11-01T16:21:50.0012225Z [4390/7871] 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-11-01T16:21:50.0229648Z [4391/7871] 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-11-01T16:21:50.0374037Z [4392/7871] 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-11-01T16:21:50.0538104Z [4393/7871] 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-11-01T16:21:50.0673900Z [4394/7871] 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-11-01T16:21:50.0693694Z [4395/7871] 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-11-01T16:21:50.1146096Z [4396/7871] 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-11-01T16:21:50.1230951Z [4397/7871] 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-11-01T16:21:50.1281806Z [4398/7871] 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-11-01T16:21:50.1382665Z [4399/7871] 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-11-01T16:21:50.1712223Z [4400/7871] 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-11-01T16:21:50.1795674Z [4401/7871] 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-11-01T16:21:50.2066727Z [4402/7871] 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-11-01T16:21:50.2476929Z [4403/7871] 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-11-01T16:21:50.2522037Z [4404/7871] 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-11-01T16:21:50.2569693Z [4405/7871] 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-11-01T16:21:50.2754525Z [4406/7871] 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-11-01T16:21:50.2907622Z [4407/7871] 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-11-01T16:21:50.2958464Z [4408/7871] 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-11-01T16:21:50.3257364Z [4409/7871] 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-11-01T16:21:50.3336514Z [4410/7871] 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-11-01T16:21:50.3796189Z [4411/7871] 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-11-01T16:21:50.3969409Z [4412/7871] 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-11-01T16:21:50.4157927Z [4413/7871] 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-11-01T16:21:50.4305086Z [4414/7871] 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-11-01T16:21:50.4366057Z [4415/7871] 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-11-01T16:21:50.4378373Z [4416/7871] 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-11-01T16:21:50.4736671Z [4417/7871] 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-11-01T16:21:50.4905791Z [4418/7871] 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-11-01T16:21:50.5144430Z [4419/7871] 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-11-01T16:21:50.5218643Z [4420/7871] 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-11-01T16:21:50.5370352Z [4421/7871] 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-11-01T16:21:50.5706297Z [4422/7871] 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-11-01T16:21:50.5914933Z [4423/7871] 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-11-01T16:21:50.5965350Z [4424/7871] 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-11-01T16:21:50.6161623Z [4425/7871] 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-11-01T16:21:50.6301352Z [4426/7871] 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-11-01T16:21:50.6354618Z [4427/7871] 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-11-01T16:21:50.7151635Z [4428/7871] 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-11-01T16:21:50.7196517Z [4429/7871] 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-11-01T16:21:50.7339421Z [4430/7871] 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-11-01T16:21:50.7402757Z [4431/7871] 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-11-01T16:21:50.7449502Z [4432/7871] 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-11-01T16:21:50.8072767Z [4433/7871] 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-11-01T16:21:50.8356530Z [4434/7871] 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-11-01T16:21:50.8489251Z [4435/7871] 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-11-01T16:21:50.8501727Z [4436/7871] 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-11-01T16:21:50.8605559Z [4437/7871] 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-11-01T16:21:50.8661201Z [4438/7871] 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-11-01T16:21:50.8673905Z [4439/7871] 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-11-01T16:21:50.8800070Z [4440/7871] 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-11-01T16:21:50.9728128Z [4441/7871] 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-11-01T16:21:50.9741676Z [4442/7871] 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-11-01T16:21:50.9913824Z [4443/7871] 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-11-01T16:21:50.9976733Z [4444/7871] 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-11-01T16:21:51.0056730Z [4445/7871] 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-11-01T16:21:51.0441828Z [4446/7871] 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-11-01T16:21:51.0526998Z [4447/7871] 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-11-01T16:21:51.0808655Z [4448/7871] 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-11-01T16:21:51.1052862Z [4449/7871] 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-11-01T16:21:51.1142817Z [4450/7871] 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-11-01T16:21:51.1350680Z [4451/7871] 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-11-01T16:21:51.1401022Z [4452/7871] 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-11-01T16:21:51.1729832Z [4453/7871] 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-11-01T16:21:51.2171429Z [4454/7871] 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-11-01T16:21:51.2353262Z [4455/7871] 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-11-01T16:21:51.2477327Z [4456/7871] 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-11-01T16:21:51.2522098Z [4457/7871] 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-11-01T16:21:51.2726836Z [4458/7871] 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-11-01T16:21:51.3096055Z [4459/7871] 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-11-01T16:21:51.3241178Z [4460/7871] 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-11-01T16:21:51.3303762Z [4461/7871] 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-11-01T16:21:51.3432670Z [4462/7871] 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-11-01T16:21:51.3514341Z [4463/7871] 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-11-01T16:21:51.3873263Z [4464/7871] 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-11-01T16:21:51.3931735Z [4465/7871] 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-11-01T16:21:51.4180263Z [4466/7871] 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-11-01T16:21:51.4493073Z [4467/7871] 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-11-01T16:21:51.4598216Z [4468/7871] 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-11-01T16:21:51.4716163Z [4469/7871] 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-11-01T16:21:51.4797561Z [4470/7871] 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-11-01T16:21:51.5084853Z [4471/7871] 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-11-01T16:21:51.5360782Z [4472/7871] 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-11-01T16:21:51.5433436Z [4473/7871] 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-11-01T16:21:51.5786860Z [4474/7871] 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-11-01T16:21:51.5849684Z [4475/7871] 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-11-01T16:21:51.5916840Z [4476/7871] 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-11-01T16:21:51.5928759Z [4477/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2024-11-01T16:21:51.6065754Z [4478/7871] 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-11-01T16:21:51.6270700Z [4479/7871] 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-11-01T16:21:51.6674087Z [4480/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64.c.obj 2024-11-01T16:21:51.6718805Z [4481/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2024-11-01T16:21:51.6888765Z [4482/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128.c.obj 2024-11-01T16:21:51.6935175Z [4483/7871] 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-11-01T16:21:51.7051994Z [4484/7871] 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-11-01T16:21:51.7413171Z [4485/7871] 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-11-01T16:21:51.7482816Z [4486/7871] 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-11-01T16:21:51.7623641Z [4487/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2024-11-01T16:21:51.7689738Z [4488/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2024-11-01T16:21:51.7966254Z [4489/7871] 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-11-01T16:21:51.8067524Z [4490/7871] 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-11-01T16:21:51.8117177Z [4491/7871] 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-11-01T16:21:51.8290884Z [4492/7871] 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-11-01T16:21:51.8666970Z [4493/7871] 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-11-01T16:21:51.8740028Z [4494/7871] 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-11-01T16:21:51.9193422Z [4495/7871] 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-11-01T16:21:51.9359154Z [4496/7871] 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-11-01T16:21:51.9581796Z [4497/7871] 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-11-01T16:21:51.9637353Z [4498/7871] 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-11-01T16:21:51.9843769Z [4499/7871] 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-11-01T16:21:51.9980341Z [4500/7871] 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-11-01T16:21:52.0032109Z [4501/7871] 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-11-01T16:21:52.0122519Z [4502/7871] 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-11-01T16:21:52.0375554Z [4503/7871] 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-11-01T16:21:52.0491227Z [4504/7871] 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-11-01T16:21:52.0731311Z [4505/7871] 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-11-01T16:21:52.1036334Z [4506/7871] 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-11-01T16:21:52.1175954Z [4507/7871] 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-11-01T16:21:52.1364556Z [4508/7871] 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-11-01T16:21:52.1516385Z [4509/7871] 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-11-01T16:21:52.1578374Z [4510/7871] 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-11-01T16:21:52.1878958Z [4511/7871] 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-11-01T16:21:52.2249056Z [4512/7871] 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-11-01T16:21:52.2262313Z [4513/7871] 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-11-01T16:21:52.2340409Z [4514/7871] 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-11-01T16:21:52.2446210Z [4515/7871] 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-11-01T16:21:52.2839607Z [4516/7871] 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-11-01T16:21:52.3175814Z [4517/7871] 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-11-01T16:21:52.3228390Z [4518/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-11-01T16:21:52.3531432Z [4519/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-11-01T16:21:52.3588248Z [4520/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-11-01T16:21:52.3653216Z [4521/7871] 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-11-01T16:21:52.3929622Z [4522/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-11-01T16:21:52.4011559Z [4523/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-11-01T16:21:52.4089047Z [4524/7871] 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-11-01T16:21:52.4281672Z [4525/7871] 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-11-01T16:21:52.4599385Z [4526/7871] 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-11-01T16:21:52.4932527Z [4527/7871] 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-11-01T16:21:52.5155894Z [4528/7871] 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-11-01T16:21:52.5291845Z [4529/7871] 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-11-01T16:21:52.5305096Z [4530/7871] 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-11-01T16:21:52.5361309Z [4531/7871] 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-11-01T16:21:52.5412333Z [4532/7871] 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-11-01T16:21:52.5595267Z [4533/7871] 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-11-01T16:21:52.5720742Z [4534/7871] 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-11-01T16:21:52.6157898Z [4535/7871] 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-11-01T16:21:52.6607121Z [4536/7871] 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-11-01T16:21:52.6675004Z [4537/7871] 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-11-01T16:21:52.6925127Z [4538/7871] 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-11-01T16:21:52.7076057Z [4539/7871] 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-11-01T16:21:52.7229141Z [4540/7871] 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-11-01T16:21:52.7280319Z [4541/7871] 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-11-01T16:21:52.7497171Z [4542/7871] 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-11-01T16:21:52.7758727Z [4543/7871] 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-11-01T16:21:52.7901658Z [4544/7871] 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-11-01T16:21:52.7999379Z [4545/7871] 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-11-01T16:21:52.8247550Z [4546/7871] 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-11-01T16:21:52.8329538Z [4547/7871] 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-11-01T16:21:52.8565675Z [4548/7871] 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-11-01T16:21:52.8619195Z [4549/7871] 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-11-01T16:21:52.8903710Z [4550/7871] 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-11-01T16:21:52.9134270Z [4551/7871] 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-11-01T16:21:52.9343990Z [4552/7871] 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-11-01T16:21:52.9478980Z [4553/7871] 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-11-01T16:21:52.9683616Z [4554/7871] 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-11-01T16:21:52.9749591Z [4555/7871] 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-11-01T16:21:53.0043185Z [4556/7871] 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-11-01T16:21:53.0434679Z [4557/7871] 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-11-01T16:21:53.0493359Z [4558/7871] 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-11-01T16:21:53.0704012Z [4559/7871] 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-11-01T16:21:53.0716029Z [4560/7871] 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-11-01T16:21:53.1015441Z [4561/7871] 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-11-01T16:21:53.1084131Z [4562/7871] 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-11-01T16:21:53.1291932Z [4563/7871] 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-11-01T16:21:53.1422341Z [4564/7871] 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-11-01T16:21:53.1631413Z [4565/7871] 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-11-01T16:21:53.1777793Z [4566/7871] 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-11-01T16:21:53.2042613Z [4567/7871] 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-11-01T16:21:53.2139529Z [4568/7871] 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-11-01T16:21:53.2225402Z [4569/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-11-01T16:21:53.2415281Z [4570/7871] 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-11-01T16:21:53.2498853Z [4571/7871] 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-11-01T16:21:53.2691044Z [4572/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-11-01T16:21:53.2953112Z [4573/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-11-01T16:21:53.3037514Z [4574/7871] 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-11-01T16:21:53.3295246Z [4575/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256skx.c.obj 2024-11-01T16:21:53.3335326Z [4576/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-11-01T16:21:53.3546610Z [4577/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-11-01T16:21:53.3958948Z [4578/7871] 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-11-01T16:21:53.4054604Z [4579/7871] 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-11-01T16:21:53.4144943Z [4580/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-11-01T16:21:53.4341461Z [4581/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-11-01T16:21:53.4380812Z [4582/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-11-01T16:21:53.4560733Z [4583/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-11-01T16:21:53.5193196Z [4584/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnnigfni.c.obj 2024-11-01T16:21:53.5500420Z [4585/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnni.c.obj 2024-11-01T16:21:53.6012339Z [4586/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-11-01T16:21:53.6331415Z [4587/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-11-01T16:21:53.6593576Z [4588/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-11-01T16:21:53.6875048Z [4589/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-11-01T16:21:53.7202992Z [4590/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-11-01T16:21:53.7546012Z [4591/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-11-01T16:21:53.7818568Z [4592/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-11-01T16:21:53.8238280Z [4593/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-11-01T16:21:53.8448148Z [4594/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-11-01T16:21:55.7784888Z [4595/7871] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2024-11-01T16:21:55.8011814Z [4596/7871] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-11-01T16:21:55.8051106Z [4597/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-11-01T16:21:55.8462374Z [4598/7871] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-11-01T16:21:55.8672435Z [4599/7871] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-11-01T16:21:55.8893870Z [4600/7871] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-11-01T16:21:55.8945328Z [4601/7871] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-11-01T16:21:55.9512452Z [4602/7871] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-11-01T16:21:56.0178339Z [4603/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-11-01T16:21:56.0231063Z [4604/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-11-01T16:21:56.0335275Z [4605/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-11-01T16:21:56.1006545Z [4606/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-11-01T16:21:56.1270970Z [4607/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-11-01T16:21:56.1681094Z [4608/7871] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-11-01T16:21:56.1785831Z [4609/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-11-01T16:21:56.1842974Z [4610/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-11-01T16:21:56.1891950Z [4611/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-11-01T16:21:56.2299001Z [4612/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-11-01T16:21:56.2870434Z [4613/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-11-01T16:21:56.3524030Z [4614/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-11-01T16:21:56.3679584Z [4615/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-11-01T16:21:56.4242406Z [4616/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-11-01T16:21:56.4243387Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:56.4354286Z [4617/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-11-01T16:21:56.4614200Z [4618/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-11-01T16:21:56.4765169Z [4619/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-11-01T16:21:56.4766131Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:56.5901376Z [4620/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-11-01T16:21:56.5902405Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:56.6279603Z [4621/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-11-01T16:21:56.6280582Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:56.6644247Z [4622/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-11-01T16:21:56.7717503Z [4623/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-11-01T16:21:56.8847934Z [4624/7871] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-11-01T16:21:56.9106039Z [4625/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-11-01T16:21:56.9190505Z [4626/7871] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-11-01T16:21:56.9678660Z [4627/7871] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-11-01T16:21:57.0238778Z [4628/7871] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-11-01T16:21:57.0256644Z [4629/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-11-01T16:21:57.0613797Z [4630/7871] Linking CXX static library lib\gmock.lib 2024-11-01T16:21:57.1274161Z [4631/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-11-01T16:21:57.1792723Z [4632/7871] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-11-01T16:21:57.2394790Z [4633/7871] Linking CXX static library lib\gmock_main.lib 2024-11-01T16:21:57.2479040Z [4634/7871] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-11-01T16:21:57.2982637Z [4635/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-11-01T16:21:57.3041334Z [4636/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-11-01T16:21:57.3158424Z [4637/7871] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-11-01T16:21:57.3639681Z [4638/7871] Linking CXX static library lib\gtest.lib 2024-11-01T16:21:57.3874213Z [4639/7871] Linking CXX static library lib\gtest_main.lib 2024-11-01T16:21:57.4150599Z [4640/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-11-01T16:21:57.4327711Z [4641/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-11-01T16:21:57.4776008Z [4642/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-11-01T16:21:57.4863024Z [4643/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-11-01T16:21:57.5976184Z [4644/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-11-01T16:21:57.6076719Z [4645/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-11-01T16:21:57.6138776Z [4646/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-11-01T16:21:57.6581582Z [4647/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-11-01T16:21:57.6582732Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.6630626Z [4648/7871] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-11-01T16:21:57.6820614Z [4649/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-11-01T16:21:57.6821543Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.6975290Z [4650/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-11-01T16:21:57.6976322Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.7158554Z [4651/7871] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-11-01T16:21:57.7159526Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.7196176Z [4652/7871] Linking CXX static library lib\benchmark.lib 2024-11-01T16:21:57.7319373Z [4653/7871] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-11-01T16:21:57.7441541Z [4654/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-11-01T16:21:57.7442610Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.8103802Z [4655/7871] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-11-01T16:21:57.8106360Z 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-11-01T16:21:57.8108237Z 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-11-01T16:21:57.8110085Z 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-11-01T16:21:57.8458789Z [4656/7871] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-11-01T16:21:57.8473548Z [4657/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-11-01T16:21:57.8474723Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.8950167Z [4658/7871] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-11-01T16:21:57.8951050Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.9176418Z [4659/7871] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-11-01T16:21:57.9494204Z [4660/7871] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-11-01T16:21:57.9495491Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.9794461Z [4661/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-11-01T16:21:57.9795946Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:57.9797091Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:57.9917268Z [4662/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-11-01T16:21:57.9919072Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(615): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:57.9920668Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.0965529Z [4663/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-11-01T16:21:58.0967497Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.1084726Z [4664/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-11-01T16:21:58.1087075Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.1088517Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.1297531Z [4665/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-11-01T16:21:58.1298572Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.1378813Z [4666/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-11-01T16:21:58.1379974Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.1617287Z [4667/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-11-01T16:21:58.1619161Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2178): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.1620386Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.1853609Z [4668/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-11-01T16:21:58.1856920Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1133): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.1859887Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1421): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.1862116Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.2748733Z [4669/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-11-01T16:21:58.2750646Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.2855847Z [4670/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-11-01T16:21:58.2856921Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.3499154Z [4671/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-11-01T16:21:58.3500176Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.3887470Z [4672/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-11-01T16:21:58.3888646Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.4198935Z [4673/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-11-01T16:21:58.4200693Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.4319623Z [4674/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-11-01T16:21:58.4321341Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.4609875Z [4675/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-11-01T16:21:58.4611017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.4876180Z [4676/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-11-01T16:21:58.4877260Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.5406088Z [4677/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-11-01T16:21:58.5409034Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.5411208Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.5725759Z [4678/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-11-01T16:21:58.5727520Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(492): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.5729135Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.5747141Z [4679/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-11-01T16:21:58.5748404Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.6572409Z [4680/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-11-01T16:21:58.6574256Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.6575572Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.6639137Z [4681/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-11-01T16:21:58.6640291Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.7021057Z [4682/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-11-01T16:21:58.7022036Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.7192224Z [4683/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-11-01T16:21:58.7194146Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.7967173Z [4684/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-11-01T16:21:58.7968236Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.8080939Z [4685/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-11-01T16:21:58.8435772Z [4686/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-11-01T16:21:58.8439229Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:58.8441474Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.8484191Z [4687/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-11-01T16:21:58.8485734Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.8838746Z [4688/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-11-01T16:21:58.8839887Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.9420538Z [4689/7871] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-11-01T16:21:58.9423308Z 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-11-01T16:21:58.9426528Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1545): warning C4090: 'initializing': different 'const' qualifiers 2024-11-01T16:21:58.9879489Z [4690/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-11-01T16:21:58.9880445Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:58.9927112Z [4691/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-11-01T16:21:58.9929409Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.0153383Z [4692/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-11-01T16:21:59.0154933Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.0618357Z [4693/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-11-01T16:21:59.0619543Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.0737283Z [4694/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-11-01T16:21:59.0738885Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.1232985Z [4695/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-11-01T16:21:59.1233974Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.1397164Z [4696/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-11-01T16:21:59.1399005Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.1734492Z [4697/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-11-01T16:21:59.1736102Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.2279382Z [4698/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-11-01T16:21:59.2280578Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.2465606Z [4699/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-11-01T16:21:59.2467322Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.2526370Z [4700/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-11-01T16:21:59.2528222Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.3539308Z [4701/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-11-01T16:21:59.3540316Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.4051641Z [4702/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-11-01T16:21:59.4052617Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.4174000Z [4703/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copysign.c.obj 2024-11-01T16:21:59.4174943Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.4385189Z [4704/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-11-01T16:21:59.4386354Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.4631998Z [4705/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-11-01T16:21:59.4633485Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.4720933Z [4706/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-11-01T16:21:59.4722009Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.4929867Z [4707/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-11-01T16:21:59.4931030Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.5016818Z [4708/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-11-01T16:21:59.5017764Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.6185131Z [4709/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-11-01T16:21:59.6186132Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.6532388Z [4710/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-11-01T16:21:59.6533448Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.6615466Z [4711/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-11-01T16:21:59.6616545Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.6854194Z [4712/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-11-01T16:21:59.6855236Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.7202937Z [4713/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-11-01T16:21:59.7203949Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.7296688Z [4714/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-11-01T16:21:59.7298126Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.7326988Z [4715/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\exp.c.obj 2024-11-01T16:21:59.7328043Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.7865168Z [4716/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-11-01T16:21:59.7866359Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.8811834Z [4717/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-11-01T16:21:59.8812810Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.8908979Z [4718/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\gelu.c.obj 2024-11-01T16:21:59.8910717Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.8991555Z [4719/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-11-01T16:21:59.9304985Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.9306050Z [4720/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-11-01T16:21:59.9307048Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.9471667Z [4721/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\log.c.obj 2024-11-01T16:21:59.9472619Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:59.9602467Z [4722/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-11-01T16:21:59.9604265Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.0007313Z [4723/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-11-01T16:22:00.0009163Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.0360889Z [4724/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-11-01T16:22:00.0361927Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.1174521Z [4725/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-11-01T16:22:00.1176165Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.1372681Z [4726/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-11-01T16:22:00.1554939Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.1556208Z [4727/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reciprocal-square-root.c.obj 2024-11-01T16:22:00.1557274Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.1741891Z [4728/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-11-01T16:22:00.1744137Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.1921144Z [4729/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-11-01T16:22:00.1922413Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.2223131Z [4730/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-11-01T16:22:00.2224066Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.2346254Z [4731/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-11-01T16:22:00.2348098Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.2736411Z [4732/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-11-01T16:22:00.2737653Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.3920416Z [4733/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-11-01T16:22:00.3921478Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.4030969Z [4734/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-11-01T16:22:00.4031920Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.4110627Z [4735/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-11-01T16:22:00.4111551Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.4293472Z [4736/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-11-01T16:22:00.4294768Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.4551973Z [4737/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-11-01T16:22:00.4553637Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.4716681Z [4738/7871] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-11-01T16:22:00.4717742Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.4843630Z [4739/7871] Linking CXX static library lib\benchmark_main.lib 2024-11-01T16:22:00.5514338Z [4740/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-11-01T16:22:00.5709434Z [4741/7871] Generating build_identifier.c 2024-11-01T16:22:00.5997977Z [4742/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-11-01T16:22:00.6125370Z [4743/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-11-01T16:22:00.7010999Z [4744/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-11-01T16:22:00.7083680Z [4745/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-11-01T16:22:00.7392997Z [4746/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-11-01T16:22:00.7464923Z [4747/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-11-01T16:22:00.8086457Z [4748/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-11-01T16:22:00.8087570Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.9458632Z [4749/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-11-01T16:22:00.9459726Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.9711803Z [4750/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-11-01T16:22:00.9712792Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:00.9946904Z [4751/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-11-01T16:22:01.0023952Z [4752/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-11-01T16:22:01.0025417Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.0185987Z [4753/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-11-01T16:22:01.0187686Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.0475171Z [4754/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-11-01T16:22:01.0476855Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.1341610Z [4755/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-11-01T16:22:01.1343363Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.2544508Z [4756/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-11-01T16:22:01.2546256Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.2975307Z [4757/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-11-01T16:22:01.2976510Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.3311496Z [4758/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-11-01T16:22:01.3312589Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.3550837Z [4759/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-11-01T16:22:01.3551879Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.3853593Z [4760/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-11-01T16:22:01.3855122Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.4152769Z [4761/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-11-01T16:22:01.4154514Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.4536765Z [4762/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-11-01T16:22:01.4537860Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.5849356Z [4763/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-11-01T16:22:01.5850488Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.6033501Z [4764/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-11-01T16:22:01.6034469Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.6288193Z [4765/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-11-01T16:22:01.6290109Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.7184122Z [4766/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-11-01T16:22:01.7185090Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.7290839Z [4767/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-11-01T16:22:01.7292642Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.7383214Z [4768/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-11-01T16:22:01.7384856Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.8167302Z [4769/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-11-01T16:22:01.8169006Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.8245862Z [4770/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-11-01T16:22:01.8247450Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.9755794Z [4771/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-11-01T16:22:01.9756858Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:01.9862894Z [4772/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-11-01T16:22:01.9863942Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.0094848Z [4773/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-11-01T16:22:02.0096191Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.0568187Z [4774/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2024-11-01T16:22:02.0569118Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.0639740Z [4775/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-11-01T16:22:02.0641133Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.0726729Z [4776/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-11-01T16:22:02.0727801Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.0825585Z [4777/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-11-01T16:22:02.0826457Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.0994431Z [4778/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-11-01T16:22:02.0995552Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.1497890Z [4779/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-11-01T16:22:02.1499025Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.1713367Z [4780/7871] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-11-01T16:22:02.1714390Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:22:02.2462082Z [4781/7871] Linking C static library lib\XNNPACK.lib 2024-11-01T16:22:02.2692473Z [4782/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-11-01T16:22:02.3235509Z [4783/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-11-01T16:22:02.3580088Z [4784/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-11-01T16:22:02.3583303Z 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-11-01T16:22:02.3586406Z with 2024-11-01T16:22:02.3586827Z [ 2024-11-01T16:22:02.3587164Z T=uint8_t, 2024-11-01T16:22:02.3587628Z accT=int32_t, 2024-11-01T16:22:02.3588140Z inpType=uint8_t 2024-11-01T16:22:02.3588583Z ] 2024-11-01T16:22:02.3590771Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.3593157Z with 2024-11-01T16:22:02.3593976Z [ 2024-11-01T16:22:02.3594543Z T=uint8_t, 2024-11-01T16:22:02.3595070Z accT=int32_t 2024-11-01T16:22:02.3595521Z ] 2024-11-01T16:22:02.3599933Z 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-11-01T16:22:02.3603438Z with 2024-11-01T16:22:02.3603891Z [ 2024-11-01T16:22:02.3604321Z T=uint8_t, 2024-11-01T16:22:02.3604849Z accT=int32_t 2024-11-01T16:22:02.3605360Z ] 2024-11-01T16:22:02.3607895Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.3610300Z with 2024-11-01T16:22:02.3610747Z [ 2024-11-01T16:22:02.3611188Z T=uint8_t, 2024-11-01T16:22:02.3611695Z accT=int32_t 2024-11-01T16:22:02.3612178Z ] 2024-11-01T16:22:02.3615412Z 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-11-01T16:22:02.3618748Z with 2024-11-01T16:22:02.3619199Z [ 2024-11-01T16:22:02.3619693Z T=int8_t, 2024-11-01T16:22:02.3620187Z accT=int32_t, 2024-11-01T16:22:02.3620742Z inpType=int8_t 2024-11-01T16:22:02.3621290Z ] 2024-11-01T16:22:02.3623330Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.3625538Z with 2024-11-01T16:22:02.3625932Z [ 2024-11-01T16:22:02.3626324Z T=int8_t, 2024-11-01T16:22:02.3626790Z accT=int32_t 2024-11-01T16:22:02.3627271Z ] 2024-11-01T16:22:02.3630492Z 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-11-01T16:22:02.3633940Z with 2024-11-01T16:22:02.3634598Z [ 2024-11-01T16:22:02.3635033Z T=int8_t, 2024-11-01T16:22:02.3635532Z accT=int32_t 2024-11-01T16:22:02.3636062Z ] 2024-11-01T16:22:02.3638196Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.3640492Z with 2024-11-01T16:22:02.3640935Z [ 2024-11-01T16:22:02.3641364Z T=int8_t, 2024-11-01T16:22:02.3658058Z accT=int32_t 2024-11-01T16:22:02.3658419Z ] 2024-11-01T16:22:02.3660451Z 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-11-01T16:22:02.3662537Z with 2024-11-01T16:22:02.3662799Z [ 2024-11-01T16:22:02.3663068Z ACC_T=int32_t, 2024-11-01T16:22:02.3663378Z T=uint8_t, 2024-11-01T16:22:02.3663669Z accT=int32_t, 2024-11-01T16:22:02.3664044Z inpType=uint8_t 2024-11-01T16:22:02.3664360Z ] 2024-11-01T16:22:02.3665680Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.3667052Z with 2024-11-01T16:22:02.3667297Z [ 2024-11-01T16:22:02.3667547Z ACC_T=int32_t, 2024-11-01T16:22:02.3667842Z T=uint8_t, 2024-11-01T16:22:02.3668132Z accT=int32_t 2024-11-01T16:22:02.3668422Z ] 2024-11-01T16:22:02.3670380Z 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-11-01T16:22:02.3672612Z with 2024-11-01T16:22:02.3672902Z [ 2024-11-01T16:22:02.3673230Z ACC_T=int32_t, 2024-11-01T16:22:02.3673711Z T=uint8_t, 2024-11-01T16:22:02.3674042Z accT=int32_t 2024-11-01T16:22:02.3674321Z ] 2024-11-01T16:22:02.3675600Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.3677047Z with 2024-11-01T16:22:02.3677317Z [ 2024-11-01T16:22:02.3677569Z ACC_T=int32_t, 2024-11-01T16:22:02.3677934Z T=uint8_t, 2024-11-01T16:22:02.3678288Z accT=int32_t 2024-11-01T16:22:02.3678590Z ] 2024-11-01T16:22:02.3680656Z 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-11-01T16:22:02.3682762Z with 2024-11-01T16:22:02.3682997Z [ 2024-11-01T16:22:02.3683242Z ACC_T=int32_t, 2024-11-01T16:22:02.3683551Z T=uint8_t, 2024-11-01T16:22:02.3683832Z accT=int32_t, 2024-11-01T16:22:02.3684234Z inpType=uint8_t 2024-11-01T16:22:02.3684576Z ] 2024-11-01T16:22:02.3685737Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.3686987Z with 2024-11-01T16:22:02.3687231Z [ 2024-11-01T16:22:02.3687465Z ACC_T=int32_t, 2024-11-01T16:22:02.3688004Z T=uint8_t, 2024-11-01T16:22:02.3688463Z accT=int32_t 2024-11-01T16:22:02.3688750Z ] 2024-11-01T16:22:02.3690786Z 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-11-01T16:22:02.3692887Z with 2024-11-01T16:22:02.3693138Z [ 2024-11-01T16:22:02.3693375Z ACC_T=int32_t, 2024-11-01T16:22:02.3693683Z T=uint8_t, 2024-11-01T16:22:02.3693975Z accT=int32_t 2024-11-01T16:22:02.3694252Z ] 2024-11-01T16:22:02.3695453Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.3696746Z with 2024-11-01T16:22:02.3696985Z [ 2024-11-01T16:22:02.3697228Z ACC_T=int32_t, 2024-11-01T16:22:02.3697536Z T=uint8_t, 2024-11-01T16:22:02.3697813Z accT=int32_t 2024-11-01T16:22:02.3698117Z ] 2024-11-01T16:22:02.3699984Z 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-11-01T16:22:02.3702135Z with 2024-11-01T16:22:02.3702382Z [ 2024-11-01T16:22:02.3702629Z ACC_T=int32_t, 2024-11-01T16:22:02.3702924Z T=uint8_t, 2024-11-01T16:22:02.3703233Z accT=int32_t, 2024-11-01T16:22:02.3703567Z inpType=uint8_t 2024-11-01T16:22:02.3703858Z ] 2024-11-01T16:22:02.3705025Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.3706466Z with 2024-11-01T16:22:02.3706703Z [ 2024-11-01T16:22:02.3707099Z ACC_T=int32_t, 2024-11-01T16:22:02.3707409Z T=uint8_t, 2024-11-01T16:22:02.3707686Z accT=int32_t 2024-11-01T16:22:02.3707978Z ] 2024-11-01T16:22:02.3709832Z 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-11-01T16:22:02.3711882Z with 2024-11-01T16:22:02.3712114Z [ 2024-11-01T16:22:02.3712359Z ACC_T=int32_t, 2024-11-01T16:22:02.3712711Z T=uint8_t, 2024-11-01T16:22:02.3713025Z accT=int32_t 2024-11-01T16:22:02.3713327Z ] 2024-11-01T16:22:02.3714532Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.3715816Z with 2024-11-01T16:22:02.3716063Z [ 2024-11-01T16:22:02.3716308Z ACC_T=int32_t, 2024-11-01T16:22:02.3716603Z T=uint8_t, 2024-11-01T16:22:02.3716896Z accT=int32_t 2024-11-01T16:22:02.3717255Z ] 2024-11-01T16:22:02.3718899Z 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-11-01T16:22:02.3722372Z 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-11-01T16:22:02.3726180Z 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-11-01T16:22:02.3729503Z 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-11-01T16:22:02.3732671Z 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-11-01T16:22:02.3935243Z [4785/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-11-01T16:22:02.4226709Z [4786/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-11-01T16:22:02.5286582Z [4787/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-11-01T16:22:02.5399856Z [4788/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-11-01T16:22:02.5403493Z 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-11-01T16:22:02.5406851Z with 2024-11-01T16:22:02.5407288Z [ 2024-11-01T16:22:02.5408016Z inpType=uint8_t 2024-11-01T16:22:02.5408467Z ] 2024-11-01T16:22:02.5410228Z 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-11-01T16:22:02.5413717Z 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-11-01T16:22:02.5417028Z 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-11-01T16:22:02.5420421Z 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-11-01T16:22:02.5422574Z with 2024-11-01T16:22:02.5422891Z [ 2024-11-01T16:22:02.5423196Z inpType=int8_t 2024-11-01T16:22:02.5423541Z ] 2024-11-01T16:22:02.5425285Z 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-11-01T16:22:02.5430912Z 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-11-01T16:22:02.5436337Z 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-11-01T16:22:02.5441600Z 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-11-01T16:22:02.5445071Z with 2024-11-01T16:22:02.5445488Z [ 2024-11-01T16:22:02.5445901Z inpType=uint8_t 2024-11-01T16:22:02.5446464Z ] 2024-11-01T16:22:02.5448622Z 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-11-01T16:22:02.5453810Z 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-11-01T16:22:02.5459311Z 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-11-01T16:22:02.5462871Z 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-11-01T16:22:02.5465202Z with 2024-11-01T16:22:02.5465457Z [ 2024-11-01T16:22:02.5465758Z inpType=int8_t 2024-11-01T16:22:02.5466170Z ] 2024-11-01T16:22:02.5467592Z 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-11-01T16:22:02.5471641Z 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-11-01T16:22:02.5476580Z 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-11-01T16:22:02.5481724Z 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-11-01T16:22:02.5484574Z with 2024-11-01T16:22:02.5484842Z [ 2024-11-01T16:22:02.5485103Z inpType=uint8_t 2024-11-01T16:22:02.5485491Z ] 2024-11-01T16:22:02.5487332Z 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-11-01T16:22:02.5490854Z 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-11-01T16:22:02.5496502Z 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-11-01T16:22:02.5502084Z 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-11-01T16:22:02.5505954Z with 2024-11-01T16:22:02.5506571Z [ 2024-11-01T16:22:02.5507170Z inpType=uint8_t 2024-11-01T16:22:02.5507964Z ] 2024-11-01T16:22:02.5510502Z 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-11-01T16:22:02.5514221Z 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-11-01T16:22:02.5517605Z 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-11-01T16:22:02.5520891Z 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-11-01T16:22:02.5523145Z with 2024-11-01T16:22:02.5523402Z [ 2024-11-01T16:22:02.5523640Z inpType=uint8_t 2024-11-01T16:22:02.5523952Z ] 2024-11-01T16:22:02.5525470Z 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-11-01T16:22:02.5528590Z 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-11-01T16:22:02.5531544Z 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-11-01T16:22:02.5534594Z 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-11-01T16:22:02.5536668Z with 2024-11-01T16:22:02.5536915Z [ 2024-11-01T16:22:02.5537155Z inpType=uint8_t 2024-11-01T16:22:02.5537465Z ] 2024-11-01T16:22:02.5538680Z 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-11-01T16:22:02.5541584Z 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-11-01T16:22:02.5546658Z 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-11-01T16:22:02.5551638Z 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-11-01T16:22:02.5554960Z with 2024-11-01T16:22:02.5555350Z [ 2024-11-01T16:22:02.5555768Z inpType=uint8_t 2024-11-01T16:22:02.5556276Z ] 2024-11-01T16:22:02.5558298Z 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-11-01T16:22:02.5561613Z 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-11-01T16:22:02.5564849Z 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-11-01T16:22:02.5568233Z 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-11-01T16:22:02.5570875Z with 2024-11-01T16:22:02.5571201Z [ 2024-11-01T16:22:02.5571548Z inpType=uint8_t 2024-11-01T16:22:02.5571986Z ] 2024-11-01T16:22:02.5573443Z 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-11-01T16:22:02.5577616Z 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-11-01T16:22:02.5580944Z 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-11-01T16:22:02.5584094Z 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-11-01T16:22:02.5586189Z with 2024-11-01T16:22:02.5586442Z [ 2024-11-01T16:22:02.5586684Z inpType=uint8_t 2024-11-01T16:22:02.5587000Z ] 2024-11-01T16:22:02.5588348Z 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-11-01T16:22:02.5591360Z 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-11-01T16:22:02.5594657Z 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-11-01T16:22:02.5597996Z 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-11-01T16:22:02.5600108Z with 2024-11-01T16:22:02.5600344Z [ 2024-11-01T16:22:02.5600599Z inpType=uint8_t 2024-11-01T16:22:02.5600914Z ] 2024-11-01T16:22:02.5602197Z 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-11-01T16:22:02.5605141Z 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-11-01T16:22:02.5609753Z 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-11-01T16:22:02.5615196Z 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-11-01T16:22:02.5618224Z with 2024-11-01T16:22:02.5618531Z [ 2024-11-01T16:22:02.5618794Z inpType=uint8_t 2024-11-01T16:22:02.5619111Z ] 2024-11-01T16:22:02.5620536Z 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-11-01T16:22:02.5623707Z 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-11-01T16:22:02.5627010Z 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-11-01T16:22:02.5639289Z 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-11-01T16:22:02.5642875Z with 2024-11-01T16:22:02.5643337Z [ 2024-11-01T16:22:02.5643831Z inpType=uint8_t 2024-11-01T16:22:02.5644354Z ] 2024-11-01T16:22:02.5646350Z 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-11-01T16:22:02.5650594Z 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-11-01T16:22:02.5654962Z 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-11-01T16:22:02.5659122Z 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-11-01T16:22:02.5661847Z with 2024-11-01T16:22:02.5662232Z [ 2024-11-01T16:22:02.5662649Z inpType=int8_t 2024-11-01T16:22:02.5663082Z ] 2024-11-01T16:22:02.5664251Z 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-11-01T16:22:02.5667094Z 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-11-01T16:22:02.5670012Z 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-11-01T16:22:02.5673094Z 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-11-01T16:22:02.5675054Z with 2024-11-01T16:22:02.5675287Z [ 2024-11-01T16:22:02.5675541Z inpType=uint8_t 2024-11-01T16:22:02.5675860Z ] 2024-11-01T16:22:02.5677165Z 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-11-01T16:22:02.5680000Z 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-11-01T16:22:02.5682824Z 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-11-01T16:22:02.5686230Z 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-11-01T16:22:02.5689903Z with 2024-11-01T16:22:02.5690321Z [ 2024-11-01T16:22:02.5690766Z inpType=int8_t 2024-11-01T16:22:02.5691319Z ] 2024-11-01T16:22:02.5693499Z 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-11-01T16:22:02.5698591Z 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-11-01T16:22:02.5703926Z 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-11-01T16:22:02.5709344Z 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-11-01T16:22:02.5712977Z with 2024-11-01T16:22:02.5713413Z [ 2024-11-01T16:22:02.5713865Z inpType=uint8_t 2024-11-01T16:22:02.5714425Z ] 2024-11-01T16:22:02.5716679Z 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-11-01T16:22:02.5722229Z 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-11-01T16:22:02.5727843Z 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-11-01T16:22:02.5733438Z 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-11-01T16:22:02.5737066Z with 2024-11-01T16:22:02.5737481Z [ 2024-11-01T16:22:02.5737924Z inpType=uint8_t 2024-11-01T16:22:02.5738469Z ] 2024-11-01T16:22:02.5740949Z 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-11-01T16:22:02.5746350Z 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-11-01T16:22:02.5751630Z 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-11-01T16:22:02.5755074Z 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-11-01T16:22:02.5757092Z with 2024-11-01T16:22:02.5757345Z [ 2024-11-01T16:22:02.5757641Z inpType=uint8_t 2024-11-01T16:22:02.5757941Z ] 2024-11-01T16:22:02.5759288Z 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-11-01T16:22:02.5765519Z 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-11-01T16:22:02.5769770Z 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-11-01T16:22:02.5775414Z 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-11-01T16:22:02.5779033Z with 2024-11-01T16:22:02.5779473Z [ 2024-11-01T16:22:02.5779926Z inpType=uint8_t 2024-11-01T16:22:02.5780478Z ] 2024-11-01T16:22:02.5782310Z 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-11-01T16:22:02.5785613Z 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-11-01T16:22:02.5788674Z 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-11-01T16:22:02.5791866Z 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-11-01T16:22:02.5793893Z with 2024-11-01T16:22:02.5794141Z [ 2024-11-01T16:22:02.5794488Z inpType=uint8_t 2024-11-01T16:22:02.5794893Z ] 2024-11-01T16:22:02.5796422Z 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-11-01T16:22:02.5799355Z 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-11-01T16:22:02.5802490Z 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-11-01T16:22:02.5805683Z 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-11-01T16:22:02.5807847Z with 2024-11-01T16:22:02.5808133Z [ 2024-11-01T16:22:02.5808388Z inpType=uint8_t 2024-11-01T16:22:02.5808726Z ] 2024-11-01T16:22:02.5810127Z 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-11-01T16:22:02.5813435Z 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-11-01T16:22:02.5816806Z 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-11-01T16:22:02.5820045Z 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-11-01T16:22:02.5822583Z with 2024-11-01T16:22:02.5822953Z [ 2024-11-01T16:22:02.5823344Z inpType=uint8_t 2024-11-01T16:22:02.5823830Z ] 2024-11-01T16:22:02.5825822Z 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-11-01T16:22:02.5829889Z 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-11-01T16:22:02.5834106Z 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-11-01T16:22:02.5839085Z 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-11-01T16:22:02.5842968Z with 2024-11-01T16:22:02.5843442Z [ 2024-11-01T16:22:02.5843920Z inpType=uint8_t 2024-11-01T16:22:02.5844492Z ] 2024-11-01T16:22:02.5848078Z 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-11-01T16:22:02.5853547Z 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-11-01T16:22:02.5859008Z 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-11-01T16:22:02.5864760Z 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-11-01T16:22:02.5868614Z with 2024-11-01T16:22:02.5869057Z [ 2024-11-01T16:22:02.5869486Z inpType=uint8_t 2024-11-01T16:22:02.5870015Z ] 2024-11-01T16:22:02.5872254Z 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-11-01T16:22:02.5877531Z 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-11-01T16:22:02.5882965Z 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-11-01T16:22:02.5888187Z 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-11-01T16:22:02.5894909Z 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-11-01T16:22:02.5903047Z 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-11-01T16:22:02.5909021Z 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-11-01T16:22:02.5914072Z 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-11-01T16:22:02.5919079Z 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-11-01T16:22:02.5924259Z 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-11-01T16:22:02.5929201Z 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-11-01T16:22:02.5935345Z 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-11-01T16:22:02.5941313Z 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-11-01T16:22:02.5945064Z 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-11-01T16:22:02.5948467Z 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-11-01T16:22:02.5951701Z 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-11-01T16:22:02.5953955Z [4789/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-11-01T16:22:02.5955164Z [4790/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-11-01T16:22:02.5956363Z [4791/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-11-01T16:22:02.7826504Z [4792/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-11-01T16:22:02.7845026Z [4793/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-11-01T16:22:02.7948780Z [4794/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-11-01T16:22:02.8318537Z [4795/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-11-01T16:22:02.8321881Z 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-11-01T16:22:02.8324035Z with 2024-11-01T16:22:02.8324271Z [ 2024-11-01T16:22:02.8324515Z T=uint8_t, 2024-11-01T16:22:02.8324884Z accT=int32_t, 2024-11-01T16:22:02.8325190Z inpType=uint8_t 2024-11-01T16:22:02.8325498Z ] 2024-11-01T16:22:02.8326653Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.8328062Z with 2024-11-01T16:22:02.8328293Z [ 2024-11-01T16:22:02.8328529Z T=uint8_t, 2024-11-01T16:22:02.8329016Z accT=int32_t 2024-11-01T16:22:02.8329298Z ] 2024-11-01T16:22:02.8331080Z 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-11-01T16:22:02.8333037Z with 2024-11-01T16:22:02.8333269Z [ 2024-11-01T16:22:02.8333513Z T=uint8_t, 2024-11-01T16:22:02.8333805Z accT=int32_t 2024-11-01T16:22:02.8334080Z ] 2024-11-01T16:22:02.8335620Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.8337458Z with 2024-11-01T16:22:02.8337694Z [ 2024-11-01T16:22:02.8337939Z T=uint8_t, 2024-11-01T16:22:02.8338258Z accT=int32_t 2024-11-01T16:22:02.8338545Z ] 2024-11-01T16:22:02.8340650Z 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-11-01T16:22:02.8343029Z with 2024-11-01T16:22:02.8343565Z [ 2024-11-01T16:22:02.8343924Z T=uint8_t, 2024-11-01T16:22:02.8344285Z accT=int16_t, 2024-11-01T16:22:02.8344613Z inpType=uint8_t 2024-11-01T16:22:02.8344956Z ] 2024-11-01T16:22:02.8346163Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.8348725Z with 2024-11-01T16:22:02.8349260Z [ 2024-11-01T16:22:02.8349756Z T=uint8_t, 2024-11-01T16:22:02.8350185Z accT=int16_t 2024-11-01T16:22:02.8350581Z ] 2024-11-01T16:22:02.8353865Z 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-11-01T16:22:02.8357433Z with 2024-11-01T16:22:02.8357853Z [ 2024-11-01T16:22:02.8358235Z T=uint8_t, 2024-11-01T16:22:02.8358730Z accT=int16_t 2024-11-01T16:22:02.8359207Z ] 2024-11-01T16:22:02.8361463Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.8363863Z with 2024-11-01T16:22:02.8364305Z [ 2024-11-01T16:22:02.8364744Z T=uint8_t, 2024-11-01T16:22:02.8365267Z accT=int16_t 2024-11-01T16:22:02.8365799Z ] 2024-11-01T16:22:02.8369300Z 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-11-01T16:22:02.8372970Z with 2024-11-01T16:22:02.8373432Z [ 2024-11-01T16:22:02.8373850Z T=uint8_t, 2024-11-01T16:22:02.8374381Z accT=int32_t, 2024-11-01T16:22:02.8374948Z inpType=uint8_t 2024-11-01T16:22:02.8375494Z ] 2024-11-01T16:22:02.8377649Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.8380221Z with 2024-11-01T16:22:02.8380652Z [ 2024-11-01T16:22:02.8381094Z T=uint8_t, 2024-11-01T16:22:02.8381630Z accT=int32_t 2024-11-01T16:22:02.8382148Z ] 2024-11-01T16:22:02.8385516Z 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-11-01T16:22:02.8388953Z with 2024-11-01T16:22:02.8389414Z [ 2024-11-01T16:22:02.8389879Z T=uint8_t, 2024-11-01T16:22:02.8390628Z accT=int32_t 2024-11-01T16:22:02.8391182Z ] 2024-11-01T16:22:02.8393264Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.8395617Z with 2024-11-01T16:22:02.8396038Z [ 2024-11-01T16:22:02.8396416Z T=uint8_t, 2024-11-01T16:22:02.8396923Z accT=int32_t 2024-11-01T16:22:02.8397426Z ] 2024-11-01T16:22:02.8400504Z 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-11-01T16:22:02.8403918Z with 2024-11-01T16:22:02.8404352Z [ 2024-11-01T16:22:02.8404738Z T=uint8_t, 2024-11-01T16:22:02.8405246Z accT=int16_t, 2024-11-01T16:22:02.8406904Z inpType=uint8_t 2024-11-01T16:22:02.8407456Z ] 2024-11-01T16:22:02.8409520Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:02.8411699Z with 2024-11-01T16:22:02.8412091Z [ 2024-11-01T16:22:02.8412542Z T=uint8_t, 2024-11-01T16:22:02.8412997Z accT=int16_t 2024-11-01T16:22:02.8413340Z ] 2024-11-01T16:22:02.8415260Z 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-11-01T16:22:02.8417198Z with 2024-11-01T16:22:02.8417446Z [ 2024-11-01T16:22:02.8417746Z T=uint8_t, 2024-11-01T16:22:02.8418193Z accT=int16_t 2024-11-01T16:22:02.8418652Z ] 2024-11-01T16:22:02.8420429Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:02.8421897Z with 2024-11-01T16:22:02.8422145Z [ 2024-11-01T16:22:02.8422377Z T=uint8_t, 2024-11-01T16:22:02.8422674Z accT=int16_t 2024-11-01T16:22:02.8422977Z ] 2024-11-01T16:22:02.8424767Z 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-11-01T16:22:02.8428043Z 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-11-01T16:22:02.9241213Z [4796/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-11-01T16:22:02.9354191Z [4797/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-11-01T16:22:02.9806416Z [4798/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-11-01T16:22:03.0724034Z [4799/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-11-01T16:22:03.1711729Z [4800/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-11-01T16:22:03.1716552Z 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-11-01T16:22:03.1719888Z with 2024-11-01T16:22:03.1720361Z [ 2024-11-01T16:22:03.1720738Z T=uint8_t, 2024-11-01T16:22:03.1721236Z accT=int32_t, 2024-11-01T16:22:03.1721782Z inpType=uint8_t 2024-11-01T16:22:03.1722264Z ] 2024-11-01T16:22:03.1724578Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.1727079Z with 2024-11-01T16:22:03.1727514Z [ 2024-11-01T16:22:03.1728034Z T=uint8_t, 2024-11-01T16:22:03.1728577Z accT=int32_t 2024-11-01T16:22:03.1729107Z ] 2024-11-01T16:22:03.1732330Z 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-11-01T16:22:03.1735927Z with 2024-11-01T16:22:03.1736314Z [ 2024-11-01T16:22:03.1736707Z T=uint8_t, 2024-11-01T16:22:03.1737194Z accT=int32_t 2024-11-01T16:22:03.1737663Z ] 2024-11-01T16:22:03.1739731Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.1741960Z with 2024-11-01T16:22:03.1742242Z [ 2024-11-01T16:22:03.1742581Z T=uint8_t, 2024-11-01T16:22:03.1743020Z accT=int32_t 2024-11-01T16:22:03.1743436Z ] 2024-11-01T16:22:03.1746118Z 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-11-01T16:22:03.1748544Z with 2024-11-01T16:22:03.1748796Z [ 2024-11-01T16:22:03.1749083Z T=uint8_t, 2024-11-01T16:22:03.1749475Z accT=int32_t, 2024-11-01T16:22:03.1749917Z inpType=uint8_t 2024-11-01T16:22:03.1750329Z ] 2024-11-01T16:22:03.1751645Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.1753084Z with 2024-11-01T16:22:03.1753321Z [ 2024-11-01T16:22:03.1753878Z T=uint8_t, 2024-11-01T16:22:03.1754432Z accT=int32_t 2024-11-01T16:22:03.1754877Z ] 2024-11-01T16:22:03.1758190Z 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-11-01T16:22:03.1761429Z with 2024-11-01T16:22:03.1761858Z [ 2024-11-01T16:22:03.1762293Z T=uint8_t, 2024-11-01T16:22:03.1762776Z accT=int32_t 2024-11-01T16:22:03.1763225Z ] 2024-11-01T16:22:03.1765361Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.1767778Z with 2024-11-01T16:22:03.1768172Z [ 2024-11-01T16:22:03.1768560Z T=uint8_t, 2024-11-01T16:22:03.1769076Z accT=int32_t 2024-11-01T16:22:03.1769546Z ] 2024-11-01T16:22:03.1773009Z 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-11-01T16:22:03.1777926Z [4801/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-11-01T16:22:03.1808480Z [4802/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-11-01T16:22:03.1811226Z 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-11-01T16:22:03.1813409Z with 2024-11-01T16:22:03.1813769Z [ 2024-11-01T16:22:03.1814015Z T=int8_t, 2024-11-01T16:22:03.1814308Z accT=int32_t, 2024-11-01T16:22:03.1814628Z inpType=int8_t 2024-11-01T16:22:03.1814940Z ] 2024-11-01T16:22:03.1816157Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.1817443Z with 2024-11-01T16:22:03.1817694Z [ 2024-11-01T16:22:03.1817962Z T=int8_t, 2024-11-01T16:22:03.1818357Z accT=int32_t 2024-11-01T16:22:03.1818681Z ] 2024-11-01T16:22:03.1820464Z 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-11-01T16:22:03.1822311Z with 2024-11-01T16:22:03.1822542Z [ 2024-11-01T16:22:03.1822784Z T=int8_t, 2024-11-01T16:22:03.1823069Z accT=int32_t 2024-11-01T16:22:03.1823366Z ] 2024-11-01T16:22:03.1824547Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.1825823Z with 2024-11-01T16:22:03.1826100Z [ 2024-11-01T16:22:03.1826343Z T=int8_t, 2024-11-01T16:22:03.1826638Z accT=int32_t 2024-11-01T16:22:03.1826925Z ] 2024-11-01T16:22:03.1828911Z 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-11-01T16:22:03.1830814Z with 2024-11-01T16:22:03.1831052Z [ 2024-11-01T16:22:03.1831388Z T=int8_t, 2024-11-01T16:22:03.1832027Z accT=int16_t, 2024-11-01T16:22:03.1832342Z inpType=int8_t 2024-11-01T16:22:03.1832650Z ] 2024-11-01T16:22:03.1833829Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.1835115Z with 2024-11-01T16:22:03.1835385Z [ 2024-11-01T16:22:03.1835627Z T=int8_t, 2024-11-01T16:22:03.1835911Z accT=int16_t 2024-11-01T16:22:03.1836347Z ] 2024-11-01T16:22:03.1838712Z 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-11-01T16:22:03.1841890Z with 2024-11-01T16:22:03.1842286Z [ 2024-11-01T16:22:03.1842772Z T=int8_t, 2024-11-01T16:22:03.1843319Z accT=int16_t 2024-11-01T16:22:03.1843808Z ] 2024-11-01T16:22:03.1845304Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.1846592Z with 2024-11-01T16:22:03.1846828Z [ 2024-11-01T16:22:03.1847071Z T=int8_t, 2024-11-01T16:22:03.1847368Z accT=int16_t 2024-11-01T16:22:03.1847651Z ] 2024-11-01T16:22:03.1849539Z 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-11-01T16:22:03.1852371Z with 2024-11-01T16:22:03.1852673Z [ 2024-11-01T16:22:03.1853007Z T=int8_t, 2024-11-01T16:22:03.1853312Z accT=int32_t, 2024-11-01T16:22:03.1853675Z inpType=int8_t 2024-11-01T16:22:03.1854046Z ] 2024-11-01T16:22:03.1855265Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.1856591Z with 2024-11-01T16:22:03.1856843Z [ 2024-11-01T16:22:03.1857084Z T=int8_t, 2024-11-01T16:22:03.1857361Z accT=int32_t 2024-11-01T16:22:03.1857691Z ] 2024-11-01T16:22:03.1859438Z 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-11-01T16:22:03.1861264Z with 2024-11-01T16:22:03.1861508Z [ 2024-11-01T16:22:03.1861748Z T=int8_t, 2024-11-01T16:22:03.1862038Z accT=int32_t 2024-11-01T16:22:03.1862321Z ] 2024-11-01T16:22:03.1863542Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.1864810Z with 2024-11-01T16:22:03.1865044Z [ 2024-11-01T16:22:03.1865291Z T=int8_t, 2024-11-01T16:22:03.1865585Z accT=int32_t 2024-11-01T16:22:03.1865868Z ] 2024-11-01T16:22:03.1867790Z 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-11-01T16:22:03.1869670Z with 2024-11-01T16:22:03.1870066Z [ 2024-11-01T16:22:03.1870308Z T=int8_t, 2024-11-01T16:22:03.1870604Z accT=int16_t, 2024-11-01T16:22:03.1870911Z inpType=int8_t 2024-11-01T16:22:03.1871218Z ] 2024-11-01T16:22:03.1872405Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.1873638Z with 2024-11-01T16:22:03.1873869Z [ 2024-11-01T16:22:03.1874109Z T=int8_t, 2024-11-01T16:22:03.1874386Z accT=int16_t 2024-11-01T16:22:03.1874685Z ] 2024-11-01T16:22:03.1876430Z 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-11-01T16:22:03.1878266Z with 2024-11-01T16:22:03.1878500Z [ 2024-11-01T16:22:03.1878742Z T=int8_t, 2024-11-01T16:22:03.1879034Z accT=int16_t 2024-11-01T16:22:03.1879318Z ] 2024-11-01T16:22:03.1880499Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.1881760Z with 2024-11-01T16:22:03.1882003Z [ 2024-11-01T16:22:03.1882242Z T=int8_t, 2024-11-01T16:22:03.1882533Z accT=int16_t 2024-11-01T16:22:03.1882816Z ] 2024-11-01T16:22:03.1884439Z 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-11-01T16:22:03.1887772Z 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-11-01T16:22:03.2040648Z [4803/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-11-01T16:22:03.2117462Z [4804/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-11-01T16:22:03.2120638Z 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-11-01T16:22:03.2123170Z 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-11-01T16:22:03.2125790Z 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-11-01T16:22:03.2128524Z 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-11-01T16:22:03.2131115Z 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-11-01T16:22:03.2133921Z 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-11-01T16:22:03.2136444Z 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-11-01T16:22:03.2139689Z 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-11-01T16:22:03.2142369Z 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-11-01T16:22:03.2145238Z 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-11-01T16:22:03.2148111Z 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-11-01T16:22:03.2150706Z 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-11-01T16:22:03.2153538Z 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-11-01T16:22:03.2157187Z 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-11-01T16:22:03.2161415Z 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-11-01T16:22:03.2166405Z 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-11-01T16:22:03.2171411Z 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-11-01T16:22:03.2176326Z 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-11-01T16:22:03.2181488Z 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-11-01T16:22:03.2186382Z 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-11-01T16:22:03.2191478Z 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-11-01T16:22:03.2196078Z 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-11-01T16:22:03.2201083Z 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-11-01T16:22:03.2206056Z 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-11-01T16:22:03.2211082Z 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-11-01T16:22:03.2215857Z 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-11-01T16:22:03.2218646Z 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-11-01T16:22:03.2222181Z 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-11-01T16:22:03.2225631Z 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-11-01T16:22:03.2228356Z 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-11-01T16:22:03.2232978Z 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-11-01T16:22:03.2238552Z 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-11-01T16:22:03.2243590Z 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-11-01T16:22:03.2248195Z 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-11-01T16:22:03.2250967Z 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-11-01T16:22:03.2253755Z 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-11-01T16:22:03.2256379Z 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-11-01T16:22:03.2258936Z 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-11-01T16:22:03.2261692Z 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-11-01T16:22:03.2264669Z 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-11-01T16:22:03.2267221Z 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-11-01T16:22:03.2270129Z 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-11-01T16:22:03.2272811Z 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-11-01T16:22:03.2275623Z 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-11-01T16:22:03.2278586Z 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-11-01T16:22:03.2281177Z 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-11-01T16:22:03.2283895Z 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-11-01T16:22:03.2287081Z 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-11-01T16:22:03.2291193Z 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-11-01T16:22:03.2295240Z 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-11-01T16:22:03.2299617Z 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-11-01T16:22:03.2304724Z 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-11-01T16:22:03.2310291Z 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-11-01T16:22:03.2315623Z 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-11-01T16:22:03.2320948Z 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-11-01T16:22:03.2324332Z 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-11-01T16:22:03.2328027Z 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-11-01T16:22:03.2333317Z 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-11-01T16:22:03.2337290Z 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-11-01T16:22:03.2340155Z 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-11-01T16:22:03.2343017Z 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-11-01T16:22:03.2345620Z 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-11-01T16:22:03.2348408Z 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-11-01T16:22:03.2351241Z 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-11-01T16:22:03.2354272Z 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-11-01T16:22:03.2357325Z 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-11-01T16:22:03.2360412Z 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-11-01T16:22:03.2363317Z 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-11-01T16:22:03.2366405Z 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-11-01T16:22:03.2369481Z 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-11-01T16:22:03.2372412Z 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-11-01T16:22:03.2375324Z 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-11-01T16:22:03.2378212Z 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-11-01T16:22:03.2381387Z 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-11-01T16:22:03.2384433Z 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-11-01T16:22:03.2387309Z 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-11-01T16:22:03.2390496Z 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-11-01T16:22:03.2395660Z 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-11-01T16:22:03.2400588Z 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-11-01T16:22:03.2405258Z 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-11-01T16:22:03.2409982Z 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-11-01T16:22:03.2414877Z 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-11-01T16:22:03.2419558Z 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-11-01T16:22:03.2424546Z 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-11-01T16:22:03.2429617Z 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-11-01T16:22:03.2434708Z 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-11-01T16:22:03.2439714Z 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-11-01T16:22:03.2444727Z 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-11-01T16:22:03.2449860Z 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-11-01T16:22:03.2455001Z 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-11-01T16:22:03.2460062Z 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-11-01T16:22:03.2464811Z 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-11-01T16:22:03.2469926Z 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-11-01T16:22:03.2475135Z 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-11-01T16:22:03.2479480Z 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-11-01T16:22:03.2483054Z 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-11-01T16:22:03.2488187Z 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-11-01T16:22:03.2493343Z 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-11-01T16:22:03.2498669Z 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-11-01T16:22:03.2504309Z 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-11-01T16:22:03.2509702Z 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-11-01T16:22:03.2514648Z 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-11-01T16:22:03.2520039Z 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-11-01T16:22:03.2525548Z 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-11-01T16:22:03.2530865Z 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-11-01T16:22:03.2534710Z 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-11-01T16:22:03.2538374Z 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-11-01T16:22:03.2543307Z 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-11-01T16:22:03.2547402Z 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-11-01T16:22:03.2552749Z 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-11-01T16:22:03.2558187Z 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-11-01T16:22:03.2563355Z 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-11-01T16:22:03.2568291Z 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-11-01T16:22:03.2573654Z 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-11-01T16:22:03.2578695Z 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-11-01T16:22:03.2586527Z 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-11-01T16:22:03.2591917Z 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-11-01T16:22:03.2596984Z 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-11-01T16:22:03.2601600Z 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-11-01T16:22:03.2605487Z 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-11-01T16:22:03.2609010Z [4805/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-11-01T16:22:03.2613212Z 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-11-01T16:22:03.2617784Z 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-11-01T16:22:03.2622785Z 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-11-01T16:22:03.2628159Z 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-11-01T16:22:03.2634382Z 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-11-01T16:22:03.2638988Z 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-11-01T16:22:03.2643642Z 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-11-01T16:22:03.2648836Z 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-11-01T16:22:03.2654099Z 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-11-01T16:22:03.2657835Z 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-11-01T16:22:03.2661105Z 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-11-01T16:22:03.2665042Z 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-11-01T16:22:03.2669992Z 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-11-01T16:22:03.2675291Z 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-11-01T16:22:03.2680108Z 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-11-01T16:22:03.2683053Z 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-11-01T16:22:03.2685786Z 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-11-01T16:22:03.2688615Z 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-11-01T16:22:03.2691389Z 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-11-01T16:22:03.2694159Z 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-11-01T16:22:03.2696984Z 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-11-01T16:22:03.2699493Z 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-11-01T16:22:03.2702130Z 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-11-01T16:22:03.2706034Z 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-11-01T16:22:03.2708836Z 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-11-01T16:22:03.2711416Z 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-11-01T16:22:03.2714065Z 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-11-01T16:22:03.2716712Z 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-11-01T16:22:03.2719571Z 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-11-01T16:22:03.2722315Z 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-11-01T16:22:03.2725155Z 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-11-01T16:22:03.2727900Z 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-11-01T16:22:03.2731684Z 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-11-01T16:22:03.2736776Z 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-11-01T16:22:03.2741433Z 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-11-01T16:22:03.2745797Z 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-11-01T16:22:03.2750445Z 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-11-01T16:22:03.2754534Z 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-11-01T16:22:03.2759182Z 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-11-01T16:22:03.2764674Z 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-11-01T16:22:03.2768574Z 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-11-01T16:22:03.2772297Z 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-11-01T16:22:03.2776420Z 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-11-01T16:22:03.2780346Z 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-11-01T16:22:03.2784189Z 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-11-01T16:22:03.2787017Z 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-11-01T16:22:03.2789774Z 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-11-01T16:22:03.2792679Z 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-11-01T16:22:03.2795782Z 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-11-01T16:22:03.2798843Z 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-11-01T16:22:03.2801646Z 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-11-01T16:22:03.2804913Z 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-11-01T16:22:03.2808631Z 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-11-01T16:22:03.2811702Z 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-11-01T16:22:03.2814670Z 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-11-01T16:22:03.2817348Z 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-11-01T16:22:03.2820362Z 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-11-01T16:22:03.2824678Z 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-11-01T16:22:03.2827679Z 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-11-01T16:22:03.2831587Z 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-11-01T16:22:03.2834948Z [4806/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-11-01T16:22:03.2839647Z 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-11-01T16:22:03.2843442Z with 2024-11-01T16:22:03.2843910Z [ 2024-11-01T16:22:03.2844337Z T=uint8_t, 2024-11-01T16:22:03.2844853Z accT=int32_t, 2024-11-01T16:22:03.2845423Z inpType=uint8_t 2024-11-01T16:22:03.2845981Z ] 2024-11-01T16:22:03.2848314Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.2850814Z with 2024-11-01T16:22:03.2851244Z [ 2024-11-01T16:22:03.2851678Z T=uint8_t, 2024-11-01T16:22:03.2852213Z accT=int32_t 2024-11-01T16:22:03.2852746Z ] 2024-11-01T16:22:03.2856387Z 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-11-01T16:22:03.2859952Z with 2024-11-01T16:22:03.2860379Z [ 2024-11-01T16:22:03.2860789Z T=uint8_t, 2024-11-01T16:22:03.2861353Z accT=int32_t 2024-11-01T16:22:03.2861904Z ] 2024-11-01T16:22:03.2864220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.2866647Z with 2024-11-01T16:22:03.2867039Z [ 2024-11-01T16:22:03.2867465Z T=uint8_t, 2024-11-01T16:22:03.2867977Z accT=int32_t 2024-11-01T16:22:03.2868490Z ] 2024-11-01T16:22:03.2871990Z 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-11-01T16:22:03.2875741Z with 2024-11-01T16:22:03.2901768Z [ 2024-11-01T16:22:03.2902218Z T=uint8_t, 2024-11-01T16:22:03.2902802Z accT=int16_t, 2024-11-01T16:22:03.2903410Z inpType=uint8_t 2024-11-01T16:22:03.2903957Z ] 2024-11-01T16:22:03.2906182Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.2908660Z with 2024-11-01T16:22:03.2908931Z [ 2024-11-01T16:22:03.2909270Z T=uint8_t, 2024-11-01T16:22:03.2909632Z accT=int16_t 2024-11-01T16:22:03.2910705Z ] 2024-11-01T16:22:03.2914171Z 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-11-01T16:22:03.2917867Z with 2024-11-01T16:22:03.2918281Z [ 2024-11-01T16:22:03.2918721Z T=uint8_t, 2024-11-01T16:22:03.2919255Z accT=int16_t 2024-11-01T16:22:03.2919772Z ] 2024-11-01T16:22:03.2922358Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.2924867Z with 2024-11-01T16:22:03.2925293Z [ 2024-11-01T16:22:03.2925682Z T=uint8_t, 2024-11-01T16:22:03.2926189Z accT=int16_t 2024-11-01T16:22:03.2926627Z ] 2024-11-01T16:22:03.2930199Z 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-11-01T16:22:03.2933897Z with 2024-11-01T16:22:03.2934337Z [ 2024-11-01T16:22:03.2934749Z T=uint8_t, 2024-11-01T16:22:03.2935261Z accT=int32_t, 2024-11-01T16:22:03.2935816Z inpType=uint8_t 2024-11-01T16:22:03.2936355Z ] 2024-11-01T16:22:03.2938539Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.2940979Z with 2024-11-01T16:22:03.2941417Z [ 2024-11-01T16:22:03.2941845Z T=uint8_t, 2024-11-01T16:22:03.2942376Z accT=int32_t 2024-11-01T16:22:03.2942880Z ] 2024-11-01T16:22:03.2946571Z 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-11-01T16:22:03.2950141Z with 2024-11-01T16:22:03.2950581Z [ 2024-11-01T16:22:03.2951039Z T=uint8_t, 2024-11-01T16:22:03.2951581Z accT=int32_t 2024-11-01T16:22:03.2952086Z ] 2024-11-01T16:22:03.2954410Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.2957067Z with 2024-11-01T16:22:03.2957545Z [ 2024-11-01T16:22:03.2957970Z T=uint8_t, 2024-11-01T16:22:03.2958506Z accT=int32_t 2024-11-01T16:22:03.2959028Z ] 2024-11-01T16:22:03.2962519Z 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-11-01T16:22:03.2966318Z with 2024-11-01T16:22:03.2966675Z [ 2024-11-01T16:22:03.2966911Z T=uint8_t, 2024-11-01T16:22:03.2967221Z accT=int16_t, 2024-11-01T16:22:03.2967541Z inpType=uint8_t 2024-11-01T16:22:03.2967932Z ] 2024-11-01T16:22:03.2969220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.2970845Z with 2024-11-01T16:22:03.2971151Z [ 2024-11-01T16:22:03.2971497Z T=uint8_t, 2024-11-01T16:22:03.2972093Z accT=int16_t 2024-11-01T16:22:03.2972562Z ] 2024-11-01T16:22:03.2975896Z 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-11-01T16:22:03.2979332Z with 2024-11-01T16:22:03.2979774Z [ 2024-11-01T16:22:03.2980190Z T=uint8_t, 2024-11-01T16:22:03.2980773Z accT=int16_t 2024-11-01T16:22:03.2981315Z ] 2024-11-01T16:22:03.2983580Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.2986071Z with 2024-11-01T16:22:03.2986539Z [ 2024-11-01T16:22:03.2986961Z T=uint8_t, 2024-11-01T16:22:03.2987492Z accT=int16_t 2024-11-01T16:22:03.2988030Z ] 2024-11-01T16:22:03.2991582Z 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-11-01T16:22:03.2995416Z with 2024-11-01T16:22:03.2995861Z [ 2024-11-01T16:22:03.2996276Z T=uint8_t, 2024-11-01T16:22:03.2996817Z accT=int32_t, 2024-11-01T16:22:03.2997398Z inpType=uint8_t 2024-11-01T16:22:03.2997978Z ] 2024-11-01T16:22:03.3000425Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3003152Z with 2024-11-01T16:22:03.3003513Z [ 2024-11-01T16:22:03.3003799Z T=uint8_t, 2024-11-01T16:22:03.3004334Z accT=int32_t 2024-11-01T16:22:03.3004773Z ] 2024-11-01T16:22:03.3007168Z 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-11-01T16:22:03.3009754Z with 2024-11-01T16:22:03.3010064Z [ 2024-11-01T16:22:03.3010313Z T=uint8_t, 2024-11-01T16:22:03.3010665Z accT=int32_t 2024-11-01T16:22:03.3011035Z ] 2024-11-01T16:22:03.3012518Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3013843Z with 2024-11-01T16:22:03.3014089Z [ 2024-11-01T16:22:03.3014323Z T=uint8_t, 2024-11-01T16:22:03.3014616Z accT=int32_t 2024-11-01T16:22:03.3014984Z ] 2024-11-01T16:22:03.3016980Z 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-11-01T16:22:03.3019340Z with 2024-11-01T16:22:03.3019589Z [ 2024-11-01T16:22:03.3019832Z T=uint8_t, 2024-11-01T16:22:03.3020111Z accT=int16_t, 2024-11-01T16:22:03.3020600Z inpType=uint8_t 2024-11-01T16:22:03.3021031Z ] 2024-11-01T16:22:03.3022482Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3023861Z with 2024-11-01T16:22:03.3024189Z [ 2024-11-01T16:22:03.3024522Z T=uint8_t, 2024-11-01T16:22:03.3024902Z accT=int16_t 2024-11-01T16:22:03.3025234Z ] 2024-11-01T16:22:03.3027327Z 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-11-01T16:22:03.3029352Z with 2024-11-01T16:22:03.3029644Z [ 2024-11-01T16:22:03.3029873Z T=uint8_t, 2024-11-01T16:22:03.3030197Z accT=int16_t 2024-11-01T16:22:03.3030618Z ] 2024-11-01T16:22:03.3031997Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3033454Z with 2024-11-01T16:22:03.3033744Z [ 2024-11-01T16:22:03.3033972Z T=uint8_t, 2024-11-01T16:22:03.3034268Z accT=int16_t 2024-11-01T16:22:03.3034560Z ] 2024-11-01T16:22:03.3036555Z 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-11-01T16:22:03.3038652Z with 2024-11-01T16:22:03.3038960Z [ 2024-11-01T16:22:03.3039208Z T=uint8_t, 2024-11-01T16:22:03.3039562Z accT=int32_t, 2024-11-01T16:22:03.3039892Z inpType=uint8_t 2024-11-01T16:22:03.3040202Z ] 2024-11-01T16:22:03.3041586Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3042909Z with 2024-11-01T16:22:03.3043190Z [ 2024-11-01T16:22:03.3043421Z T=uint8_t, 2024-11-01T16:22:03.3043800Z accT=int32_t 2024-11-01T16:22:03.3044133Z ] 2024-11-01T16:22:03.3046004Z 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-11-01T16:22:03.3047960Z with 2024-11-01T16:22:03.3048208Z [ 2024-11-01T16:22:03.3048436Z T=uint8_t, 2024-11-01T16:22:03.3048737Z accT=int32_t 2024-11-01T16:22:03.3049031Z ] 2024-11-01T16:22:03.3050238Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3051638Z with 2024-11-01T16:22:03.3051931Z [ 2024-11-01T16:22:03.3052196Z T=uint8_t, 2024-11-01T16:22:03.3052549Z accT=int32_t 2024-11-01T16:22:03.3052843Z ] 2024-11-01T16:22:03.3054840Z 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-11-01T16:22:03.3056994Z with 2024-11-01T16:22:03.3057278Z [ 2024-11-01T16:22:03.3057636Z T=uint8_t, 2024-11-01T16:22:03.3057918Z accT=int16_t, 2024-11-01T16:22:03.3058235Z inpType=uint8_t 2024-11-01T16:22:03.3058582Z ] 2024-11-01T16:22:03.3059750Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3061078Z with 2024-11-01T16:22:03.3061325Z [ 2024-11-01T16:22:03.3061556Z T=uint8_t, 2024-11-01T16:22:03.3061853Z accT=int16_t 2024-11-01T16:22:03.3062148Z ] 2024-11-01T16:22:03.3064080Z 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-11-01T16:22:03.3066067Z with 2024-11-01T16:22:03.3066313Z [ 2024-11-01T16:22:03.3066553Z T=uint8_t, 2024-11-01T16:22:03.3066835Z accT=int16_t 2024-11-01T16:22:03.3067128Z ] 2024-11-01T16:22:03.3068424Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3069704Z with 2024-11-01T16:22:03.3069946Z [ 2024-11-01T16:22:03.3070182Z T=uint8_t, 2024-11-01T16:22:03.3070750Z accT=int16_t 2024-11-01T16:22:03.3071333Z ] 2024-11-01T16:22:03.3073475Z 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-11-01T16:22:03.3076228Z with 2024-11-01T16:22:03.3076658Z [ 2024-11-01T16:22:03.3077086Z T=uint8_t, 2024-11-01T16:22:03.3077613Z accT=int32_t, 2024-11-01T16:22:03.3078181Z inpType=uint8_t 2024-11-01T16:22:03.3078923Z ] 2024-11-01T16:22:03.3081401Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3083839Z with 2024-11-01T16:22:03.3084278Z [ 2024-11-01T16:22:03.3084706Z T=uint8_t, 2024-11-01T16:22:03.3085377Z accT=int32_t 2024-11-01T16:22:03.3085762Z ] 2024-11-01T16:22:03.3087955Z 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-11-01T16:22:03.3090055Z with 2024-11-01T16:22:03.3090343Z [ 2024-11-01T16:22:03.3090586Z T=uint8_t, 2024-11-01T16:22:03.3090956Z accT=int32_t 2024-11-01T16:22:03.3091346Z ] 2024-11-01T16:22:03.3092570Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3094358Z with 2024-11-01T16:22:03.3094766Z [ 2024-11-01T16:22:03.3095114Z T=uint8_t, 2024-11-01T16:22:03.3095398Z accT=int32_t 2024-11-01T16:22:03.3095764Z ] 2024-11-01T16:22:03.3097686Z 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-11-01T16:22:03.3099837Z with 2024-11-01T16:22:03.3100089Z [ 2024-11-01T16:22:03.3100329Z T=uint8_t, 2024-11-01T16:22:03.3100655Z accT=int16_t, 2024-11-01T16:22:03.3101010Z inpType=uint8_t 2024-11-01T16:22:03.3101439Z ] 2024-11-01T16:22:03.3102706Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3104143Z with 2024-11-01T16:22:03.3104428Z [ 2024-11-01T16:22:03.3104713Z T=uint8_t, 2024-11-01T16:22:03.3104994Z accT=int16_t 2024-11-01T16:22:03.3105287Z ] 2024-11-01T16:22:03.3107198Z 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-11-01T16:22:03.3109189Z with 2024-11-01T16:22:03.3109435Z [ 2024-11-01T16:22:03.3109680Z T=uint8_t, 2024-11-01T16:22:03.3109963Z accT=int16_t 2024-11-01T16:22:03.3110256Z ] 2024-11-01T16:22:03.3111574Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3112860Z with 2024-11-01T16:22:03.3113107Z [ 2024-11-01T16:22:03.3113350Z T=uint8_t, 2024-11-01T16:22:03.3113635Z accT=int16_t 2024-11-01T16:22:03.3113967Z ] 2024-11-01T16:22:03.3115869Z 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-11-01T16:22:03.3117913Z with 2024-11-01T16:22:03.3118291Z [ 2024-11-01T16:22:03.3118537Z T=uint8_t, 2024-11-01T16:22:03.3118838Z accT=int32_t, 2024-11-01T16:22:03.3119144Z inpType=uint8_t 2024-11-01T16:22:03.3119491Z ] 2024-11-01T16:22:03.3120827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3122259Z with 2024-11-01T16:22:03.3122524Z [ 2024-11-01T16:22:03.3122762Z T=uint8_t, 2024-11-01T16:22:03.3123045Z accT=int32_t 2024-11-01T16:22:03.3123338Z ] 2024-11-01T16:22:03.3125223Z 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-11-01T16:22:03.3127144Z with 2024-11-01T16:22:03.3127391Z [ 2024-11-01T16:22:03.3127633Z T=uint8_t, 2024-11-01T16:22:03.3127981Z accT=int32_t 2024-11-01T16:22:03.3128277Z ] 2024-11-01T16:22:03.3129569Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3130960Z with 2024-11-01T16:22:03.3131210Z [ 2024-11-01T16:22:03.3131448Z T=uint8_t, 2024-11-01T16:22:03.3131730Z accT=int32_t 2024-11-01T16:22:03.3132023Z ] 2024-11-01T16:22:03.3133902Z 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-11-01T16:22:03.3136299Z with 2024-11-01T16:22:03.3136707Z [ 2024-11-01T16:22:03.3137130Z T=uint8_t, 2024-11-01T16:22:03.3137865Z accT=int16_t, 2024-11-01T16:22:03.3138220Z inpType=uint8_t 2024-11-01T16:22:03.3138542Z ] 2024-11-01T16:22:03.3140543Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3142777Z with 2024-11-01T16:22:03.3143207Z [ 2024-11-01T16:22:03.3143631Z T=uint8_t, 2024-11-01T16:22:03.3144095Z accT=int16_t 2024-11-01T16:22:03.3144626Z ] 2024-11-01T16:22:03.3147990Z 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-11-01T16:22:03.3151563Z with 2024-11-01T16:22:03.3152020Z [ 2024-11-01T16:22:03.3152458Z T=uint8_t, 2024-11-01T16:22:03.3152957Z accT=int16_t 2024-11-01T16:22:03.3153456Z ] 2024-11-01T16:22:03.3155581Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3158047Z with 2024-11-01T16:22:03.3158477Z [ 2024-11-01T16:22:03.3158967Z T=uint8_t, 2024-11-01T16:22:03.3159531Z accT=int16_t 2024-11-01T16:22:03.3160017Z ] 2024-11-01T16:22:03.3163241Z 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-11-01T16:22:03.3169321Z 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-11-01T16:22:03.3175289Z 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-11-01T16:22:03.3181228Z 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-11-01T16:22:03.3187441Z 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-11-01T16:22:03.3193534Z 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-11-01T16:22:03.3277339Z [4807/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-11-01T16:22:03.3281874Z 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-11-01T16:22:03.3285288Z with 2024-11-01T16:22:03.3285720Z [ 2024-11-01T16:22:03.3286076Z T=uint8_t, 2024-11-01T16:22:03.3286539Z accT=int32_t, 2024-11-01T16:22:03.3287028Z inpType=uint8_t 2024-11-01T16:22:03.3287537Z ] 2024-11-01T16:22:03.3289130Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3290514Z with 2024-11-01T16:22:03.3290750Z [ 2024-11-01T16:22:03.3290995Z T=uint8_t, 2024-11-01T16:22:03.3291303Z accT=int32_t 2024-11-01T16:22:03.3291614Z ] 2024-11-01T16:22:03.3293514Z 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-11-01T16:22:03.3295702Z with 2024-11-01T16:22:03.3295940Z [ 2024-11-01T16:22:03.3296182Z T=uint8_t, 2024-11-01T16:22:03.3296605Z accT=int32_t 2024-11-01T16:22:03.3297022Z ] 2024-11-01T16:22:03.3298827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3300155Z with 2024-11-01T16:22:03.3300435Z [ 2024-11-01T16:22:03.3300722Z T=uint8_t, 2024-11-01T16:22:03.3301175Z accT=int32_t 2024-11-01T16:22:03.3301597Z ] 2024-11-01T16:22:03.3303734Z 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-11-01T16:22:03.3305836Z with 2024-11-01T16:22:03.3306162Z [ 2024-11-01T16:22:03.3306391Z T=uint8_t, 2024-11-01T16:22:03.3306690Z accT=int16_t, 2024-11-01T16:22:03.3307083Z inpType=uint8_t 2024-11-01T16:22:03.3307486Z ] 2024-11-01T16:22:03.3308946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3310440Z with 2024-11-01T16:22:03.3310730Z [ 2024-11-01T16:22:03.3310996Z T=uint8_t, 2024-11-01T16:22:03.3311293Z accT=int16_t 2024-11-01T16:22:03.3311574Z ] 2024-11-01T16:22:03.3313979Z 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-11-01T16:22:03.3316496Z with 2024-11-01T16:22:03.3316735Z [ 2024-11-01T16:22:03.3317069Z T=uint8_t, 2024-11-01T16:22:03.3317534Z accT=int16_t 2024-11-01T16:22:03.3318278Z ] 2024-11-01T16:22:03.3320727Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3323344Z with 2024-11-01T16:22:03.3323768Z [ 2024-11-01T16:22:03.3324183Z T=uint8_t, 2024-11-01T16:22:03.3324734Z accT=int16_t 2024-11-01T16:22:03.3325252Z ] 2024-11-01T16:22:03.3329027Z 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-11-01T16:22:03.3332777Z with 2024-11-01T16:22:03.3333070Z [ 2024-11-01T16:22:03.3333387Z T=uint8_t, 2024-11-01T16:22:03.3334096Z accT=int32_t, 2024-11-01T16:22:03.3334527Z inpType=uint8_t 2024-11-01T16:22:03.3334834Z ] 2024-11-01T16:22:03.3336479Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3338217Z with 2024-11-01T16:22:03.3338493Z [ 2024-11-01T16:22:03.3338740Z T=uint8_t, 2024-11-01T16:22:03.3339087Z accT=int32_t 2024-11-01T16:22:03.3339372Z ] 2024-11-01T16:22:03.3341906Z 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-11-01T16:22:03.3344198Z with 2024-11-01T16:22:03.3344464Z [ 2024-11-01T16:22:03.3344717Z T=uint8_t, 2024-11-01T16:22:03.3345033Z accT=int32_t 2024-11-01T16:22:03.3345318Z ] 2024-11-01T16:22:03.3346745Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3348292Z with 2024-11-01T16:22:03.3348543Z [ 2024-11-01T16:22:03.3348842Z T=uint8_t, 2024-11-01T16:22:03.3349354Z accT=int32_t 2024-11-01T16:22:03.3349752Z ] 2024-11-01T16:22:03.3351784Z 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-11-01T16:22:03.3354111Z with 2024-11-01T16:22:03.3354361Z [ 2024-11-01T16:22:03.3354662Z T=uint8_t, 2024-11-01T16:22:03.3354962Z accT=int16_t, 2024-11-01T16:22:03.3355283Z inpType=uint8_t 2024-11-01T16:22:03.3355580Z ] 2024-11-01T16:22:03.3356900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.3358185Z with 2024-11-01T16:22:03.3358425Z [ 2024-11-01T16:22:03.3358665Z T=uint8_t, 2024-11-01T16:22:03.3358997Z accT=int16_t 2024-11-01T16:22:03.3359314Z ] 2024-11-01T16:22:03.3361422Z 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-11-01T16:22:03.3363429Z with 2024-11-01T16:22:03.3363679Z [ 2024-11-01T16:22:03.3363905Z T=uint8_t, 2024-11-01T16:22:03.3364268Z accT=int16_t 2024-11-01T16:22:03.3364562Z ] 2024-11-01T16:22:03.3366539Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.3368494Z with 2024-11-01T16:22:03.3368942Z [ 2024-11-01T16:22:03.3369358Z T=uint8_t, 2024-11-01T16:22:03.3369879Z accT=int16_t 2024-11-01T16:22:03.3370395Z ] 2024-11-01T16:22:03.3373485Z 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-11-01T16:22:03.3379412Z 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-11-01T16:22:03.3994260Z [4808/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-11-01T16:22:03.3998713Z 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-11-01T16:22:03.4002122Z with 2024-11-01T16:22:03.4002565Z [ 2024-11-01T16:22:03.4002990Z T=int8_t, 2024-11-01T16:22:03.4003487Z accT=int32_t, 2024-11-01T16:22:03.4004042Z inpType=int8_t 2024-11-01T16:22:03.4004576Z ] 2024-11-01T16:22:03.4006627Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:22:03.4008935Z with 2024-11-01T16:22:03.4009326Z [ 2024-11-01T16:22:03.4009562Z T=int8_t, 2024-11-01T16:22:03.4009864Z accT=int32_t 2024-11-01T16:22:03.4010469Z ] 2024-11-01T16:22:03.4014305Z 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-11-01T16:22:03.4017504Z with 2024-11-01T16:22:03.4017920Z [ 2024-11-01T16:22:03.4018274Z T=int8_t, 2024-11-01T16:22:03.4018740Z accT=int32_t 2024-11-01T16:22:03.4019193Z ] 2024-11-01T16:22:03.4021249Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:22:03.4023674Z with 2024-11-01T16:22:03.4024117Z [ 2024-11-01T16:22:03.4024537Z T=int8_t, 2024-11-01T16:22:03.4025065Z accT=int32_t 2024-11-01T16:22:03.4025596Z ] 2024-11-01T16:22:03.4028602Z 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-11-01T16:22:03.4415396Z [4809/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-11-01T16:22:03.4417830Z 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-11-01T16:22:03.4421138Z 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-11-01T16:22:03.4424639Z 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-11-01T16:22:03.4428089Z 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-11-01T16:22:03.4431784Z 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-11-01T16:22:03.4435265Z 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-11-01T16:22:03.4438809Z 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-11-01T16:22:03.4442138Z 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-11-01T16:22:03.4447140Z 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-11-01T16:22:03.4452589Z 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-11-01T16:22:03.4458635Z 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-11-01T16:22:03.4464837Z 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-11-01T16:22:03.4471139Z 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-11-01T16:22:03.4571878Z [4810/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-11-01T16:22:03.5453238Z [4811/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-11-01T16:22:03.5802389Z [4812/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-11-01T16:22:03.5988495Z [4813/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-11-01T16:22:03.6408919Z [4814/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-11-01T16:22:03.6509645Z [4815/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-11-01T16:22:03.7309238Z [4816/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-11-01T16:22:03.7389261Z [4817/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-11-01T16:22:03.7699482Z [4818/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-11-01T16:22:03.7784433Z [4819/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-11-01T16:22:03.7878186Z [4820/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-11-01T16:22:03.8275572Z [4821/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-11-01T16:22:03.8951054Z [4822/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-11-01T16:22:03.9082339Z [4823/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-11-01T16:22:03.9084791Z 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-11-01T16:22:03.9086813Z 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-11-01T16:22:03.9101100Z [4824/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-11-01T16:22:03.9591517Z [4825/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-11-01T16:22:03.9652771Z [4826/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-11-01T16:22:03.9665701Z [4827/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-11-01T16:22:04.0038228Z [4828/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-11-01T16:22:04.0257425Z [4829/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-11-01T16:22:04.0458322Z [4830/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-11-01T16:22:04.0714202Z [4831/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-11-01T16:22:04.1240326Z [4832/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-11-01T16:22:04.1396143Z [4833/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-11-01T16:22:04.1398174Z 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-11-01T16:22:04.1401374Z 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-11-01T16:22:04.1405816Z 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-11-01T16:22:04.1410715Z 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-11-01T16:22:04.1414250Z 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-11-01T16:22:04.1417323Z 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-11-01T16:22:04.1422661Z 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-11-01T16:22:04.1427537Z 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-11-01T16:22:04.1431202Z 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-11-01T16:22:04.1436793Z 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-11-01T16:22:04.1440689Z 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-11-01T16:22:04.1444711Z 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-11-01T16:22:04.1461258Z [4834/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-11-01T16:22:04.1474462Z [4835/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-11-01T16:22:04.2710769Z [4836/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-11-01T16:22:04.2723254Z [4837/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-11-01T16:22:04.2845207Z [4838/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-11-01T16:22:04.2862209Z [4839/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-11-01T16:22:04.2969376Z [4840/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-11-01T16:22:04.3827260Z [4841/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-11-01T16:22:04.4368914Z [4842/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-11-01T16:22:04.4387775Z [4843/7871] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-11-01T16:22:04.6124378Z [4844/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-11-01T16:22:04.6294737Z [4845/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-11-01T16:22:04.6351257Z [4846/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-11-01T16:22:04.6426415Z [4847/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-11-01T16:22:04.6607470Z [4848/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-11-01T16:22:04.7189266Z [4849/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-11-01T16:22:04.7783088Z [4850/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-11-01T16:22:04.8562639Z [4851/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-11-01T16:22:04.9431654Z [4852/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-11-01T16:22:04.9686556Z [4853/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-11-01T16:22:04.9754843Z [4854/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-11-01T16:22:04.9834213Z [4855/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-11-01T16:22:04.9958518Z [4856/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-11-01T16:22:05.0961635Z [4857/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-11-01T16:22:05.1173913Z [4858/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-11-01T16:22:05.1473932Z [4859/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-11-01T16:22:05.2612201Z [4860/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-11-01T16:22:05.2768602Z [4861/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-11-01T16:22:05.2962506Z [4862/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-11-01T16:22:05.3180568Z [4863/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-11-01T16:22:05.3564650Z [4864/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-11-01T16:22:05.4458600Z [4865/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-11-01T16:22:05.4638637Z [4866/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-11-01T16:22:05.5186233Z [4867/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-11-01T16:22:05.6264962Z [4868/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-11-01T16:22:05.6341812Z [4869/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-11-01T16:22:05.6555022Z [4870/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-11-01T16:22:05.6664503Z [4871/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-11-01T16:22:05.7240788Z [4872/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-11-01T16:22:05.8059466Z [4873/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-11-01T16:22:05.8232050Z [4874/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-11-01T16:22:05.8665681Z [4875/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-11-01T16:22:05.9415202Z [4876/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-11-01T16:22:05.9970280Z [4877/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-11-01T16:22:06.0149353Z [4878/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-11-01T16:22:06.0284961Z [4879/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-11-01T16:22:06.0764265Z [4880/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-11-01T16:22:06.1571890Z [4881/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-11-01T16:22:06.1923741Z [4882/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-11-01T16:22:06.2582592Z [4883/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-11-01T16:22:06.3135616Z [4884/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-11-01T16:22:06.3711816Z [4885/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-11-01T16:22:06.4139043Z [4886/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-11-01T16:22:06.4702130Z [4887/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-11-01T16:22:06.5186971Z [4888/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-11-01T16:22:06.6046286Z [4889/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-11-01T16:22:06.6266478Z [4890/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-11-01T16:22:06.6649736Z [4891/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-11-01T16:22:06.7017920Z [4892/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-11-01T16:22:06.7375786Z [4893/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-11-01T16:22:06.7471042Z [4894/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-11-01T16:22:06.8563555Z [4895/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-11-01T16:22:06.8586994Z [4896/7871] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-11-01T16:22:06.9383364Z [4897/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-11-01T16:22:06.9444747Z [4898/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-11-01T16:22:06.9615057Z [4899/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-11-01T16:22:07.0504847Z [4900/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-11-01T16:22:07.0537422Z [4901/7871] Linking CXX shared library bin\asmjit.dll 2024-11-01T16:22:07.0819797Z [4902/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-11-01T16:22:07.1727452Z [4903/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-11-01T16:22:07.1877785Z [4904/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-11-01T16:22:07.2327977Z [4905/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-11-01T16:22:07.2846069Z [4906/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-11-01T16:22:07.3191929Z [4907/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-11-01T16:22:07.4127368Z [4908/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-11-01T16:22:07.4335461Z [4909/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-11-01T16:22:07.4512590Z [4910/7871] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-11-01T16:22:07.4515382Z 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-11-01T16:22:07.4578046Z [4911/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-11-01T16:22:07.4820365Z [4912/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-11-01T16:22:07.5426244Z [4913/7871] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-11-01T16:22:07.5427851Z 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-11-01T16:22:07.5704680Z [4914/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-11-01T16:22:07.5717232Z [4915/7871] Linking C static library lib\libittnotify.lib 2024-11-01T16:22:07.6108765Z [4916/7871] Linking CXX shared library bin\fbgemm.dll 2024-11-01T16:22:07.6760624Z [4917/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-11-01T16:22:07.6771976Z [4918/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-11-01T16:22:07.7198223Z [4919/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-11-01T16:22:07.7459671Z [4920/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-11-01T16:22:07.8158191Z [4921/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-11-01T16:22:07.8421036Z [4922/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-11-01T16:22:07.8921795Z [4923/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-11-01T16:22:07.9406371Z [4924/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-11-01T16:22:07.9662725Z [4925/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-11-01T16:22:07.9676179Z [4926/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-11-01T16:22:07.9728558Z [4927/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-11-01T16:22:07.9809494Z [4928/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-11-01T16:22:07.9872343Z [4929/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-11-01T16:22:08.2679277Z [4930/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-11-01T16:22:08.3940458Z [4931/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring.cc.obj 2024-11-01T16:22:08.4442527Z [4932/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-11-01T16:22:08.5602707Z [4933/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-11-01T16:22:08.5604578Z 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-11-01T16:22:08.5608487Z 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-11-01T16:22:08.5612050Z with 2024-11-01T16:22:08.5612300Z [ 2024-11-01T16:22:08.5612654Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5613121Z ] 2024-11-01T16:22:08.5615672Z 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-11-01T16:22:08.5618280Z with 2024-11-01T16:22:08.5618514Z [ 2024-11-01T16:22:08.5618874Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5619344Z ] 2024-11-01T16:22:08.5621960Z 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-11-01T16:22:08.5624870Z with 2024-11-01T16:22:08.5625122Z [ 2024-11-01T16:22:08.5625480Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5625931Z ] 2024-11-01T16:22:08.5628567Z 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-11-01T16:22:08.5631101Z with 2024-11-01T16:22:08.5631347Z [ 2024-11-01T16:22:08.5631690Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5632276Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5632758Z ] 2024-11-01T16:22:08.5635441Z 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-11-01T16:22:08.5638116Z with 2024-11-01T16:22:08.5638361Z [ 2024-11-01T16:22:08.5638720Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5639294Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5639767Z U=uv_write_t 2024-11-01T16:22:08.5640099Z ] 2024-11-01T16:22:08.5642722Z 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-11-01T16:22:08.5645514Z with 2024-11-01T16:22:08.5645796Z [ 2024-11-01T16:22:08.5646159Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5646730Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5647204Z U=uv_write_t 2024-11-01T16:22:08.5647504Z ] 2024-11-01T16:22:08.5650088Z 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-11-01T16:22:08.5652507Z with 2024-11-01T16:22:08.5652755Z [ 2024-11-01T16:22:08.5653111Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5653564Z ] 2024-11-01T16:22:08.5962258Z [4934/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-11-01T16:22:08.5964060Z 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-11-01T16:22:08.5967942Z 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-11-01T16:22:08.5970661Z with 2024-11-01T16:22:08.5970897Z [ 2024-11-01T16:22:08.5971263Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5971943Z ] 2024-11-01T16:22:08.5974645Z 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-11-01T16:22:08.5977263Z with 2024-11-01T16:22:08.5977510Z [ 2024-11-01T16:22:08.5977870Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5978334Z ] 2024-11-01T16:22:08.5980898Z 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-11-01T16:22:08.5983510Z with 2024-11-01T16:22:08.5983756Z [ 2024-11-01T16:22:08.5984097Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5984560Z ] 2024-11-01T16:22:08.5987047Z 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-11-01T16:22:08.5989712Z with 2024-11-01T16:22:08.5989962Z [ 2024-11-01T16:22:08.5990322Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5990899Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.5991358Z ] 2024-11-01T16:22:08.5994078Z 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-11-01T16:22:08.5996918Z with 2024-11-01T16:22:08.5997150Z [ 2024-11-01T16:22:08.5997514Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5998111Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.5998589Z U=uv_write_t 2024-11-01T16:22:08.5998866Z ] 2024-11-01T16:22:08.6001491Z 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-11-01T16:22:08.6004291Z with 2024-11-01T16:22:08.6004588Z [ 2024-11-01T16:22:08.6004987Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6005573Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6006047Z U=uv_write_t 2024-11-01T16:22:08.6006455Z ] 2024-11-01T16:22:08.6008898Z 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-11-01T16:22:08.6011336Z with 2024-11-01T16:22:08.6011572Z [ 2024-11-01T16:22:08.6011936Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.6012406Z ] 2024-11-01T16:22:08.6410984Z [4935/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-11-01T16:22:08.6413119Z 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-11-01T16:22:08.6416883Z 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-11-01T16:22:08.6419808Z with 2024-11-01T16:22:08.6420064Z [ 2024-11-01T16:22:08.6420430Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.6421114Z ] 2024-11-01T16:22:08.6427413Z 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-11-01T16:22:08.6432525Z with 2024-11-01T16:22:08.6432974Z [ 2024-11-01T16:22:08.6433622Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.6434480Z ] 2024-11-01T16:22:08.6439401Z 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-11-01T16:22:08.6444429Z with 2024-11-01T16:22:08.6445357Z [ 2024-11-01T16:22:08.6446085Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.6448572Z ] 2024-11-01T16:22:08.6453841Z 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-11-01T16:22:08.6457403Z with 2024-11-01T16:22:08.6457659Z [ 2024-11-01T16:22:08.6458034Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6458667Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.6459367Z ] 2024-11-01T16:22:08.6462177Z 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-11-01T16:22:08.6465569Z with 2024-11-01T16:22:08.6466358Z [ 2024-11-01T16:22:08.6467025Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6468000Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6469165Z U=uv_write_t 2024-11-01T16:22:08.6469636Z ] 2024-11-01T16:22:08.6473315Z 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-11-01T16:22:08.6477941Z with 2024-11-01T16:22:08.6478367Z [ 2024-11-01T16:22:08.6479009Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6480038Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:22:08.6480898Z U=uv_write_t 2024-11-01T16:22:08.6481766Z ] 2024-11-01T16:22:08.6486254Z 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-11-01T16:22:08.6490913Z with 2024-11-01T16:22:08.6491339Z [ 2024-11-01T16:22:08.6491968Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:22:08.6492831Z ] 2024-11-01T16:22:08.6494105Z [4936/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring_chunked.cc.obj 2024-11-01T16:22:08.6517514Z [4937/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-11-01T16:22:08.7380669Z [4938/7871] Running gen_proto.py on onnx/onnx.in.proto 2024-11-01T16:22:08.7382026Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-11-01T16:22:08.7383943Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-11-01T16:22:08.7385987Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-11-01T16:22:08.7387917Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-11-01T16:22:08.7389725Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-11-01T16:22:08.7558354Z [4939/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_local.cc.obj 2024-11-01T16:22:08.7794696Z [4940/7871] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-11-01T16:22:08.7796435Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:22:08.7797317Z 2024-11-01T16:22:08.7797755Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:22:08.7798515Z 2024-11-01T16:22:08.7798524Z 2024-11-01T16:22:08.7961470Z [4941/7871] Linking CXX static library lib\gloo.lib 2024-11-01T16:22:08.9436844Z [4942/7871] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda.cu.obj 2024-11-01T16:22:08.9437702Z cuda.cu 2024-11-01T16:22:08.9438015Z tmpxft_000014f8_00000000-7_cuda.cudafe1.cpp 2024-11-01T16:22:08.9707887Z [4943/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_bcube.cc.obj 2024-11-01T16:22:08.9710921Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xmemory(674): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data 2024-11-01T16:22:08.9715610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(708): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,int&,const size_t&>(_Alloc &,_Objty *const ,int &,const size_t &)' being compiled 2024-11-01T16:22:08.9719011Z with 2024-11-01T16:22:08.9719464Z [ 2024-11-01T16:22:08.9720073Z _Alloc=std::allocator, 2024-11-01T16:22:08.9720964Z _Ty=gloo::cuda::bcube::Node, 2024-11-01T16:22:08.9721712Z _Objty=gloo::cuda::bcube::Node 2024-11-01T16:22:08.9722477Z ] 2024-11-01T16:22:08.9725730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(713): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,int&,const size_t&>(_Alloc &,_Objty *const ,int &,const size_t &)' being compiled 2024-11-01T16:22:08.9729141Z with 2024-11-01T16:22:08.9729587Z [ 2024-11-01T16:22:08.9730199Z _Alloc=std::allocator, 2024-11-01T16:22:08.9731293Z _Ty=gloo::cuda::bcube::Node, 2024-11-01T16:22:08.9732065Z _Objty=gloo::cuda::bcube::Node 2024-11-01T16:22:08.9732759Z ] 2024-11-01T16:22:08.9736003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(726): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(int &,const size_t &)' being compiled 2024-11-01T16:22:08.9739345Z with 2024-11-01T16:22:08.9739796Z [ 2024-11-01T16:22:08.9740288Z _Ty=gloo::cuda::bcube::Node 2024-11-01T16:22:08.9741030Z ] 2024-11-01T16:22:08.9743831Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo\cuda_allreduce_bcube.cc(298): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(int &,const size_t &)' being compiled 2024-11-01T16:22:08.9746805Z with 2024-11-01T16:22:08.9747143Z [ 2024-11-01T16:22:08.9747571Z _Ty=gloo::cuda::bcube::Node 2024-11-01T16:22:08.9748176Z ] 2024-11-01T16:22:08.9750607Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo\cuda_allreduce_bcube.cc(296): note: while compiling class template member function 'void gloo::CudaAllreduceBcube>::createNodes(void)' 2024-11-01T16:22:08.9755535Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo\cuda_allreduce_bcube.cc(508): note: see reference to class template instantiation 'gloo::CudaAllreduceBcube>' being compiled 2024-11-01T16:22:08.9942599Z [4944/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_broadcast_one_to_all.cc.obj 2024-11-01T16:22:09.0790804Z [4945/7871] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:22:09.0942450Z [4946/7871] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_halving_doubling.cc.obj 2024-11-01T16:22:09.1660144Z [4947/7871] Running gen_proto.py on onnx/onnx-data.in.proto 2024-11-01T16:22:09.1661317Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-11-01T16:22:09.1662551Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-11-01T16:22:09.1663825Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-11-01T16:22:09.1665011Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-11-01T16:22:09.1666050Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-11-01T16:22:09.1738102Z [4948/7871] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-11-01T16:22:09.1739956Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-11-01T16:22:09.1742362Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-11-01T16:22:09.1744909Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-11-01T16:22:09.1747296Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-11-01T16:22:09.1749437Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-11-01T16:22:09.2615478Z [4949/7871] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:22:09.2650093Z [4950/7871] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:22:09.5050294Z [4951/7871] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_private.cu.obj 2024-11-01T16:22:09.5051690Z cuda_private.cu 2024-11-01T16:22:09.5052288Z tmpxft_00001b80_00000000-7_cuda_private.cudafe1.cpp 2024-11-01T16:22:09.6189189Z [4952/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-11-01T16:22:09.6665595Z [4953/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-11-01T16:22:09.6691194Z [4954/7871] Linking CXX static library lib\gloo_cuda.lib 2024-11-01T16:22:09.7242528Z [4955/7871] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-11-01T16:22:09.7420401Z [4956/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-11-01T16:22:09.7988759Z [4957/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-11-01T16:22:09.8254976Z [4958/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-11-01T16:22:09.8829829Z [4959/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-11-01T16:22:09.9780859Z [4960/7871] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-11-01T16:22:10.0562724Z [4961/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-11-01T16:22:10.1287379Z [4962/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-11-01T16:22:10.1507606Z [4963/7871] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-11-01T16:22:10.1983472Z [4964/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-11-01T16:22:10.1995052Z [4965/7871] Linking CXX static library lib\onnx_proto.lib 2024-11-01T16:22:10.2317931Z [4966/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-11-01T16:22:10.2673716Z [4967/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-11-01T16:22:10.4287233Z [4968/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-11-01T16:22:10.4551853Z [4969/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-11-01T16:22:10.5858947Z [4970/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-11-01T16:22:10.6379148Z [4971/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-11-01T16:22:10.7136594Z [4972/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-11-01T16:22:10.7200679Z [4973/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-11-01T16:22:10.7445894Z [4974/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-11-01T16:22:10.7567163Z [4975/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-11-01T16:22:10.8782231Z [4976/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-11-01T16:22:10.8836632Z [4977/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-11-01T16:22:10.9285264Z [4978/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-11-01T16:22:11.1318384Z [4979/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-11-01T16:22:11.1945914Z [4980/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-11-01T16:22:11.2152247Z [4981/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-11-01T16:22:11.2232562Z [4982/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-11-01T16:22:11.2658724Z [4983/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-11-01T16:22:11.2893820Z [4984/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-11-01T16:22:11.3501346Z [4985/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-11-01T16:22:11.3773676Z [4986/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-11-01T16:22:11.5714180Z [4987/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-11-01T16:22:11.7089817Z [4988/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-11-01T16:22:11.7255162Z [4989/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-11-01T16:22:11.7513305Z [4990/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-11-01T16:22:11.7868509Z [4991/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-11-01T16:22:11.8358329Z [4992/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-11-01T16:22:11.8433734Z [4993/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-11-01T16:22:11.9078264Z [4994/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-11-01T16:22:11.9896245Z [4995/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-11-01T16:22:12.2200486Z [4996/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-11-01T16:22:12.2356109Z [4997/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-11-01T16:22:12.2772172Z [4998/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-11-01T16:22:12.2888778Z [4999/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-11-01T16:22:12.3362545Z [5000/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-11-01T16:22:12.3472285Z [5001/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-11-01T16:22:12.4084905Z [5002/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-11-01T16:22:12.4311874Z [5003/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-11-01T16:22:12.6491554Z [5004/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-11-01T16:22:12.6817249Z [5005/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-11-01T16:22:12.7058865Z [5006/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-11-01T16:22:12.8084018Z [5007/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-11-01T16:22:12.8175839Z [5008/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-11-01T16:22:12.8354982Z [5009/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-11-01T16:22:12.8712635Z [5010/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-11-01T16:22:13.0363333Z [5011/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-11-01T16:22:13.0515912Z [5012/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-11-01T16:22:13.0673830Z [5013/7871] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-11-01T16:22:13.0675772Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-11-01T16:22:13.0676905Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:22:13.0677656Z 2024-11-01T16:22:13.0678722Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-11-01T16:22:13.1887368Z [5014/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-11-01T16:22:13.1977261Z [5015/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-11-01T16:22:13.4695562Z [5016/7871] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-11-01T16:22:13.5229081Z [5017/7871] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-11-01T16:22:13.5728660Z [5018/7871] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-11-01T16:22:13.7734587Z [5019/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-11-01T16:22:13.8078965Z [5020/7871] 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-11-01T16:22:13.8080267Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:13.9373450Z [5021/7871] Linking CXX static library lib\onnx.lib 2024-11-01T16:22:14.0060005Z [5022/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-11-01T16:22:14.0188121Z [5023/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-11-01T16:22:14.0282586Z [5024/7871] 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-11-01T16:22:14.0284084Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:14.1423016Z [5025/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-11-01T16:22:14.3628451Z [5026/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-11-01T16:22:14.5384150Z [5027/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-11-01T16:22:14.5788349Z [5028/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-11-01T16:22:14.6977957Z [5029/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-11-01T16:22:14.8624391Z [5030/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-11-01T16:22:14.8737478Z [5031/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-11-01T16:22:14.8857349Z [5032/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-11-01T16:22:14.9390926Z [5033/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-11-01T16:22:15.0102679Z [5034/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-11-01T16:22:15.1181259Z [5035/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-11-01T16:22:15.2001156Z [5036/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-11-01T16:22:15.4255395Z [5037/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-11-01T16:22:15.4272550Z [5038/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-11-01T16:22:15.5770977Z [5039/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-11-01T16:22:15.6662115Z [5040/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-11-01T16:22:15.7169503Z [5041/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-11-01T16:22:15.7362180Z [5042/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-11-01T16:22:15.8014305Z [5043/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-11-01T16:22:15.9906078Z [5044/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-11-01T16:22:16.0001959Z [5045/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-11-01T16:22:16.0262773Z [5046/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-11-01T16:22:16.1256528Z [5047/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-11-01T16:22:16.3219949Z [5048/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-11-01T16:22:16.3831312Z [5049/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-11-01T16:22:16.4253355Z [5050/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-11-01T16:22:16.5942004Z [5051/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-11-01T16:22:16.6322997Z [5052/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-11-01T16:22:16.8972670Z [5053/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-11-01T16:22:16.9021156Z [5054/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-11-01T16:22:16.9451556Z [5055/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-11-01T16:22:17.1513471Z [5056/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-11-01T16:22:17.1595568Z [5057/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-11-01T16:22:17.3099663Z [5058/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-11-01T16:22:17.4344264Z [5059/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-11-01T16:22:17.5205416Z [5060/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-11-01T16:22:17.7779369Z [5061/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-11-01T16:22:17.8012924Z [5062/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-11-01T16:22:17.8299120Z [5063/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-11-01T16:22:18.0420814Z [5064/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-11-01T16:22:18.0551287Z [5065/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-11-01T16:22:18.3139974Z [5066/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-11-01T16:22:18.3712786Z [5067/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-11-01T16:22:18.3841158Z [5068/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-11-01T16:22:18.6596829Z [5069/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-11-01T16:22:18.6718065Z [5070/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-11-01T16:22:18.6812432Z [5071/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-11-01T16:22:18.7183556Z [5072/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-11-01T16:22:18.9070066Z [5073/7871] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-11-01T16:22:19.0240714Z [5074/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-11-01T16:22:19.2485514Z [5075/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-11-01T16:22:19.3202201Z [5076/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-11-01T16:22:19.4979373Z [5077/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-11-01T16:22:19.6259216Z [5078/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-11-01T16:22:19.7019597Z [5079/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-11-01T16:22:19.7751155Z [5080/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-11-01T16:22:19.8559547Z [5081/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-11-01T16:22:19.8719036Z [5082/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-11-01T16:22:20.0115180Z [5083/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-11-01T16:22:20.4523910Z [5084/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-11-01T16:22:20.5147863Z [5085/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-11-01T16:22:20.5971083Z [5086/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-11-01T16:22:20.6659304Z [5087/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-11-01T16:22:20.7835455Z [5088/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-11-01T16:22:20.7943807Z [5089/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-11-01T16:22:20.9665491Z [5090/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-11-01T16:22:20.9789532Z [5091/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-11-01T16:22:21.6529314Z [5092/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-11-01T16:22:21.6930913Z [5093/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-11-01T16:22:21.7302054Z [5094/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-11-01T16:22:21.7505807Z [5095/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-11-01T16:22:21.8241862Z [5096/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-11-01T16:22:21.8683779Z [5097/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-11-01T16:22:21.8901755Z [5098/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-11-01T16:22:21.9455560Z [5099/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-11-01T16:22:22.5938919Z [5100/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-11-01T16:22:22.6712847Z [5101/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-11-01T16:22:22.7612305Z [5102/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-11-01T16:22:22.7704424Z [5103/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-11-01T16:22:22.8254512Z [5104/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-11-01T16:22:22.8345307Z [5105/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2024-11-01T16:22:22.9722638Z [5106/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-11-01T16:22:23.1091733Z [5107/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-11-01T16:22:23.5708512Z [5108/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-11-01T16:22:23.6513820Z [5109/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-11-01T16:22:23.6978025Z [5110/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-11-01T16:22:23.7580115Z [5111/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-11-01T16:22:23.8116012Z [5112/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-11-01T16:22:23.9112281Z [5113/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-11-01T16:22:23.9310797Z [5114/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-11-01T16:22:23.9587109Z [5115/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-11-01T16:22:24.5473243Z [5116/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-11-01T16:22:24.6587929Z [5117/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-11-01T16:22:24.6607396Z [5118/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-11-01T16:22:24.7092551Z [5119/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-11-01T16:22:24.7252487Z [5120/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-11-01T16:22:24.8382525Z [5121/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-11-01T16:22:24.8512205Z [5122/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-11-01T16:22:24.9753534Z [5123/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-11-01T16:22:25.5757644Z [5124/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-11-01T16:22:25.5826423Z [5125/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-11-01T16:22:25.6101803Z [5126/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-11-01T16:22:25.6902618Z [5127/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-11-01T16:22:25.7807225Z [5128/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-11-01T16:22:25.7908660Z [5129/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-11-01T16:22:25.8013136Z [5130/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-11-01T16:22:25.8948502Z [5131/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-11-01T16:22:26.4485360Z [5132/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-11-01T16:22:26.5936436Z [5133/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-11-01T16:22:26.6123233Z [5134/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-11-01T16:22:26.6779837Z [5135/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-11-01T16:22:26.7084512Z [5136/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-11-01T16:22:26.7491408Z [5137/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-11-01T16:22:26.7567051Z [5138/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-11-01T16:22:26.8005181Z [5139/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-11-01T16:22:26.8324618Z [5140/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-11-01T16:22:26.9364207Z [5141/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-11-01T16:22:27.1365038Z [5142/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-11-01T16:22:27.4435083Z [5143/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-11-01T16:22:27.5251167Z [5144/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-11-01T16:22:27.6763696Z [5145/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-11-01T16:22:27.6977033Z [5146/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-11-01T16:22:27.7073663Z [5147/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-11-01T16:22:27.7506779Z [5148/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-11-01T16:22:27.9889465Z [5149/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-11-01T16:22:28.1704980Z [5150/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-11-01T16:22:28.4753659Z [5151/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-11-01T16:22:28.5316272Z [5152/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-11-01T16:22:28.7686425Z [5153/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-11-01T16:22:28.7739175Z [5154/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-11-01T16:22:28.7822353Z [5155/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-11-01T16:22:28.8225022Z [5156/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-11-01T16:22:29.0564079Z [5157/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-11-01T16:22:29.0672009Z [5158/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-11-01T16:22:29.5680152Z [5159/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-11-01T16:22:29.6425954Z [5160/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-11-01T16:22:29.7905508Z [5161/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-11-01T16:22:29.8679620Z [5162/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-11-01T16:22:29.8805833Z [5163/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-11-01T16:22:29.9045857Z [5164/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-11-01T16:22:30.0709148Z [5165/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-11-01T16:22:30.1820540Z [5166/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2024-11-01T16:22:30.6648065Z [5167/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-11-01T16:22:30.7048964Z [5168/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-11-01T16:22:30.7898295Z [5169/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2024-11-01T16:22:30.9390382Z [5170/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-11-01T16:22:30.9998363Z [5171/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-11-01T16:22:31.0077938Z [5172/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-11-01T16:22:31.1671273Z [5173/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-11-01T16:22:31.3549355Z [5174/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-11-01T16:22:31.6498978Z [5175/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-11-01T16:22:31.7969222Z [5176/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-11-01T16:22:31.8402186Z [5177/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-11-01T16:22:32.0219429Z [5178/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-11-01T16:22:32.0673253Z [5179/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-11-01T16:22:32.0969111Z [5180/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-11-01T16:22:32.1308904Z [5181/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2024-11-01T16:22:32.3099897Z [5182/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-11-01T16:22:32.6039437Z [5183/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-11-01T16:22:32.7651597Z [5184/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-11-01T16:22:32.8382249Z [5185/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-11-01T16:22:32.8966120Z [5186/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2024-11-01T16:22:33.0076011Z [5187/7871] 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-11-01T16:22:33.0676293Z [5188/7871] 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-11-01T16:22:33.1136459Z [5189/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-11-01T16:22:33.2846430Z [5190/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-11-01T16:22:33.5152951Z [5191/7871] 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-11-01T16:22:33.7530825Z [5192/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-11-01T16:22:33.7620242Z [5193/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-11-01T16:22:33.8292277Z [5194/7871] 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-11-01T16:22:33.8294548Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:33.9262686Z [5195/7871] 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-11-01T16:22:33.9264995Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.0167400Z [5196/7871] 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-11-01T16:22:34.0901522Z [5197/7871] 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-11-01T16:22:34.0902992Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.1953436Z [5198/7871] 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-11-01T16:22:34.1954700Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.5219492Z [5199/7871] 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-11-01T16:22:34.5221337Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.6397184Z [5200/7871] 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-11-01T16:22:34.6398446Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.6681131Z [5201/7871] 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-11-01T16:22:34.6682510Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.8279951Z [5202/7871] 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-11-01T16:22:34.8281305Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.8576588Z [5203/7871] 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-11-01T16:22:34.8578728Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:34.9786610Z [5204/7871] 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-11-01T16:22:34.9788953Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:35.0912614Z [5205/7871] 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-11-01T16:22:35.0914864Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:35.1997181Z [5206/7871] 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-11-01T16:22:35.4911302Z [5207/7871] 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-11-01T16:22:35.4912560Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:35.5445472Z [5208/7871] 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-11-01T16:22:35.6348558Z [5209/7871] 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-11-01T16:22:35.6349942Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:35.7302036Z [5210/7871] 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-11-01T16:22:35.7806999Z [5211/7871] 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-11-01T16:22:35.8715436Z [5212/7871] 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-11-01T16:22:35.8716636Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.0702504Z [5213/7871] 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-11-01T16:22:36.0703721Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.1710115Z [5214/7871] 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-11-01T16:22:36.1712268Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.4294666Z [5215/7871] 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-11-01T16:22:36.4296883Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.5855823Z [5216/7871] 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-11-01T16:22:36.5857032Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.6173774Z [5217/7871] 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-11-01T16:22:36.6175089Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.6788321Z [5218/7871] 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-11-01T16:22:36.8050601Z [5219/7871] 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-11-01T16:22:36.8051839Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:36.9073541Z [5220/7871] 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-11-01T16:22:36.9674672Z [5221/7871] 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-11-01T16:22:37.1112100Z [5222/7871] 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-11-01T16:22:37.3669889Z [5223/7871] 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-11-01T16:22:37.4540560Z [5224/7871] 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-11-01T16:22:37.6016713Z [5225/7871] 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-11-01T16:22:37.6017969Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:37.6042785Z [5226/7871] 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-11-01T16:22:37.7439589Z [5227/7871] 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-11-01T16:22:37.7552651Z [5228/7871] 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-11-01T16:22:37.7553909Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:37.9820480Z [5229/7871] 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-11-01T16:22:38.0302609Z [5230/7871] 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-11-01T16:22:38.0303878Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:38.2986444Z [5231/7871] 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-11-01T16:22:38.2987771Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:38.3866963Z [5232/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-11-01T16:22:38.6165233Z [5233/7871] 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-11-01T16:22:38.6355148Z [5234/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-11-01T16:22:38.6537561Z [5235/7871] 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-11-01T16:22:38.6538884Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:38.7123898Z [5236/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-11-01T16:22:39.0418390Z [5237/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-11-01T16:22:39.0678257Z [5238/7871] 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-11-01T16:22:39.0680470Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.2444642Z [5239/7871] 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-11-01T16:22:39.2445969Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.3329759Z [5240/7871] 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-11-01T16:22:39.3332084Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.5553372Z [5241/7871] 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-11-01T16:22:39.5555638Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.5637790Z [5242/7871] 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-11-01T16:22:39.5640357Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.6453633Z [5243/7871] 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-11-01T16:22:39.6455301Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.6805569Z [5244/7871] 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-11-01T16:22:39.6808115Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:39.9786525Z [5245/7871] 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-11-01T16:22:39.9788996Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.0088188Z [5246/7871] 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-11-01T16:22:40.0089466Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.1292517Z [5247/7871] 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-11-01T16:22:40.1294744Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.2847768Z [5248/7871] 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-11-01T16:22:40.2849278Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.4937621Z [5249/7871] 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-11-01T16:22:40.4940187Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.5277647Z [5250/7871] 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-11-01T16:22:40.5280037Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.6102788Z [5251/7871] 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-11-01T16:22:40.6105156Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.6431289Z [5252/7871] 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-11-01T16:22:40.6432548Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:40.8951966Z [5253/7871] 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-11-01T16:22:41.0147155Z [5254/7871] 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-11-01T16:22:41.1596555Z [5255/7871] 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-11-01T16:22:41.1597904Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:41.2865293Z [5256/7871] 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-11-01T16:22:41.4840391Z [5257/7871] 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-11-01T16:22:41.4842356Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:41.5066224Z [5258/7871] 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-11-01T16:22:41.5067580Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:41.5933288Z [5259/7871] 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-11-01T16:22:41.5934565Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:41.6340477Z [5260/7871] 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-11-01T16:22:41.6341794Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:41.8366212Z [5261/7871] 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-11-01T16:22:41.8367557Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:41.9621329Z [5262/7871] 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-11-01T16:22:41.9622631Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.1628613Z [5263/7871] 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-11-01T16:22:42.1629877Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.2922553Z [5264/7871] 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-11-01T16:22:42.2923868Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.5100705Z [5265/7871] 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-11-01T16:22:42.5103075Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.5278245Z [5266/7871] 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-11-01T16:22:42.5279532Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.5418483Z [5267/7871] 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-11-01T16:22:42.5419750Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.6193750Z [5268/7871] 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-11-01T16:22:42.6195094Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.7965522Z [5269/7871] 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-11-01T16:22:42.7966845Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:42.8844238Z [5270/7871] 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-11-01T16:22:42.8845618Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.0911396Z [5271/7871] 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-11-01T16:22:43.0912693Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.1739233Z [5272/7871] 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-11-01T16:22:43.1740490Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.5102126Z [5273/7871] 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-11-01T16:22:43.5103425Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.5345743Z [5274/7871] 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-11-01T16:22:43.5347002Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.5730629Z [5275/7871] 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-11-01T16:22:43.5732496Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.5941872Z [5276/7871] 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-11-01T16:22:43.5943150Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.7144038Z [5277/7871] 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-11-01T16:22:43.7145313Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:43.8234936Z [5278/7871] 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-11-01T16:22:43.8237130Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.0024081Z [5279/7871] 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-11-01T16:22:44.0026618Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.1684313Z [5280/7871] 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-11-01T16:22:44.1686803Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.4394002Z [5281/7871] 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-11-01T16:22:44.4395283Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.4854861Z [5282/7871] 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-11-01T16:22:44.4856161Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.5385670Z [5283/7871] 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-11-01T16:22:44.5386961Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.5628285Z [5284/7871] 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-11-01T16:22:44.5629507Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.6215243Z [5285/7871] 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-11-01T16:22:44.6216543Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.7840560Z [5286/7871] 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-11-01T16:22:44.7841884Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:44.9125193Z [5287/7871] 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-11-01T16:22:44.9127740Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.1464317Z [5288/7871] 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-11-01T16:22:45.1466733Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.4191108Z [5289/7871] 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-11-01T16:22:45.4192438Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.4470590Z [5290/7871] 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-11-01T16:22:45.4472846Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.4487648Z [5291/7871] 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-11-01T16:22:45.4488941Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.5305553Z [5292/7871] 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-11-01T16:22:45.5307156Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.5939033Z [5293/7871] 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-11-01T16:22:45.5940371Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.8049208Z [5294/7871] 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-11-01T16:22:45.8050443Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:45.8341614Z [5295/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2024-11-01T16:22:46.1271297Z [5296/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2024-11-01T16:22:46.3331972Z [5297/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2024-11-01T16:22:46.3795202Z [5298/7871] 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-11-01T16:22:46.4264140Z [5299/7871] 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-11-01T16:22:46.4500910Z [5300/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2024-11-01T16:22:46.5854857Z [5301/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2024-11-01T16:22:46.7775500Z [5302/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-11-01T16:22:46.8349024Z [5303/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-11-01T16:22:47.1893255Z [5304/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-11-01T16:22:47.3438431Z [5305/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-11-01T16:22:47.3914702Z [5306/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2024-11-01T16:22:47.4007430Z [5307/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2024-11-01T16:22:47.5630847Z [5308/7871] 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-11-01T16:22:47.6585359Z [5309/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-11-01T16:22:47.7791802Z [5310/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2024-11-01T16:22:47.9218075Z [5311/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2024-11-01T16:22:48.0860239Z [5312/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-11-01T16:22:48.2840553Z [5313/7871] 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-11-01T16:22:48.3671035Z [5314/7871] 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-11-01T16:22:48.3689729Z [5315/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2024-11-01T16:22:48.6095344Z [5316/7871] 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-11-01T16:22:48.7556784Z [5317/7871] 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-11-01T16:22:48.8202067Z [5318/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2024-11-01T16:22:48.9308953Z [5319/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-11-01T16:22:49.0602834Z [5320/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2024-11-01T16:22:49.2789650Z [5321/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-11-01T16:22:49.3473091Z [5322/7871] 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-11-01T16:22:49.3852030Z [5323/7871] 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-11-01T16:22:49.6270007Z [5324/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2024-11-01T16:22:49.7487210Z [5325/7871] 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-11-01T16:22:49.9333777Z [5326/7871] 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-11-01T16:22:49.9449255Z [5327/7871] 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-11-01T16:22:50.0688153Z [5328/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2024-11-01T16:22:50.2631220Z [5329/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2024-11-01T16:22:50.3225833Z [5330/7871] 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-11-01T16:22:50.4127436Z [5331/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-11-01T16:22:50.5587503Z [5332/7871] 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-11-01T16:22:50.8583463Z [5333/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-11-01T16:22:50.8934318Z [5334/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2024-11-01T16:22:50.8998374Z [5335/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-11-01T16:22:51.0266031Z [5336/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2024-11-01T16:22:51.2712390Z [5337/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-11-01T16:22:51.3249173Z [5338/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2024-11-01T16:22:51.3761940Z [5339/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-11-01T16:22:51.5069297Z [5340/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2024-11-01T16:22:51.9406498Z [5341/7871] 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-11-01T16:22:51.9691553Z [5342/7871] 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-11-01T16:22:52.0029450Z [5343/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2024-11-01T16:22:52.0694977Z [5344/7871] 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-11-01T16:22:52.2540362Z [5345/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2024-11-01T16:22:52.2872174Z [5346/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2024-11-01T16:22:52.3499431Z [5347/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-11-01T16:22:52.6201560Z [5348/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-11-01T16:22:52.9172495Z [5349/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-11-01T16:22:52.9473812Z [5350/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-11-01T16:22:52.9876486Z [5351/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2024-11-01T16:22:53.1090166Z [5352/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-11-01T16:22:53.2413628Z [5353/7871] 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-11-01T16:22:53.2496400Z [5354/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2024-11-01T16:22:53.2612598Z [5355/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2024-11-01T16:22:53.6938614Z [5356/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-11-01T16:22:53.9007163Z [5357/7871] 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-11-01T16:22:53.9884260Z [5358/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-11-01T16:22:53.9992852Z [5359/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2024-11-01T16:22:54.0425679Z [5360/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2024-11-01T16:22:54.1909883Z [5361/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2024-11-01T16:22:54.2025100Z [5362/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-11-01T16:22:54.2095374Z [5363/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-11-01T16:22:54.7708264Z [5364/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-11-01T16:22:54.8876639Z [5365/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-11-01T16:22:55.0833357Z [5366/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-11-01T16:22:55.0928765Z [5367/7871] 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-11-01T16:22:55.1338310Z [5368/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-11-01T16:22:55.1871424Z [5369/7871] 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-11-01T16:22:55.2818466Z [5370/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-11-01T16:22:55.2948592Z [5371/7871] 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-11-01T16:22:55.7257128Z [5372/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-11-01T16:22:55.9153281Z [5373/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-11-01T16:22:56.1197977Z [5374/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-11-01T16:22:56.1423162Z [5375/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-11-01T16:22:56.1733353Z [5376/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-11-01T16:22:56.2238963Z [5377/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-11-01T16:22:56.2541798Z [5378/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-11-01T16:22:56.3706915Z [5379/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-11-01T16:22:56.8043652Z [5380/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-11-01T16:22:56.9450770Z [5381/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-11-01T16:22:56.9936207Z [5382/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-11-01T16:22:57.1147819Z [5383/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-11-01T16:22:57.2364617Z [5384/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-11-01T16:22:57.3119879Z [5385/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-11-01T16:22:57.3210361Z [5386/7871] 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-11-01T16:22:57.3424724Z [5387/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2024-11-01T16:22:57.8657337Z [5388/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2024-11-01T16:22:57.9867099Z [5389/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2024-11-01T16:22:58.0314163Z [5390/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-11-01T16:22:58.0398513Z [5391/7871] 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-11-01T16:22:58.1497534Z [5392/7871] 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-11-01T16:22:58.3131714Z [5393/7871] 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-11-01T16:22:58.3336567Z [5394/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-11-01T16:22:58.3724062Z [5395/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2024-11-01T16:22:58.7909814Z [5396/7871] 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-11-01T16:22:58.9216100Z [5397/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2024-11-01T16:22:59.0047070Z [5398/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-11-01T16:22:59.0765289Z [5399/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-11-01T16:22:59.1306080Z [5400/7871] 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-11-01T16:22:59.2910847Z [5401/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2024-11-01T16:22:59.3466800Z [5402/7871] 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-11-01T16:22:59.4262417Z [5403/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-11-01T16:22:59.8555383Z [5404/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-11-01T16:22:59.9072044Z [5405/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2024-11-01T16:22:59.9209431Z [5406/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-11-01T16:23:00.0175315Z [5407/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2024-11-01T16:23:00.0605197Z [5408/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-11-01T16:23:00.0841736Z [5409/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2024-11-01T16:23:00.1507688Z [5410/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-11-01T16:23:00.2429780Z [5411/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-11-01T16:23:00.3203206Z [5412/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2024-11-01T16:23:00.4225599Z [5413/7871] 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-11-01T16:23:00.6418448Z [5414/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-11-01T16:23:00.8160571Z [5415/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-11-01T16:23:00.9459610Z [5416/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-11-01T16:23:01.0264860Z [5417/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-11-01T16:23:01.0529675Z [5418/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-11-01T16:23:01.1061850Z [5419/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-11-01T16:23:01.3412963Z [5420/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-11-01T16:23:01.3550541Z [5421/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-11-01T16:23:01.4311495Z [5422/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-11-01T16:23:01.7235365Z [5423/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-11-01T16:23:01.7368403Z [5424/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-11-01T16:23:02.0701768Z [5425/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-11-01T16:23:02.0812281Z [5426/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2024-11-01T16:23:02.0906578Z [5427/7871] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2024-11-01T16:23:02.1403690Z [5428/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-11-01T16:23:02.1671424Z [5429/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-11-01T16:23:02.3206119Z [5430/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-11-01T16:23:02.5227917Z [5431/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-11-01T16:23:02.5755254Z [5432/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-11-01T16:23:03.0154056Z [5433/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-11-01T16:23:03.0769635Z [5434/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-11-01T16:23:03.0952152Z [5435/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-11-01T16:23:03.1185599Z [5436/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-11-01T16:23:03.1653890Z [5437/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-11-01T16:23:03.2215095Z [5438/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-11-01T16:23:03.2593541Z [5439/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-11-01T16:23:03.5141573Z [5440/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-11-01T16:23:03.8814370Z [5441/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-11-01T16:23:04.0191615Z [5442/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-11-01T16:23:04.1102862Z [5443/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2024-11-01T16:23:04.1440229Z [5444/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-11-01T16:23:04.2357773Z [5445/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-11-01T16:23:04.2751793Z [5446/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-11-01T16:23:04.2941494Z [5447/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-11-01T16:23:04.3501156Z [5448/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2024-11-01T16:23:04.9183973Z [5449/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-11-01T16:23:05.0357857Z [5450/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2024-11-01T16:23:05.0924749Z [5451/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-11-01T16:23:05.0985813Z [5452/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2024-11-01T16:23:05.2884334Z [5453/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2024-11-01T16:23:05.3214463Z [5454/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2024-11-01T16:23:05.3592731Z [5455/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2024-11-01T16:23:05.3985210Z [5456/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2024-11-01T16:23:05.9712455Z [5457/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2024-11-01T16:23:06.0869388Z [5458/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-11-01T16:23:06.0963666Z [5459/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2024-11-01T16:23:06.1059801Z [5460/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-11-01T16:23:06.3210598Z [5461/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-11-01T16:23:06.3712655Z [5462/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2024-11-01T16:23:06.4537847Z [5463/7871] 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-11-01T16:23:06.4751853Z [5464/7871] 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-11-01T16:23:07.0859390Z [5465/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2024-11-01T16:23:07.1261758Z [5466/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2024-11-01T16:23:07.1400938Z [5467/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2024-11-01T16:23:07.2322119Z [5468/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2024-11-01T16:23:07.3130311Z [5469/7871] 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-11-01T16:23:07.3559045Z [5470/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2024-11-01T16:23:07.5543662Z [5471/7871] 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-11-01T16:23:07.5968498Z [5472/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2024-11-01T16:23:07.8996857Z [5473/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-11-01T16:23:08.1084045Z [5474/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2024-11-01T16:23:08.1424579Z [5475/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2024-11-01T16:23:08.1663166Z [5476/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2024-11-01T16:23:08.1734015Z [5477/7871] 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-11-01T16:23:08.2447266Z [5478/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2024-11-01T16:23:08.3713346Z [5479/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-11-01T16:23:08.4433930Z [5480/7871] 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-11-01T16:23:08.4626431Z [5481/7871] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-11-01T16:23:08.5192437Z [5482/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-11-01T16:23:08.5211470Z [5483/7871] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-11-01T16:23:08.5529487Z [5484/7871] Linking CXX static library lib\fmt.lib 2024-11-01T16:23:08.5788869Z [5485/7871] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2024-11-01T16:23:08.6100158Z [5486/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-11-01T16:23:08.6102999Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:08.6106184Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:08.6109214Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-11-01T16:23:08.6112130Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-11-01T16:23:08.6548678Z [5487/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-11-01T16:23:08.7713642Z [5488/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-11-01T16:23:08.7912334Z [5489/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-11-01T16:23:08.8531441Z [5490/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-11-01T16:23:08.8969964Z [5491/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-11-01T16:23:08.9178998Z [5492/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-11-01T16:23:08.9233243Z [5493/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-11-01T16:23:08.9298993Z [5494/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-11-01T16:23:08.9350182Z [5495/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-11-01T16:23:08.9503258Z [5496/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-11-01T16:23:08.9938933Z [5497/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-11-01T16:23:09.1742395Z [5498/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-11-01T16:23:09.1950312Z [5499/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-11-01T16:23:09.2100445Z [5500/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-11-01T16:23:09.2383970Z [5501/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-11-01T16:23:09.3085366Z [5502/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-11-01T16:23:09.3850475Z [5503/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-11-01T16:23:09.4083781Z [5504/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-11-01T16:23:09.5180691Z [5505/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-11-01T16:23:09.5359105Z [5506/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-11-01T16:23:09.5649783Z [5507/7871] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-11-01T16:23:09.5826969Z [5508/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-11-01T16:23:09.5828521Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:09.5830252Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:09.5974768Z [5509/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-11-01T16:23:09.5976228Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:09.5978320Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:09.6095406Z [5510/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-11-01T16:23:09.6844304Z [5511/7871] Linking CXX static library lib\kineto.lib 2024-11-01T16:23:09.7191471Z [5512/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-11-01T16:23:09.7241384Z [5513/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-11-01T16:23:09.7707151Z [5514/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-11-01T16:23:09.7708759Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:09.7710713Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:09.8788597Z [5515/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-11-01T16:23:09.9581425Z [5516/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-11-01T16:23:09.9583220Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:09.9584913Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:09.9750705Z [5517/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-11-01T16:23:09.9752677Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:09.9754669Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:09.9897287Z [5518/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-11-01T16:23:09.9898777Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:09.9900427Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:09.9912276Z [5519/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-11-01T16:23:10.0385419Z [5520/7871] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-11-01T16:23:10.0789939Z [5521/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-11-01T16:23:10.0792656Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:10.0795598Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:10.1241951Z [5522/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-11-01T16:23:10.1243715Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:10.1246592Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:10.2302990Z [5523/7871] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-11-01T16:23:10.2304553Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:23:10.2306210Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:23:10.3334247Z [5524/7871] Linking CXX static library lib\mimalloc-static.lib 2024-11-01T16:23:10.3620822Z [5525/7871] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-11-01T16:23:10.4647408Z [5526/7871] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-11-01T16:23:10.4665873Z [5527/7871] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-11-01T16:23:10.4721839Z [5528/7871] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-11-01T16:23:10.4739713Z [5529/7871] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-11-01T16:23:10.5389115Z [5530/7871] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-11-01T16:23:10.5882097Z [5531/7871] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-11-01T16:23:10.6261647Z [5532/7871] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-11-01T16:23:10.6716561Z [5533/7871] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-11-01T16:23:10.7443747Z [5534/7871] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-11-01T16:23:10.8046877Z [5535/7871] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-11-01T16:23:10.9338217Z [5536/7871] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-11-01T16:23:10.9452696Z [5537/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-11-01T16:23:10.9622281Z [5538/7871] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-11-01T16:23:11.5888513Z [5539/7871] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-11-01T16:23:11.5903194Z [5540/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-11-01T16:23:11.5976544Z [5541/7871] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-11-01T16:23:11.5989836Z [5542/7871] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-11-01T16:23:11.6003549Z [5543/7871] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-11-01T16:23:11.6017365Z [5544/7871] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-11-01T16:23:11.6035626Z [5545/7871] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-11-01T16:23:11.9118004Z [5546/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-11-01T16:23:11.9297056Z [5547/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-11-01T16:23:11.9348906Z [5548/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-11-01T16:23:12.2033877Z [5549/7871] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2024-11-01T16:23:12.5443623Z [5550/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-11-01T16:23:12.5525836Z [5551/7871] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-11-01T16:23:12.5538773Z [5552/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-11-01T16:23:12.5551375Z [5553/7871] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-11-01T16:23:12.5565456Z [5554/7871] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-11-01T16:23:12.5580661Z [5555/7871] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-11-01T16:23:12.5643008Z [5556/7871] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-11-01T16:23:13.3844300Z [5557/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-11-01T16:23:13.3913425Z [5558/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-11-01T16:23:13.3926877Z [5559/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-11-01T16:23:13.3939830Z [5560/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-11-01T16:23:13.3953018Z [5561/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-11-01T16:23:13.3955421Z 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-11-01T16:23:13.4003602Z [5562/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-11-01T16:23:13.4066044Z [5563/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-11-01T16:23:14.3242859Z [5564/7871] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-11-01T16:23:14.3445302Z [5565/7871] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-11-01T16:23:14.3459604Z [5566/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-11-01T16:23:14.3534116Z [5567/7871] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-11-01T16:23:14.3548127Z [5568/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-11-01T16:23:14.3563127Z [5569/7871] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-11-01T16:23:14.3742769Z [5570/7871] Linking CXX static library lib\dnnl.lib 2024-11-01T16:23:14.5117396Z [5571/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-11-01T16:23:14.5504619Z [5572/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-11-01T16:23:14.5687899Z [5573/7871] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-11-01T16:23:14.5864673Z [5574/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-11-01T16:23:14.5937737Z [5575/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-11-01T16:23:14.6192600Z [5576/7871] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-11-01T16:23:14.6456301Z [5577/7871] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-11-01T16:23:14.7214901Z [5578/7871] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-11-01T16:23:14.7534188Z [5579/7871] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-11-01T16:23:14.7617884Z [5580/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-11-01T16:23:14.8341750Z [5581/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-11-01T16:23:14.8420569Z [5582/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-11-01T16:23:14.8790863Z [5583/7871] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-11-01T16:23:14.9079046Z [5584/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-11-01T16:23:14.9259638Z [5585/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-11-01T16:23:14.9376981Z [5586/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-11-01T16:23:14.9457835Z [5587/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-11-01T16:23:14.9657284Z [5588/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2024-11-01T16:23:14.9885951Z [5589/7871] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-11-01T16:23:15.0860817Z [5590/7871] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-11-01T16:23:15.1071700Z [5591/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-11-01T16:23:15.1591784Z [5592/7871] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-11-01T16:23:15.1607882Z [5593/7871] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2024-11-01T16:23:15.1741631Z [5594/7871] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-11-01T16:23:15.1918194Z [5595/7871] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-11-01T16:23:15.2474569Z [5596/7871] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-11-01T16:23:15.2624910Z [5597/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-11-01T16:23:15.3197006Z [5598/7871] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-11-01T16:23:15.3455966Z [5599/7871] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-11-01T16:23:15.3707644Z [5600/7871] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-11-01T16:23:15.3720089Z [5601/7871] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-11-01T16:23:15.4336364Z [5602/7871] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-11-01T16:23:15.5380918Z [5603/7871] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2024-11-01T16:23:15.5978550Z [5604/7871] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-11-01T16:23:15.6091392Z [5605/7871] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-11-01T16:23:15.6191437Z [5606/7871] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-11-01T16:23:15.6258151Z [5607/7871] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-11-01T16:23:15.6475860Z [5608/7871] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-11-01T16:23:15.6539773Z [5609/7871] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-11-01T16:23:15.6603824Z [5610/7871] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-11-01T16:23:15.9346543Z [5611/7871] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-11-01T16:23:15.9419141Z [5612/7871] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-11-01T16:23:15.9515801Z [5613/7871] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-11-01T16:23:15.9879417Z [5614/7871] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-11-01T16:23:16.0055811Z [5615/7871] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-11-01T16:23:16.0149236Z [5616/7871] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-11-01T16:23:16.0227242Z [5617/7871] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-11-01T16:23:16.1438654Z [5618/7871] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-11-01T16:23:16.3199906Z [5619/7871] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-11-01T16:23:16.3368325Z [5620/7871] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-11-01T16:23:16.3859871Z [5621/7871] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-11-01T16:23:16.4161822Z [5622/7871] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-11-01T16:23:16.4421241Z [5623/7871] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-11-01T16:23:16.4530381Z [5624/7871] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-11-01T16:23:16.4629390Z [5625/7871] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-11-01T16:23:16.5851724Z [5626/7871] Linking CXX shared library bin\c10.dll 2024-11-01T16:23:16.6646079Z [5627/7871] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-11-01T16:23:16.7015355Z [5628/7871] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-11-01T16:23:16.7076142Z [5629/7871] Linking CXX executable bin\c10_Synchronized_test.exe 2024-11-01T16:23:16.7907922Z [5630/7871] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-11-01T16:23:16.7955455Z [5631/7871] Linking CXX executable bin\c10_NetworkFlow_test.exe 2024-11-01T16:23:16.8035398Z [5632/7871] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-11-01T16:23:16.8083192Z [5633/7871] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-11-01T16:23:16.8153606Z [5634/7871] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-11-01T16:23:16.8171593Z [5635/7871] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-11-01T16:23:16.8217941Z [5636/7871] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-11-01T16:23:16.8481139Z [5637/7871] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-11-01T16:23:16.9001054Z [5638/7871] Linking CXX executable bin\c10_Device_test.exe 2024-11-01T16:23:16.9182885Z [5639/7871] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-11-01T16:23:16.9313765Z [5640/7871] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-11-01T16:23:16.9325312Z [5641/7871] Linking CXX executable bin\c10_SymInt_test.exe 2024-11-01T16:23:16.9336735Z [5642/7871] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-11-01T16:23:16.9374698Z [5643/7871] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-11-01T16:23:16.9614766Z [5644/7871] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-11-01T16:23:17.0316215Z [5645/7871] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-11-01T16:23:17.0429611Z [5646/7871] Linking CXX executable bin\c10_Scalar_test.exe 2024-11-01T16:23:17.0468647Z [5647/7871] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-11-01T16:23:17.0534832Z [5648/7871] Linking CXX executable bin\c10_Bitset_test.exe 2024-11-01T16:23:17.0674332Z [5649/7871] Linking CXX executable bin\c10_cow_test.exe 2024-11-01T16:23:17.0723739Z [5650/7871] Linking CXX executable bin\c10_Half_test.exe 2024-11-01T16:23:17.0966268Z [5651/7871] Linking CXX executable bin\c10_LeftRight_test.exe 2024-11-01T16:23:17.1514105Z [5652/7871] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-11-01T16:23:17.1529059Z [5653/7871] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-11-01T16:23:17.1562916Z [5654/7871] Linking CXX executable bin\c10_TypeList_test.exe 2024-11-01T16:23:17.1677796Z [5655/7871] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-11-01T16:23:17.4028671Z [5656/7871] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-11-01T16:23:17.4621944Z [5657/7871] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-11-01T16:23:17.4725902Z [5658/7871] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-11-01T16:23:17.4817245Z [5659/7871] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-11-01T16:23:17.5110066Z [5660/7871] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-11-01T16:23:17.5164901Z [5661/7871] Linking CXX executable bin\c10_accumulate_test.exe 2024-11-01T16:23:17.5179324Z [5662/7871] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-11-01T16:23:17.5384004Z [5663/7871] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-11-01T16:23:17.5655612Z [5664/7871] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-11-01T16:23:17.5710840Z [5665/7871] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-11-01T16:23:17.5864092Z [5666/7871] Linking CXX executable bin\c10_complex_math_test.exe 2024-11-01T16:23:17.5963695Z [5667/7871] Linking CXX executable bin\c10_bfloat16_test.exe 2024-11-01T16:23:17.6286720Z [5668/7871] Linking CXX executable bin\c10_bit_cast_test.exe 2024-11-01T16:23:17.6523790Z [5669/7871] Linking CXX executable bin\c10_generic_math_test.exe 2024-11-01T16:23:17.6783165Z [5670/7871] Linking CXX executable bin\c10_complex_test.exe 2024-11-01T16:23:17.6865758Z [5671/7871] Linking CXX executable bin\c10_exception_test.exe 2024-11-01T16:23:17.8433861Z [5672/7871] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-11-01T16:23:17.9094607Z [5673/7871] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-11-01T16:23:17.9694414Z [5674/7871] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-11-01T16:23:17.9704691Z [5675/7871] Linking CXX executable bin\c10_flags_test.exe 2024-11-01T16:23:18.0171836Z [5676/7871] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-11-01T16:23:18.0537189Z [5677/7871] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-11-01T16:23:18.0654392Z [5678/7871] Linking CXX executable bin\c10_irange_test.exe 2024-11-01T16:23:18.0863236Z [5679/7871] Linking CXX executable bin\c10_lazy_test.exe 2024-11-01T16:23:18.0925623Z [5680/7871] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-11-01T16:23:18.1038111Z [5681/7871] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-11-01T16:23:18.1313261Z [5682/7871] Linking CXX executable bin\c10_logging_test.exe 2024-11-01T16:23:18.1514681Z [5683/7871] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-11-01T16:23:18.1517291Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2024-11-01T16:23:18.1520806Z 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-11-01T16:23:18.1522985Z with 2024-11-01T16:23:18.1523412Z [ 2024-11-01T16:23:18.1523790Z T=Type 2024-11-01T16:23:18.1524220Z ] 2024-11-01T16:23:18.1526440Z 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-11-01T16:23:18.1528262Z with 2024-11-01T16:23:18.1528515Z [ 2024-11-01T16:23:18.1528746Z T=Type 2024-11-01T16:23:18.1529016Z ] 2024-11-01T16:23:18.1530686Z 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-11-01T16:23:18.1535638Z 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-11-01T16:23:18.1542499Z 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-11-01T16:23:18.1548085Z 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-11-01T16:23:18.2206672Z [5684/7871] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-11-01T16:23:18.2322269Z [5685/7871] Linking CXX executable bin\c10_registry_test.exe 2024-11-01T16:23:18.2394163Z [5686/7871] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-11-01T16:23:18.3075264Z [5687/7871] Linking CXX executable bin\c10_optional_test.exe 2024-11-01T16:23:18.3524613Z [5688/7871] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-11-01T16:23:18.4284362Z [5689/7871] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-11-01T16:23:18.4451753Z [5690/7871] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-11-01T16:23:18.4600093Z [5691/7871] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-11-01T16:23:18.5432802Z [5692/7871] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-11-01T16:23:18.5560469Z [5693/7871] Linking CXX executable bin\c10_string_util_test.exe 2024-11-01T16:23:18.5790974Z [5694/7871] Linking CXX executable bin\c10_ssize_test.exe 2024-11-01T16:23:18.5838674Z [5695/7871] Linking CXX executable bin\c10_small_vector_test.exe 2024-11-01T16:23:18.5975567Z [5696/7871] Linking CXX executable bin\c10_tempfile_test.exe 2024-11-01T16:23:18.6322593Z [5697/7871] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-11-01T16:23:18.6653214Z [5698/7871] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-11-01T16:23:18.6916640Z [5699/7871] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-11-01T16:23:18.7576792Z [5700/7871] Linking CXX executable bin\c10_string_view_test.exe 2024-11-01T16:23:18.8010243Z [5701/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDACachingAllocator.cpp.obj 2024-11-01T16:23:18.8157734Z [5702/7871] Linking CXX executable bin\c10_typeid_test.exe 2024-11-01T16:23:18.9094405Z [5703/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDADeviceAssertionHost.cpp.obj 2024-11-01T16:23:18.9365216Z [5704/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAException.cpp.obj 2024-11-01T16:23:18.9443143Z [5705/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMiscFunctions.cpp.obj 2024-11-01T16:23:18.9880970Z [5706/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAAllocatorConfig.cpp.obj 2024-11-01T16:23:18.9992769Z [5707/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\driver_api.cpp.obj 2024-11-01T16:23:19.0305453Z [5708/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAStream.cpp.obj 2024-11-01T16:23:19.0820090Z [5709/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMallocAsyncAllocator.cpp.obj 2024-11-01T16:23:19.1808980Z [5710/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAFunctions.cpp.obj 2024-11-01T16:23:19.2042595Z [5711/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDAGuardImpl.cpp.obj 2024-11-01T16:23:19.2953021Z [5712/7871] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDATest.cpp.obj 2024-11-01T16:23:19.5155325Z [5713/7871] Linking CXX shared library bin\c10_cuda.dll 2024-11-01T16:23:19.9099757Z [5714/7871] Building CXX object c10\cuda\test\CMakeFiles\c10_cuda_CUDATest.dir\impl\CUDATest.cpp.obj 2024-11-01T16:23:20.0274198Z [5715/7871] Linking CXX executable bin\c10_cuda_CUDATest.exe 2024-11-01T16:23:20.2803826Z [5716/7871] Building CXX object caffe2\CMakeFiles\caffe2_nvrtc.dir\__\aten\src\ATen\cuda\nvrtc_stub\ATenNVRTC.cpp.obj 2024-11-01T16:23:20.2908594Z [5717/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_catches_stream.dir\impl\CUDAAssertionsTest_catches_stream.cu.obj 2024-11-01T16:23:20.2909699Z CUDAAssertionsTest_catches_stream.cu 2024-11-01T16:23:20.2910303Z tmpxft_00001210_00000000-7_CUDAAssertionsTest_catches_stream.cudafe1.cpp 2024-11-01T16:23:20.3161655Z [5718/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.dir\impl\CUDAAssertionsTest_catches_thread_and_block_and_device.cu.obj 2024-11-01T16:23:20.3163074Z CUDAAssertionsTest_catches_thread_and_block_and_device.cu 2024-11-01T16:23:20.3163877Z tmpxft_00000174_00000000-7_CUDAAssertionsTest_catches_thread_and_block_and_device.cudafe1.cpp 2024-11-01T16:23:20.3642854Z [5719/7871] Linking CXX shared library bin\caffe2_nvrtc.dll 2024-11-01T16:23:20.4063923Z [5720/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_from_2_processes.dir\impl\CUDAAssertionsTest_from_2_processes.cu.obj 2024-11-01T16:23:20.4065868Z CUDAAssertionsTest_from_2_processes.cu 2024-11-01T16:23:20.4066842Z tmpxft_00000404_00000000-7_CUDAAssertionsTest_from_2_processes.cudafe1.cpp 2024-11-01T16:23:20.4122488Z [5721/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_1_var_test.dir\impl\CUDAAssertionsTest_1_var_test.cu.obj 2024-11-01T16:23:20.4123534Z CUDAAssertionsTest_1_var_test.cu 2024-11-01T16:23:20.4124091Z tmpxft_00001a38_00000000-7_CUDAAssertionsTest_1_var_test.cudafe1.cpp 2024-11-01T16:23:20.4141243Z [5722/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_stream.exe 2024-11-01T16:23:20.4223535Z [5723/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe 2024-11-01T16:23:20.4417433Z [5724/7871] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-11-01T16:23:20.4448895Z [5725/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.dir\impl\CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu.obj 2024-11-01T16:23:20.4451717Z CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu 2024-11-01T16:23:20.4453664Z tmpxft_000019cc_00000000-7_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cudafe1.cpp 2024-11-01T16:23:20.5055001Z [5726/7871] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-11-01T16:23:20.5117632Z [5727/7871] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-11-01T16:23:20.5186670Z [5728/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_from_2_processes.exe 2024-11-01T16:23:20.5237602Z [5729/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_1_var_test.exe 2024-11-01T16:23:20.5247071Z [5730/7871] Linking C shared library bin\torch_global_deps.dll 2024-11-01T16:23:20.5312682Z [5731/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.dir\impl\CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu.obj 2024-11-01T16:23:20.5315104Z CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu 2024-11-01T16:23:20.5316605Z tmpxft_00000e24_00000000-7_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cudafe1.cpp 2024-11-01T16:23:20.5576001Z [5732/7871] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.dir\impl\CUDAAssertionsTest_multiple_writes_from_same_block.cu.obj 2024-11-01T16:23:20.5577722Z CUDAAssertionsTest_multiple_writes_from_same_block.cu 2024-11-01T16:23:20.5578513Z tmpxft_000008a8_00000000-7_CUDAAssertionsTest_multiple_writes_from_same_block.cudafe1.cpp 2024-11-01T16:23:20.5819006Z [5733/7871] Linking C executable sleef\bin\mkrename.exe 2024-11-01T16:23:20.5896549Z [5734/7871] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-11-01T16:23:20.6013436Z [5735/7871] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-11-01T16:23:20.6055879Z [5736/7871] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-11-01T16:23:20.6182997Z [5737/7871] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-11-01T16:23:20.6194031Z [5738/7871] Generating include/renameavx512fnofma.h 2024-11-01T16:23:20.6195027Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-11-01T16:23:20.6582691Z [5739/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe 2024-11-01T16:23:20.6810635Z [5740/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe 2024-11-01T16:23:20.6866579Z [5741/7871] Linking C executable sleef\bin\mkdisp.exe 2024-11-01T16:23:20.6877847Z [5742/7871] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe 2024-11-01T16:23:20.6916036Z [5743/7871] Linking C executable sleef\bin\mkalias.exe 2024-11-01T16:23:20.6998925Z [5744/7871] Generating include/renameavx2.h 2024-11-01T16:23:20.6999877Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-11-01T16:23:20.7036463Z [5745/7871] Generating include/renameavx2128.h 2024-11-01T16:23:20.7037092Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-11-01T16:23:20.7138755Z [5746/7871] Generating include/renameavx.h 2024-11-01T16:23:20.7139697Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-11-01T16:23:20.7154572Z [5747/7871] Generating include/renamesse4.h 2024-11-01T16:23:20.7155190Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-11-01T16:23:20.7577274Z [5748/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-11-01T16:23:20.7861657Z [5749/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-11-01T16:23:20.7959517Z [5750/7871] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-11-01T16:23:20.8071567Z [5751/7871] Generating include/renamesse2.h 2024-11-01T16:23:20.8072161Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-11-01T16:23:20.8115201Z [5752/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-11-01T16:23:20.8294576Z [5753/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-11-01T16:23:20.9122329Z [5754/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-11-01T16:23:20.9309928Z [5755/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-11-01T16:23:20.9360145Z [5756/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-11-01T16:23:20.9375215Z [5757/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-11-01T16:23:20.9543607Z [5758/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-11-01T16:23:20.9628595Z [5759/7871] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-11-01T16:23:20.9753038Z [5760/7871] Generating include/renameavx512f.h 2024-11-01T16:23:20.9754166Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-11-01T16:23:20.9888812Z [5761/7871] Generating include/renamefma4.h 2024-11-01T16:23:20.9889444Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-11-01T16:23:21.0311549Z [5762/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.0422595Z [5763/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.0675359Z [5764/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.0720286Z [5765/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.0805060Z [5766/7871] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.1344654Z [5767/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.1393659Z [5768/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.1591934Z [5769/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.1606950Z [5770/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.2134866Z [5771/7871] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.2229534Z [5772/7871] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.2240466Z [5773/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.2357511Z [5774/7871] Generating sleeflibm_AVX.h.tmp 2024-11-01T16:23:21.2402893Z [5775/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.2480010Z [5776/7871] Generating sleeflibm_AVX2128.h.tmp 2024-11-01T16:23:21.2528460Z [5777/7871] Generating include/renamepurec_scalar.h 2024-11-01T16:23:21.2529158Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-11-01T16:23:21.2601442Z [5778/7871] Generating include/renamepurecfma_scalar.h 2024-11-01T16:23:21.2602181Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-11-01T16:23:21.2972720Z [5779/7871] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.3102430Z [5780/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.3204970Z [5781/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.3295197Z [5782/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.3322872Z [5783/7871] Generating include/renamecuda.h 2024-11-01T16:23:21.3323464Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-11-01T16:23:21.3406152Z [5784/7871] Generating sleeflibm_AVX2.h.tmp 2024-11-01T16:23:21.3590042Z [5785/7871] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.3635687Z [5786/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.4261721Z [5787/7871] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.4334918Z [5788/7871] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.4380813Z [5789/7871] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.4389834Z [5790/7871] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-11-01T16:23:21.4433516Z [5791/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.4452952Z [5792/7871] Generating sleeflibm_AVX_.h.tmp 2024-11-01T16:23:21.4500643Z [5793/7871] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-11-01T16:23:21.4514440Z [5794/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.4526150Z [5795/7871] Generating sleeflibm_FMA4.h.tmp 2024-11-01T16:23:21.4550252Z [5796/7871] Generating sleeflibm_SSE2.h.tmp 2024-11-01T16:23:21.4574797Z [5797/7871] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-11-01T16:23:21.4617646Z [5798/7871] Generating sleeflibm_AVX512F.h.tmp 2024-11-01T16:23:21.4639507Z [5799/7871] Generating sleeflibm_AVX512F_.h.tmp 2024-11-01T16:23:21.4658290Z [5800/7871] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-11-01T16:23:21.4684036Z [5801/7871] Generating dispsse.c.tmp 2024-11-01T16:23:21.4700775Z [5802/7871] Generating dispscalar.c.body 2024-11-01T16:23:21.4732523Z [5803/7871] Generating sleeflibm_SSE4.h.tmp 2024-11-01T16:23:21.4769187Z [5804/7871] Generating alias_AVX512F_sp.h.tmp 2024-11-01T16:23:21.4782726Z [5805/7871] Generating alias_AVX512F_dp.h.tmp 2024-11-01T16:23:21.4866316Z [5806/7871] Generating include/renamedspscalar.h 2024-11-01T16:23:21.4891811Z [5807/7871] Generating sleeflibm_SSE_.h.tmp 2024-11-01T16:23:21.4917488Z [5808/7871] Generating dispsse.c 2024-11-01T16:23:21.4930567Z [5809/7871] Generating dispscalar.c 2024-11-01T16:23:21.4948841Z [5810/7871] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.4998977Z [5811/7871] Generating dispavx.c.tmp 2024-11-01T16:23:21.5019481Z [5812/7871] Generating include/alias_avx512f.h 2024-11-01T16:23:21.5073569Z [5813/7871] Generating include/renamedsp256.h 2024-11-01T16:23:21.5176813Z [5814/7871] Generating ../../../include/sleef.h 2024-11-01T16:23:21.5411324Z [5815/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.5969813Z [5816/7871] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-11-01T16:23:21.6015438Z [5817/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.6127701Z [5818/7871] Generating include/renamedsp128.h 2024-11-01T16:23:21.6190967Z [5819/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-11-01T16:23:21.6263467Z [5820/7871] Generating dispavx.c 2024-11-01T16:23:21.6756022Z [5821/7871] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.6828864Z [5822/7871] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-11-01T16:23:21.6916288Z [5823/7871] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-11-01T16:23:21.6959158Z [5824/7871] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-11-01T16:23:21.7090019Z [5825/7871] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-11-01T16:23:21.7115682Z [5826/7871] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-11-01T16:23:21.7341418Z [5827/7871] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-11-01T16:23:21.7595714Z [5828/7871] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-11-01T16:23:21.7932592Z [5829/7871] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-11-01T16:23:21.8043364Z [5830/7871] Linking C executable sleef\bin\addSuffix.exe 2024-11-01T16:23:21.8630892Z [5831/7871] Linking C static library sleef\lib\sleef.lib 2024-11-01T16:23:22.2658504Z [5832/7871] Generating sources 2024-11-01T16:23:22.3514517Z [5833/7871] Regenerating version file... 2024-11-01T16:23:29.8418105Z [5834/7871] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-11-01T16:23:33.3567870Z [5835/7871] 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-11-01T16:23:33.8477134Z [5836/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-11-01T16:23:33.8677066Z [5837/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-11-01T16:23:34.2586558Z [5838/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-11-01T16:23:36.3977559Z [5839/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-11-01T16:23:36.4997055Z [5840/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-11-01T16:23:36.6225976Z [5841/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-11-01T16:23:37.1332366Z [5842/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-11-01T16:23:37.4436093Z [5843/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-11-01T16:23:37.9604774Z [5844/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-11-01T16:23:38.0480491Z [5845/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-11-01T16:23:38.1308337Z [5846/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-11-01T16:23:38.4404277Z [5847/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-11-01T16:23:38.7834101Z [5848/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-11-01T16:23:39.2664445Z [5849/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-11-01T16:23:39.2829784Z [5850/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-11-01T16:23:39.6824530Z [5851/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-11-01T16:23:39.7119555Z [5852/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-11-01T16:23:39.7837614Z [5853/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-11-01T16:23:39.8546806Z [5854/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-11-01T16:23:40.2016067Z [5855/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-11-01T16:23:40.5411974Z [5856/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-11-01T16:23:40.5805056Z [5857/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-11-01T16:23:40.6564331Z [5858/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-11-01T16:23:40.7329229Z [5859/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-11-01T16:23:41.0505064Z [5860/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-11-01T16:23:41.0811630Z [5861/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-11-01T16:23:41.0957089Z [5862/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-11-01T16:23:41.1335223Z [5863/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-11-01T16:23:41.1702838Z [5864/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-11-01T16:23:41.2666706Z [5865/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-11-01T16:23:41.3960359Z [5866/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-11-01T16:23:41.8212925Z [5867/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2024-11-01T16:23:41.8665211Z [5868/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-11-01T16:23:42.1131075Z [5869/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-11-01T16:23:42.1927663Z [5870/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-11-01T16:23:42.2415384Z [5871/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-11-01T16:23:42.5925235Z [5872/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-11-01T16:23:42.6286605Z [5873/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-11-01T16:23:42.6361426Z [5874/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-11-01T16:23:42.6435372Z [5875/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-11-01T16:23:43.3715646Z [5876/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-11-01T16:23:43.3831385Z [5877/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-11-01T16:23:43.5956143Z [5878/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-11-01T16:23:43.6560410Z [5879/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-11-01T16:23:43.8843721Z [5880/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-11-01T16:23:43.8931195Z [5881/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-11-01T16:23:43.9109019Z [5882/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-11-01T16:23:43.9639739Z [5883/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-11-01T16:23:44.1530593Z [5884/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-11-01T16:23:44.3458694Z [5885/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-11-01T16:23:44.4340714Z [5886/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-11-01T16:23:44.6525270Z [5887/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-11-01T16:23:44.7114227Z [5888/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-11-01T16:23:44.8037174Z [5889/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-11-01T16:23:44.9809207Z [5890/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-11-01T16:23:45.0458900Z [5891/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-11-01T16:23:45.2909181Z [5892/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-11-01T16:23:45.4777960Z [5893/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-11-01T16:23:45.6852927Z [5894/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-11-01T16:23:45.6933189Z [5895/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-11-01T16:23:45.8214933Z [5896/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-11-01T16:23:46.3338604Z [5897/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-11-01T16:23:46.4808624Z [5898/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-11-01T16:23:46.6274257Z [5899/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-11-01T16:23:46.6712431Z [5900/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-11-01T16:23:47.0013803Z [5901/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-11-01T16:23:47.0805151Z [5902/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-11-01T16:23:47.1038064Z [5903/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-11-01T16:23:47.1517737Z [5904/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-11-01T16:23:47.3534956Z [5905/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-11-01T16:23:47.5005958Z [5906/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-11-01T16:23:47.7413832Z [5907/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-11-01T16:23:47.8226871Z [5908/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-11-01T16:23:47.8884811Z [5909/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-11-01T16:23:48.4134996Z [5910/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-11-01T16:23:48.6228362Z [5911/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-11-01T16:23:48.7157550Z [5912/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-11-01T16:23:48.7758147Z [5913/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-11-01T16:23:48.7829418Z [5914/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-11-01T16:23:48.8009609Z [5915/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-11-01T16:23:49.1621987Z [5916/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-11-01T16:23:49.5482884Z [5917/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-11-01T16:23:50.0110740Z [5918/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-11-01T16:23:50.1193303Z [5919/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-11-01T16:23:50.8753378Z [5920/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-11-01T16:23:51.0361473Z [5921/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-11-01T16:23:51.6289375Z [5922/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-11-01T16:23:51.7274102Z [5923/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-11-01T16:23:51.7965876Z [5924/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-11-01T16:23:52.0798014Z [5925/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-11-01T16:23:52.2033921Z [5926/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-11-01T16:23:52.5066938Z [5927/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-11-01T16:23:52.5567501Z [5928/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-11-01T16:23:52.5873994Z [5929/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-11-01T16:23:52.6809837Z [5930/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-11-01T16:23:52.9590479Z [5931/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-11-01T16:23:53.0636474Z [5932/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-11-01T16:23:53.0826915Z [5933/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-11-01T16:23:53.3189155Z [5934/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-11-01T16:23:53.4321050Z [5935/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-11-01T16:23:53.6314009Z [5936/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-11-01T16:23:53.7055474Z [5937/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-11-01T16:23:53.8229957Z [5938/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-11-01T16:23:53.8307590Z [5939/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-11-01T16:23:53.8572373Z [5940/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-11-01T16:23:53.9462884Z [5941/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-11-01T16:23:54.0403554Z [5942/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-11-01T16:23:54.1414052Z [5943/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-11-01T16:23:54.3586228Z [5944/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-11-01T16:23:54.3744643Z [5945/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-11-01T16:23:54.4384591Z [5946/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-11-01T16:23:54.5315117Z [5947/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-11-01T16:23:54.7279044Z [5948/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-11-01T16:23:54.7605051Z [5949/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-11-01T16:23:54.8428731Z [5950/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-11-01T16:23:54.8950311Z [5951/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-11-01T16:23:55.1358177Z [5952/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-11-01T16:23:55.1861225Z [5953/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-11-01T16:23:55.2183787Z [5954/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-11-01T16:23:55.2267804Z [5955/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-11-01T16:23:55.2940673Z [5956/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-11-01T16:23:55.3985461Z [5957/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-11-01T16:23:55.5242706Z [5958/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-11-01T16:23:55.5941154Z [5959/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-11-01T16:23:55.8188821Z [5960/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-11-01T16:23:55.8418651Z [5961/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-11-01T16:23:56.0807797Z [5962/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-11-01T16:23:56.0836558Z [5963/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-11-01T16:23:56.1012241Z [5964/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-11-01T16:23:56.3081405Z [5965/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-11-01T16:23:56.3505038Z [5966/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-11-01T16:23:56.4913235Z [5967/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-11-01T16:23:56.5473407Z [5968/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-11-01T16:23:56.6079694Z [5969/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-11-01T16:23:56.6680152Z [5970/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-11-01T16:23:56.6890798Z [5971/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-11-01T16:23:56.8816396Z [5972/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-11-01T16:23:56.9388058Z [5973/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-11-01T16:23:56.9520824Z [5974/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-11-01T16:23:57.0565575Z [5975/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-11-01T16:23:57.1431188Z [5976/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-11-01T16:23:57.2613954Z [5977/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-11-01T16:23:57.3491711Z [5978/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-11-01T16:23:57.3858938Z [5979/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-11-01T16:23:57.5472537Z [5980/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-11-01T16:23:57.6969203Z [5981/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-11-01T16:23:57.7563061Z [5982/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-11-01T16:23:57.7593685Z [5983/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-11-01T16:23:57.9106915Z [5984/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-11-01T16:23:57.9572139Z [5985/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-11-01T16:23:58.0876085Z [5986/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-11-01T16:23:58.2929005Z [5987/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-11-01T16:23:58.4622489Z [5988/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-11-01T16:23:58.4952806Z [5989/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-11-01T16:23:58.5456079Z [5990/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-11-01T16:23:58.5633460Z [5991/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-11-01T16:23:58.6827532Z [5992/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-11-01T16:23:58.9392932Z [5993/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-11-01T16:23:58.9875698Z [5994/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-11-01T16:23:59.3291296Z [5995/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-11-01T16:23:59.3634808Z [5996/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-11-01T16:23:59.3849133Z [5997/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-11-01T16:23:59.4285280Z [5998/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-11-01T16:23:59.4774125Z [5999/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-11-01T16:23:59.5260452Z [6000/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-11-01T16:23:59.5672113Z [6001/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-11-01T16:23:59.7729810Z [6002/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-11-01T16:24:00.0915748Z [6003/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-11-01T16:24:00.2563479Z [6004/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-11-01T16:24:00.3345850Z [6005/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-11-01T16:24:00.3621237Z [6006/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-11-01T16:24:00.3801623Z [6007/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-11-01T16:24:00.4804881Z [6008/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-11-01T16:24:00.5625147Z [6009/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-11-01T16:24:00.7393256Z [6010/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-11-01T16:24:00.9087658Z [6011/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-11-01T16:24:01.1602428Z [6012/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-11-01T16:24:01.2345292Z [6013/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-11-01T16:24:01.2453800Z [6014/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-11-01T16:24:01.2537163Z [6015/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-11-01T16:24:01.3783990Z [6016/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-11-01T16:24:01.4134932Z [6017/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-11-01T16:24:01.6116652Z [6018/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-11-01T16:24:01.7995160Z [6019/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-11-01T16:24:01.9149674Z [6020/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-11-01T16:24:02.0795105Z [6021/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-11-01T16:24:02.0876661Z [6022/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-11-01T16:24:02.0962621Z [6023/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-11-01T16:24:02.3287702Z [6024/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-11-01T16:24:02.3662442Z [6025/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-11-01T16:24:02.4881487Z [6026/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-11-01T16:24:02.5771726Z [6027/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-11-01T16:24:02.7490447Z [6028/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-11-01T16:24:02.8557560Z [6029/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-11-01T16:24:02.8709782Z [6030/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-11-01T16:24:02.9517640Z [6031/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-11-01T16:24:03.1577275Z [6032/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-11-01T16:24:03.2252421Z [6033/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-11-01T16:24:03.2924843Z [6034/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-11-01T16:24:03.4863327Z [6035/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-11-01T16:24:03.6470839Z [6036/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-11-01T16:24:03.7001130Z [6037/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-11-01T16:24:03.7109796Z [6038/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-11-01T16:24:04.0287530Z [6039/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-11-01T16:24:04.0764003Z [6040/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-11-01T16:24:04.0910224Z [6041/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-11-01T16:24:04.1629707Z [6042/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-11-01T16:24:04.2923540Z [6043/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-11-01T16:24:04.4404123Z [6044/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-11-01T16:24:04.5902906Z [6045/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-11-01T16:24:04.6141713Z [6046/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-11-01T16:24:04.8566498Z [6047/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-11-01T16:24:04.9154658Z [6048/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-11-01T16:24:04.9786546Z [6049/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-11-01T16:24:05.1019047Z [6050/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-11-01T16:24:05.1178345Z [6051/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-11-01T16:24:05.3576858Z [6052/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-11-01T16:24:05.4085696Z [6053/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-11-01T16:24:05.4268369Z [6054/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-11-01T16:24:05.6968075Z [6055/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-11-01T16:24:05.7916987Z [6056/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-11-01T16:24:05.8281000Z [6057/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-11-01T16:24:05.8309731Z [6058/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-11-01T16:24:06.2247777Z [6059/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-11-01T16:24:06.2596330Z [6060/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-11-01T16:24:06.2683712Z [6061/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-11-01T16:24:06.4347839Z [6062/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-11-01T16:24:06.5462135Z [6063/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-11-01T16:24:06.6788087Z [6064/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-11-01T16:24:06.7070619Z [6065/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-11-01T16:24:06.7238615Z [6066/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-11-01T16:24:07.0582711Z [6067/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-11-01T16:24:07.0942236Z [6068/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-11-01T16:24:07.3125468Z [6069/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-11-01T16:24:07.4596907Z [6070/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-11-01T16:24:07.4903361Z [6071/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-11-01T16:24:07.5142081Z [6072/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-11-01T16:24:07.6427172Z [6073/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-11-01T16:24:07.9833875Z [6074/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-11-01T16:24:08.0679006Z [6075/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-11-01T16:24:08.3285430Z [6076/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-11-01T16:24:08.3649852Z [6077/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-11-01T16:24:08.4204159Z [6078/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-11-01T16:24:08.5116994Z [6079/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-11-01T16:24:08.8410689Z [6080/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-11-01T16:24:09.2139975Z [6081/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-11-01T16:24:09.2615993Z [6082/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-11-01T16:24:09.3023044Z [6083/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-11-01T16:24:09.3780321Z [6084/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-11-01T16:24:09.6749432Z [6085/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-11-01T16:24:09.7391377Z [6086/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-11-01T16:24:09.8247250Z [6087/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-11-01T16:24:10.0311715Z [6088/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-11-01T16:24:10.2474106Z [6089/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-11-01T16:24:10.3146425Z [6090/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-11-01T16:24:10.3514899Z [6091/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-11-01T16:24:10.4607950Z [6092/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-11-01T16:24:10.6133085Z [6093/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-11-01T16:24:10.6579681Z [6094/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-11-01T16:24:10.9369756Z [6095/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-11-01T16:24:11.1756073Z [6096/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-11-01T16:24:11.1839638Z [6097/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-11-01T16:24:11.2199331Z [6098/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-11-01T16:24:11.2508973Z [6099/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-11-01T16:24:11.3714141Z [6100/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-11-01T16:24:11.4835855Z [6101/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-11-01T16:24:11.4940102Z [6102/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-11-01T16:24:11.7950686Z [6103/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-11-01T16:24:12.0412517Z [6104/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-11-01T16:24:12.0855023Z [6105/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-11-01T16:24:12.1099591Z [6106/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-11-01T16:24:12.1402454Z [6107/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-11-01T16:24:12.2598884Z [6108/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-11-01T16:24:12.4789027Z [6109/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-11-01T16:24:12.5169657Z [6110/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-11-01T16:24:12.7041277Z [6111/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-11-01T16:24:12.8726427Z [6112/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-11-01T16:24:13.0252274Z [6113/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-11-01T16:24:13.1622915Z [6114/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-11-01T16:24:13.3946738Z [6115/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-11-01T16:24:13.5109229Z [6116/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-11-01T16:24:13.7661549Z [6117/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-11-01T16:24:13.8339439Z [6118/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-11-01T16:24:13.9578938Z [6119/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-11-01T16:24:14.0422932Z [6120/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-11-01T16:24:14.2555487Z [6121/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-11-01T16:24:14.4642830Z [6122/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-11-01T16:24:14.6251682Z [6123/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-11-01T16:24:14.7518986Z [6124/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-11-01T16:24:14.8146855Z [6125/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-11-01T16:24:14.9016625Z [6126/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-11-01T16:24:15.0245155Z [6127/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-11-01T16:24:15.1398441Z [6128/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-11-01T16:24:15.2109009Z [6129/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-11-01T16:24:15.4000611Z [6130/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-11-01T16:24:15.4786672Z [6131/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-11-01T16:24:15.8217678Z [6132/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-11-01T16:24:15.8250906Z [6133/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-11-01T16:24:15.9518194Z [6134/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-11-01T16:24:16.0112394Z [6135/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-11-01T16:24:16.7330356Z [6136/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-11-01T16:24:16.9288686Z [6137/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-11-01T16:24:17.1057562Z [6138/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-11-01T16:24:17.6339725Z [6139/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-11-01T16:24:18.2042866Z [6140/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-11-01T16:24:18.3204400Z [6141/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-11-01T16:24:18.3899787Z [6142/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-11-01T16:24:18.6387668Z [6143/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-11-01T16:24:18.8472678Z [6144/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-11-01T16:24:19.8532123Z [6145/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-11-01T16:24:20.1333526Z [6146/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-11-01T16:24:20.6818379Z [6147/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-11-01T16:24:20.6998324Z [6148/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-11-01T16:24:21.2004325Z [6149/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-11-01T16:24:21.2595397Z [6150/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-11-01T16:24:21.4369388Z [6151/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-11-01T16:24:21.5787721Z [6152/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-11-01T16:24:21.6012406Z [6153/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-11-01T16:24:21.7097471Z [6154/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-11-01T16:24:21.7326439Z [6155/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-11-01T16:24:22.1673845Z [6156/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-11-01T16:24:22.3298131Z [6157/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-11-01T16:24:22.3904449Z [6158/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-11-01T16:24:22.4249724Z [6159/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-11-01T16:24:22.5154853Z [6160/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-11-01T16:24:22.5294823Z [6161/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-11-01T16:24:22.5694026Z [6162/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-11-01T16:24:22.6027674Z [6163/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-11-01T16:24:23.0471816Z [6164/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-11-01T16:24:23.0764053Z [6165/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-11-01T16:24:23.2393081Z [6166/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-11-01T16:24:23.4205970Z [6167/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-11-01T16:24:23.4565414Z [6168/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-11-01T16:24:23.4890800Z [6169/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-11-01T16:24:23.5254733Z [6170/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-11-01T16:24:23.5350916Z [6171/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-11-01T16:24:23.6915578Z [6172/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-11-01T16:24:23.9062550Z [6173/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-11-01T16:24:24.0963700Z [6174/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-11-01T16:24:24.3166549Z [6175/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-11-01T16:24:24.4189660Z [6176/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-11-01T16:24:24.7288981Z [6177/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-11-01T16:24:24.8810146Z [6178/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-11-01T16:24:25.1874201Z [6179/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-11-01T16:24:25.3422268Z [6180/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-11-01T16:24:25.3464720Z [6181/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-11-01T16:24:25.6835023Z [6182/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-11-01T16:24:25.8820011Z [6183/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-11-01T16:24:26.0224550Z [6184/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-11-01T16:24:26.1780830Z [6185/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-11-01T16:24:26.4434561Z [6186/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-11-01T16:24:26.5257845Z [6187/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-11-01T16:24:26.5881468Z [6188/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-11-01T16:24:26.6079007Z [6189/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-11-01T16:24:27.0315539Z [6190/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-11-01T16:24:27.1298938Z [6191/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-11-01T16:24:27.1770281Z [6192/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-11-01T16:24:27.2060041Z [6193/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-11-01T16:24:27.3967608Z [6194/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-11-01T16:24:27.5218039Z [6195/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-11-01T16:24:27.5841323Z [6196/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-11-01T16:24:27.9064796Z [6197/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-11-01T16:24:28.1119864Z [6198/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-11-01T16:24:28.1529713Z [6199/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-11-01T16:24:28.1724988Z [6200/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-11-01T16:24:28.2562845Z [6201/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2024-11-01T16:24:28.4760527Z [6202/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-11-01T16:24:28.5797883Z [6203/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-11-01T16:24:29.0427607Z [6204/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-11-01T16:24:29.1057506Z [6205/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-11-01T16:24:29.2727360Z [6206/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-11-01T16:24:29.5835215Z [6207/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-11-01T16:24:29.6165116Z [6208/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-11-01T16:24:29.9602729Z [6209/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-11-01T16:24:29.9919652Z [6210/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-11-01T16:24:30.0998266Z [6211/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-11-01T16:24:30.3603361Z [6212/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-11-01T16:24:30.5894529Z [6213/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-11-01T16:24:30.9457214Z [6214/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-11-01T16:24:31.2724489Z [6215/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-11-01T16:24:31.3427075Z [6216/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-11-01T16:24:31.5915519Z [6217/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-11-01T16:24:31.8630566Z [6218/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-11-01T16:24:32.0990812Z [6219/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-11-01T16:24:32.2970733Z [6220/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-11-01T16:24:32.5272664Z [6221/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-11-01T16:24:32.5433896Z [6222/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-11-01T16:24:32.7144578Z [6223/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-11-01T16:24:32.9400198Z [6224/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-11-01T16:24:33.0041071Z [6225/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-11-01T16:24:33.0774708Z [6226/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-11-01T16:24:33.0856643Z [6227/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-11-01T16:24:33.2481704Z [6228/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-11-01T16:24:33.3012198Z [6229/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-11-01T16:24:33.3775050Z [6230/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-11-01T16:24:33.5913559Z [6231/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-11-01T16:24:33.7671333Z [6232/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-11-01T16:24:33.8736493Z [6233/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-11-01T16:24:33.8782475Z [6234/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-11-01T16:24:33.8923362Z [6235/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-11-01T16:24:33.9491731Z [6236/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-11-01T16:24:34.0456597Z [6237/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-11-01T16:24:34.0939804Z [6238/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-11-01T16:24:34.2104301Z [6239/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-11-01T16:24:34.9456816Z [6240/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-11-01T16:24:34.9679198Z [6241/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-11-01T16:24:35.3151281Z [6242/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-11-01T16:24:35.4975739Z [6243/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-11-01T16:24:35.6310579Z [6244/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-11-01T16:24:35.8500306Z [6245/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-11-01T16:24:35.8771342Z [6246/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-11-01T16:24:35.9202972Z [6247/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-11-01T16:24:36.1890284Z [6248/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-11-01T16:24:36.6135204Z [6249/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:36.7457520Z [6250/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-11-01T16:24:36.8494565Z [6251/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-11-01T16:24:37.0790362Z [6252/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-11-01T16:24:37.1331865Z [6253/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-11-01T16:24:37.3954648Z [6254/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-11-01T16:24:37.4070342Z [6255/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-11-01T16:24:37.4948396Z [6256/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-11-01T16:24:37.5988495Z [6257/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-11-01T16:24:37.7482042Z [6258/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-11-01T16:24:38.3797702Z [6259/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-11-01T16:24:38.3969072Z [6260/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-11-01T16:24:38.4377412Z [6261/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-11-01T16:24:38.5513812Z [6262/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-11-01T16:24:38.6006702Z [6263/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-11-01T16:24:38.6485206Z [6264/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-11-01T16:24:38.6804561Z [6265/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-11-01T16:24:38.8400424Z [6266/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-11-01T16:24:38.9968148Z [6267/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-11-01T16:24:39.0723272Z [6268/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-11-01T16:24:39.6101563Z [6269/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-11-01T16:24:39.6993462Z [6270/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-11-01T16:24:39.7250895Z [6271/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-11-01T16:24:39.7329666Z [6272/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-11-01T16:24:39.7717966Z [6273/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-11-01T16:24:40.0682243Z [6274/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-11-01T16:24:40.3118721Z [6275/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:40.3257146Z [6276/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-11-01T16:24:40.3352408Z [6277/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-11-01T16:24:40.6309140Z [6278/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:40.7264370Z [6279/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:40.8927839Z [6280/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.1239034Z [6281/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.1541269Z [6282/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.4368831Z [6283/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.5106719Z [6284/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.5946496Z [6285/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-11-01T16:24:41.6069693Z [6286/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.6346940Z [6287/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:41.7683322Z [6288/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-11-01T16:24:42.0761273Z [6289/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.1182670Z [6290/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.2022523Z [6291/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.5102757Z [6292/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.5341928Z [6293/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.5610788Z [6294/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.5738933Z [6295/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.6524486Z [6296/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:42.6846696Z [6297/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-11-01T16:24:42.7341537Z [6298/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.0347797Z [6299/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.1317760Z [6300/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.2155238Z [6301/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.4829904Z [6302/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.4986719Z [6303/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.6210681Z [6304/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.6368451Z [6305/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.6402533Z [6306/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.6619353Z [6307/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.7252096Z [6308/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.8869281Z [6309/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:43.9753167Z [6310/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:44.0413356Z [6311/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:44.2498806Z [6312/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:44.3007794Z [6313/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:44.4676855Z [6314/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:44.6388482Z [6315/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-11-01T16:24:44.6568822Z [6316/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-11-01T16:24:44.8107731Z [6317/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-11-01T16:24:44.9280569Z [6318/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-11-01T16:24:44.9671678Z [6319/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-11-01T16:24:45.2591771Z [6320/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-11-01T16:24:45.2761947Z [6321/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.3394659Z [6322/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.5001330Z [6323/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.5150598Z [6324/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.5679676Z [6325/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.7066097Z [6326/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.7476416Z [6327/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.8094892Z [6328/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.8552423Z [6329/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:45.9231236Z [6330/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.0392701Z [6331/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.0498787Z [6332/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.3552732Z [6333/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.4764060Z [6334/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.5298329Z [6335/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.6559395Z [6336/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.7840832Z [6337/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.8432171Z [6338/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.9391407Z [6339/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:46.9438466Z [6340/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.1014945Z [6341/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.1239892Z [6342/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.1243116Z 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-11-01T16:24:47.1247116Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-11-01T16:24:47.1248595Z with 2024-11-01T16:24:47.1248861Z [ 2024-11-01T16:24:47.1249145Z scalar_t=float, 2024-11-01T16:24:47.1250067Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:24:47.1250986Z ] 2024-11-01T16:24:47.1252906Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2024-11-01T16:24:47.1254528Z with 2024-11-01T16:24:47.1254856Z [ 2024-11-01T16:24:47.1255179Z scalar_t=float, 2024-11-01T16:24:47.1256120Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-11-01T16:24:47.1257556Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:24:47.1258465Z ] 2024-11-01T16:24:47.1261344Z 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-11-01T16:24:47.1264295Z with 2024-11-01T16:24:47.1264559Z [ 2024-11-01T16:24:47.1264812Z scalar_t=scalar_t, 2024-11-01T16:24:47.1265295Z data_t=at::vec::DEFAULT::Vectorized, 2024-11-01T16:24:47.1266615Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:24:47.1268643Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:24:47.1270414Z ] 2024-11-01T16:24:47.1274943Z 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-11-01T16:24:47.1279433Z with 2024-11-01T16:24:47.1279880Z [ 2024-11-01T16:24:47.1280349Z scalar_t=scalar_t 2024-11-01T16:24:47.1280935Z ] 2024-11-01T16:24:47.1285497Z 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-11-01T16:24:47.1290203Z with 2024-11-01T16:24:47.1290657Z [ 2024-11-01T16:24:47.1291092Z scalar_t=scalar_t 2024-11-01T16:24:47.1291615Z ] 2024-11-01T16:24:47.1294462Z 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-11-01T16:24:47.1297040Z with 2024-11-01T16:24:47.1297307Z [ 2024-11-01T16:24:47.1297634Z scalar_t=scalar_t 2024-11-01T16:24:47.1297972Z ] 2024-11-01T16:24:47.1300048Z 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-11-01T16:24:47.1302135Z with 2024-11-01T16:24:47.1302419Z [ 2024-11-01T16:24:47.1302670Z scalar_t=scalar_t 2024-11-01T16:24:47.1303264Z ] 2024-11-01T16:24:47.1305660Z 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-11-01T16:24:47.2648536Z [6343/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.3284978Z [6344/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-11-01T16:24:47.3509304Z [6345/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.5475357Z [6346/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.5477461Z 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-11-01T16:24:47.5479451Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(896): warning C4333: '>>': right shift by too large amount, data loss 2024-11-01T16:24:47.5482578Z 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-11-01T16:24:47.5664040Z [6347/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.6519973Z [6348/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.7696739Z [6349/7871] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-11-01T16:24:47.8924291Z [6350/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-11-01T16:24:47.9352041Z [6351/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.9608634Z [6352/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-11-01T16:24:47.9793431Z [6353/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:47.9859622Z [6354/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-11-01T16:24:48.0309797Z [6355/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-11-01T16:24:48.0709487Z [6356/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:48.0892922Z [6357/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-11-01T16:24:48.0925179Z [6358/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-11-01T16:24:48.1670036Z [6359/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-11-01T16:24:48.2250275Z [6360/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-11-01T16:24:48.2296033Z [6361/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-11-01T16:24:48.2493992Z [6362/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-11-01T16:24:48.2822177Z [6363/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-11-01T16:24:48.4504986Z [6364/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-11-01T16:24:48.6782473Z [6365/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-11-01T16:24:49.1239914Z [6366/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-11-01T16:24:49.9278486Z [6367/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-11-01T16:24:50.4141509Z [6368/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-11-01T16:24:51.1258636Z [6369/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-11-01T16:24:51.3441588Z [6370/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-11-01T16:24:51.4010786Z [6371/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-11-01T16:24:51.4285133Z [6372/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-11-01T16:24:51.6726807Z [6373/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-11-01T16:24:51.7693893Z [6374/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-11-01T16:24:51.8887338Z [6375/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-11-01T16:24:51.9409211Z [6376/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-11-01T16:24:52.4037153Z [6377/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-11-01T16:24:52.5526628Z [6378/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-11-01T16:24:52.6365216Z [6379/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-11-01T16:24:52.6536321Z [6380/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-11-01T16:24:52.6844924Z [6381/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-11-01T16:24:52.7220846Z [6382/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-11-01T16:24:53.0195395Z [6383/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-11-01T16:24:53.2296433Z [6384/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-11-01T16:24:53.5094037Z [6385/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-11-01T16:24:53.5421075Z [6386/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-11-01T16:24:53.5576066Z [6387/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-11-01T16:24:53.6741046Z [6388/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-11-01T16:24:53.8368677Z [6389/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-11-01T16:24:54.5360739Z [6390/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-11-01T16:24:54.7164220Z [6391/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-11-01T16:24:55.1082803Z [6392/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-11-01T16:24:55.4762117Z [6393/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-11-01T16:24:55.7289852Z [6394/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-11-01T16:24:56.0167908Z [6395/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-11-01T16:24:56.0935421Z [6396/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-11-01T16:24:56.2049305Z [6397/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-11-01T16:24:56.4207989Z [6398/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-11-01T16:24:56.4521213Z [6399/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-11-01T16:24:56.5615423Z [6400/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-11-01T16:24:56.6326020Z [6401/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-11-01T16:24:56.9065965Z [6402/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-11-01T16:24:57.1938010Z [6403/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-11-01T16:24:57.3301614Z [6404/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-11-01T16:24:57.4256823Z [6405/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-11-01T16:24:57.5079696Z [6406/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-11-01T16:24:57.5259526Z [6407/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2024-11-01T16:24:57.5566686Z [6408/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-11-01T16:24:57.7272609Z [6409/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-11-01T16:24:58.2634366Z [6410/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-11-01T16:24:58.3832023Z [6411/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-11-01T16:24:58.3981607Z [6412/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2024-11-01T16:24:58.4055716Z [6413/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-11-01T16:24:58.6812377Z [6414/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-11-01T16:24:59.1662198Z [6415/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-11-01T16:24:59.3164287Z [6416/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-11-01T16:24:59.3437501Z [6417/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-11-01T16:24:59.3771444Z [6418/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-11-01T16:25:00.2920998Z [6419/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-11-01T16:25:00.4308568Z [6420/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-11-01T16:25:01.1428537Z [6421/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-11-01T16:25:01.1592639Z [6422/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-11-01T16:25:01.5226003Z [6423/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-11-01T16:25:01.9717469Z [6424/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-11-01T16:25:02.0317263Z [6425/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-11-01T16:25:02.0935724Z [6426/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-11-01T16:25:02.1863330Z [6427/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-11-01T16:25:02.3439282Z [6428/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-11-01T16:25:02.6197630Z [6429/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-11-01T16:25:02.9322608Z [6430/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-11-01T16:25:03.0046844Z [6431/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-11-01T16:25:03.0350848Z [6432/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-11-01T16:25:03.2998575Z [6433/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-11-01T16:25:03.3434886Z [6434/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-11-01T16:25:03.4535605Z [6435/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-11-01T16:25:03.7861888Z [6436/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-11-01T16:25:03.8669400Z [6437/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-11-01T16:25:04.1858808Z [6438/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-11-01T16:25:04.2160080Z [6439/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-11-01T16:25:04.2337404Z [6440/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-11-01T16:25:04.3752897Z [6441/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-11-01T16:25:04.5175740Z [6442/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-11-01T16:25:04.6717907Z [6443/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-11-01T16:25:04.8948899Z [6444/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-11-01T16:25:05.0850986Z [6445/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-11-01T16:25:05.1547326Z [6446/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-11-01T16:25:05.2410699Z [6447/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-11-01T16:25:05.2694486Z [6448/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-11-01T16:25:05.3608353Z [6449/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-11-01T16:25:05.7752648Z [6450/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-11-01T16:25:05.8557831Z [6451/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-11-01T16:25:06.0062730Z [6452/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-11-01T16:25:06.1649675Z [6453/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-11-01T16:25:06.1826930Z [6454/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-11-01T16:25:06.2945295Z [6455/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-11-01T16:25:06.7558893Z [6456/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-11-01T16:25:06.8285410Z [6457/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-11-01T16:25:06.9527722Z [6458/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-11-01T16:25:07.1757487Z [6459/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-11-01T16:25:07.1849536Z [6460/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-11-01T16:25:07.3953093Z [6461/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-11-01T16:25:07.7731366Z [6462/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-11-01T16:25:07.8189356Z [6463/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-11-01T16:25:07.9987672Z [6464/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-11-01T16:25:08.0133821Z [6465/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-11-01T16:25:08.0585619Z [6466/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-11-01T16:25:08.1188593Z [6467/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-11-01T16:25:08.1759752Z [6468/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-11-01T16:25:08.7089742Z [6469/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-11-01T16:25:08.8695346Z [6470/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-11-01T16:25:08.9206350Z [6471/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-11-01T16:25:08.9436053Z [6472/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-11-01T16:25:09.0124570Z [6473/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-11-01T16:25:09.0935598Z [6474/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-11-01T16:25:09.1938135Z [6475/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-11-01T16:25:09.6386554Z [6476/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-11-01T16:25:09.8400153Z [6477/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-11-01T16:25:09.8732844Z [6478/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-11-01T16:25:09.9942381Z [6479/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-11-01T16:25:10.0559072Z [6480/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-11-01T16:25:10.0915159Z [6481/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-11-01T16:25:10.1087003Z [6482/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-11-01T16:25:10.5076929Z [6483/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-11-01T16:25:10.7868244Z [6484/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-11-01T16:25:11.0608162Z [6485/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-11-01T16:25:11.0762651Z [6486/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-11-01T16:25:11.1025544Z [6487/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-11-01T16:25:11.7309516Z [6488/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-11-01T16:25:11.9356495Z [6489/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-11-01T16:25:12.0428550Z [6490/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-11-01T16:25:12.0724302Z [6491/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-11-01T16:25:12.2729849Z [6492/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-11-01T16:25:12.6946644Z [6493/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-11-01T16:25:12.9612163Z [6494/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-11-01T16:25:12.9896597Z [6495/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-11-01T16:25:13.0402781Z [6496/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-11-01T16:25:13.0827658Z [6497/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-11-01T16:25:13.1636850Z [6498/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-11-01T16:25:13.4722092Z [6499/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-11-01T16:25:13.5327351Z [6500/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-11-01T16:25:13.7134803Z [6501/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-11-01T16:25:13.8607400Z [6502/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-11-01T16:25:13.8963769Z [6503/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-11-01T16:25:13.9052376Z [6504/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-11-01T16:25:13.9847906Z [6505/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-11-01T16:25:14.1739758Z [6506/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-11-01T16:25:14.5147014Z [6507/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-11-01T16:25:14.6974982Z [6508/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-11-01T16:25:14.8131479Z [6509/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-11-01T16:25:14.8558038Z [6510/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-11-01T16:25:14.9400864Z [6511/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-11-01T16:25:15.0034868Z [6512/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-11-01T16:25:15.6750711Z [6513/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-11-01T16:25:15.8414463Z [6514/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-11-01T16:25:15.8956505Z [6515/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-11-01T16:25:15.9431881Z [6516/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-11-01T16:25:16.6639632Z [6517/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-11-01T16:25:16.6886478Z [6518/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-11-01T16:25:16.8345598Z [6519/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-11-01T16:25:17.1017041Z [6520/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-11-01T16:25:17.3777209Z [6521/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-11-01T16:25:17.7174996Z [6522/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-11-01T16:25:17.8914852Z [6523/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-11-01T16:25:17.9421490Z [6524/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-11-01T16:25:18.0539861Z [6525/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-11-01T16:25:18.4313849Z [6526/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-11-01T16:25:18.6120505Z [6527/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-11-01T16:25:18.8115849Z [6528/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-11-01T16:25:18.8827980Z [6529/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-11-01T16:25:19.0214934Z [6530/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-11-01T16:25:19.0264460Z [6531/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-11-01T16:25:19.3737507Z [6532/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-11-01T16:25:19.5448860Z [6533/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-11-01T16:25:19.8092352Z [6534/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-11-01T16:25:19.8557063Z [6535/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-11-01T16:25:19.9023014Z [6536/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-11-01T16:25:19.9653301Z [6537/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-11-01T16:25:19.9790849Z [6538/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-11-01T16:25:20.0342054Z [6539/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-11-01T16:25:20.3684667Z [6540/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-11-01T16:25:20.6609197Z [6541/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-11-01T16:25:20.7723536Z [6542/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-11-01T16:25:20.8210551Z [6543/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-11-01T16:25:20.9721996Z [6544/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-11-01T16:25:21.0058771Z [6545/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-11-01T16:25:21.3016036Z [6546/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-11-01T16:25:21.5337339Z [6547/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-11-01T16:25:21.7005734Z [6548/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-11-01T16:25:21.7313997Z [6549/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-11-01T16:25:21.8487063Z [6550/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-11-01T16:25:21.8845572Z [6551/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-11-01T16:25:22.0217991Z [6552/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-11-01T16:25:22.2165411Z [6553/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-11-01T16:25:22.4419046Z [6554/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-11-01T16:25:22.6579350Z [6555/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-11-01T16:25:22.7642000Z [6556/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-11-01T16:25:22.9365803Z [6557/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-11-01T16:25:23.2006959Z [6558/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-11-01T16:25:23.3110144Z [6559/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-11-01T16:25:23.5818923Z [6560/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-11-01T16:25:23.6515001Z [6561/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-11-01T16:25:23.6674842Z [6562/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-11-01T16:25:23.7656135Z [6563/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-11-01T16:25:24.1918115Z [6564/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-11-01T16:25:24.2271319Z [6565/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-11-01T16:25:24.5245573Z [6566/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-11-01T16:25:24.6063861Z [6567/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-11-01T16:25:25.1774369Z [6568/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-11-01T16:25:25.1776243Z 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-11-01T16:25:25.1778333Z 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-11-01T16:25:25.1807742Z [6569/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-11-01T16:25:25.3689449Z [6570/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-11-01T16:25:25.3975198Z [6571/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-11-01T16:25:25.5811138Z [6572/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-11-01T16:25:25.6072565Z [6573/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-11-01T16:25:26.0439253Z [6574/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-11-01T16:25:26.0836890Z [6575/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-11-01T16:25:26.2771570Z [6576/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-11-01T16:25:26.5103060Z [6577/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-11-01T16:25:26.5588042Z [6578/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-11-01T16:25:26.9324536Z [6579/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-11-01T16:25:28.1081482Z [6580/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-11-01T16:25:28.5358963Z [6581/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-11-01T16:25:28.5865980Z [6582/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-11-01T16:25:28.8228018Z [6583/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-11-01T16:25:28.9773443Z [6584/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-11-01T16:25:28.9929762Z [6585/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-11-01T16:25:29.1358589Z [6586/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-11-01T16:25:29.5441233Z [6587/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-11-01T16:25:29.7234533Z [6588/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-11-01T16:25:29.7987936Z [6589/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-11-01T16:25:29.9080964Z [6590/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-11-01T16:25:30.0230127Z [6591/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-11-01T16:25:30.1280293Z [6592/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-11-01T16:25:30.7301337Z [6593/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-11-01T16:25:30.7437897Z [6594/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-11-01T16:25:31.1049588Z [6595/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-11-01T16:25:31.6860648Z [6596/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-11-01T16:25:32.0102843Z [6597/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-11-01T16:25:32.0419614Z [6598/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-11-01T16:25:32.1444246Z [6599/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-11-01T16:25:32.5864013Z [6600/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-11-01T16:25:32.6823054Z [6601/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-11-01T16:25:32.9908884Z [6602/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-11-01T16:25:33.0497678Z [6603/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-11-01T16:25:33.0854771Z [6604/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-11-01T16:25:33.2363634Z [6605/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-11-01T16:25:33.5483852Z [6606/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-11-01T16:25:33.6458167Z [6607/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-11-01T16:25:33.7693481Z [6608/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-11-01T16:25:33.9009218Z [6609/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-11-01T16:25:33.9555862Z [6610/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-11-01T16:25:34.0192187Z [6611/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-11-01T16:25:35.9552466Z [6612/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-11-01T16:25:36.5137372Z [6613/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-11-01T16:25:36.6806545Z [6614/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-11-01T16:25:36.7919983Z [6615/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-11-01T16:25:36.8774165Z [6616/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-11-01T16:25:36.9820031Z [6617/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-11-01T16:25:37.0130622Z [6618/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-11-01T16:25:37.0570216Z [6619/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-11-01T16:25:37.2025551Z [6620/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-11-01T16:25:37.2398763Z [6621/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-11-01T16:25:38.1208449Z [6622/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-11-01T16:25:39.1105495Z [6623/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-11-01T16:25:39.7262573Z [6624/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-11-01T16:25:39.8984807Z [6625/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-11-01T16:25:39.9449110Z [6626/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-11-01T16:25:40.1237712Z [6627/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-11-01T16:25:40.1263823Z [6628/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-11-01T16:25:40.2304679Z [6629/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-11-01T16:25:40.2541854Z [6630/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-11-01T16:25:40.3557268Z [6631/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-11-01T16:25:41.4041716Z [6632/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-11-01T16:25:42.0697292Z [6633/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-11-01T16:25:43.0657233Z [6634/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-11-01T16:25:43.0659239Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-11-01T16:25:43.0661447Z with 2024-11-01T16:25:43.0661893Z [ 2024-11-01T16:25:43.0662148Z T=int 2024-11-01T16:25:43.0662428Z ] 2024-11-01T16:25:43.0664005Z 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-11-01T16:25:43.0665619Z with 2024-11-01T16:25:43.0665882Z [ 2024-11-01T16:25:43.0666176Z T=int 2024-11-01T16:25:43.0666638Z ] 2024-11-01T16:25:43.1675608Z [6635/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-11-01T16:25:43.2357192Z [6636/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-11-01T16:25:43.2720883Z [6637/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-11-01T16:25:43.4475449Z [6638/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-11-01T16:25:43.6366519Z [6639/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-11-01T16:25:44.7009918Z [6640/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-11-01T16:25:45.1407887Z [6641/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-11-01T16:25:45.1411592Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-11-01T16:25:45.1413926Z with 2024-11-01T16:25:45.1414369Z [ 2024-11-01T16:25:45.1414806Z T=int 2024-11-01T16:25:45.1415324Z ] 2024-11-01T16:25:45.1418248Z 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-11-01T16:25:45.1421245Z with 2024-11-01T16:25:45.1421707Z [ 2024-11-01T16:25:45.1422128Z T=int 2024-11-01T16:25:45.1422603Z ] 2024-11-01T16:25:46.4508027Z [6642/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-11-01T16:25:46.4969750Z [6643/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-11-01T16:25:46.5794454Z [6644/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-11-01T16:25:46.6928950Z [6645/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-11-01T16:25:46.7432479Z [6646/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-11-01T16:25:46.7777824Z [6647/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-11-01T16:25:46.8327667Z [6648/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-11-01T16:25:47.3074104Z [6649/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-11-01T16:25:47.4546257Z [6650/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-11-01T16:25:47.5165843Z [6651/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-11-01T16:25:47.6773163Z [6652/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-11-01T16:25:47.7896470Z [6653/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-11-01T16:25:47.9909245Z [6654/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-11-01T16:25:48.2662595Z [6655/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-11-01T16:25:48.2919573Z [6656/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-11-01T16:25:48.3129362Z [6657/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-11-01T16:25:48.4360292Z [6658/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-11-01T16:25:48.6343436Z [6659/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-11-01T16:25:48.6583384Z [6660/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-11-01T16:25:48.6929491Z [6661/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-11-01T16:25:48.7403485Z [6662/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-11-01T16:25:48.8943849Z [6663/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-11-01T16:25:49.0059021Z [6664/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-11-01T16:25:49.2392244Z [6665/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-11-01T16:25:49.5818690Z [6666/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-11-01T16:25:49.6177785Z [6667/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-11-01T16:25:49.6512975Z [6668/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-11-01T16:25:49.7796790Z [6669/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-11-01T16:25:49.7953541Z [6670/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-11-01T16:25:49.8567644Z [6671/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-11-01T16:25:49.8798355Z [6672/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-11-01T16:25:49.8801088Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-11-01T16:25:49.8802698Z with 2024-11-01T16:25:49.8802994Z [ 2024-11-01T16:25:49.8803241Z T=int 2024-11-01T16:25:49.8803535Z ] 2024-11-01T16:25:49.8805062Z 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-11-01T16:25:49.8806740Z with 2024-11-01T16:25:49.8807029Z [ 2024-11-01T16:25:49.8807280Z T=int 2024-11-01T16:25:49.8807641Z ] 2024-11-01T16:25:50.1448187Z [6673/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-11-01T16:25:50.2410552Z [6674/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-11-01T16:25:50.2645926Z [6675/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-11-01T16:25:50.4079975Z [6676/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-11-01T16:25:50.5410900Z [6677/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-11-01T16:25:50.6202247Z [6678/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-11-01T16:25:50.6365432Z [6679/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-11-01T16:25:50.8939484Z [6680/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-11-01T16:25:51.1752834Z [6681/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-11-01T16:25:51.1988228Z [6682/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-11-01T16:25:51.2157658Z [6683/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-11-01T16:25:51.3851849Z [6684/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-11-01T16:25:51.4237178Z [6685/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-11-01T16:25:51.4837896Z [6686/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-11-01T16:25:51.5214813Z [6687/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-11-01T16:25:51.5655125Z [6688/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-11-01T16:25:51.8225299Z [6689/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-11-01T16:25:51.9528466Z [6690/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-11-01T16:25:52.0183945Z [6691/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-11-01T16:25:52.0448499Z [6692/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-11-01T16:25:52.2475684Z [6693/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-11-01T16:25:52.4076948Z [6694/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-11-01T16:25:52.4189941Z [6695/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-11-01T16:25:52.4522850Z [6696/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-11-01T16:25:52.4670023Z [6697/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-11-01T16:25:52.5694485Z [6698/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-11-01T16:25:52.5899060Z [6699/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-11-01T16:25:52.8694064Z [6700/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-11-01T16:25:53.2436525Z [6701/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-11-01T16:25:53.3849048Z [6702/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-11-01T16:25:53.4463272Z [6703/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-11-01T16:25:53.5768721Z [6704/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-11-01T16:25:53.8074495Z [6705/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-11-01T16:25:54.1291530Z [6706/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-11-01T16:25:54.7234347Z [6707/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-11-01T16:25:54.9304524Z [6708/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-11-01T16:25:55.8368483Z [6709/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-11-01T16:25:55.8570352Z [6710/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-11-01T16:25:56.7404003Z [6711/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-11-01T16:25:56.8126944Z [6712/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-11-01T16:25:56.9916680Z [6713/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-11-01T16:25:57.0240071Z [6714/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-11-01T16:25:57.2535210Z [6715/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-11-01T16:25:57.8407150Z [6716/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-11-01T16:25:57.8756510Z [6717/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-11-01T16:25:57.9227542Z [6718/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-11-01T16:25:57.9652998Z [6719/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-11-01T16:25:58.1686251Z [6720/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-11-01T16:25:58.2102283Z [6721/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-11-01T16:25:59.2699581Z [6722/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-11-01T16:25:59.2928727Z [6723/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-11-01T16:25:59.3058312Z [6724/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-11-01T16:25:59.4551832Z [6725/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-11-01T16:25:59.4799317Z [6726/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-11-01T16:25:59.8067733Z [6727/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-11-01T16:26:00.0711583Z [6728/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-11-01T16:26:00.3674726Z [6729/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-11-01T16:26:00.4283959Z [6730/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-11-01T16:26:01.1926283Z [6731/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-11-01T16:26:01.4291990Z [6732/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-11-01T16:26:01.5781047Z [6733/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-11-01T16:26:01.8950379Z [6734/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-11-01T16:26:01.9388690Z [6735/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-11-01T16:26:02.2059125Z [6736/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-11-01T16:26:02.2377729Z [6737/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-11-01T16:26:02.3433730Z [6738/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-11-01T16:26:02.7383341Z [6739/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-11-01T16:26:03.2272549Z [6740/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-11-01T16:26:03.3658335Z [6741/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-11-01T16:26:03.4177372Z [6742/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-11-01T16:26:03.4349982Z [6743/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-11-01T16:26:03.6264185Z [6744/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-11-01T16:26:03.6981110Z [6745/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-11-01T16:26:03.7363357Z [6746/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-11-01T16:26:04.2078655Z [6747/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-11-01T16:26:04.4592654Z [6748/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-11-01T16:26:04.7329894Z [6749/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-11-01T16:26:05.0044668Z [6750/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-11-01T16:26:05.4784850Z [6751/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-11-01T16:26:05.5829427Z [6752/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-11-01T16:26:06.1423425Z [6753/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-11-01T16:26:06.4811268Z [6754/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-11-01T16:26:06.5904651Z [6755/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-11-01T16:26:06.6732159Z [6756/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-11-01T16:26:07.0059633Z [6757/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-11-01T16:26:07.3226375Z [6758/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-11-01T16:26:07.4652025Z [6759/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-11-01T16:26:07.7460106Z [6760/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-11-01T16:26:07.8547123Z [6761/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-11-01T16:26:07.9370274Z [6762/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-11-01T16:26:08.1827795Z [6763/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-11-01T16:26:08.2143194Z [6764/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-11-01T16:26:09.3050781Z [6765/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-11-01T16:26:09.7852131Z [6766/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-11-01T16:26:09.8138979Z [6767/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-11-01T16:26:10.0049259Z [6768/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-11-01T16:26:10.2707310Z [6769/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-11-01T16:26:10.9392856Z [6770/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-11-01T16:26:10.9505403Z [6771/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-11-01T16:26:11.0240065Z [6772/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-11-01T16:26:11.2611885Z [6773/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-11-01T16:26:11.3853428Z [6774/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-11-01T16:26:11.4201279Z [6775/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-11-01T16:26:11.8691951Z [6776/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-11-01T16:26:11.9320981Z [6777/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-11-01T16:26:12.6782568Z [6778/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-11-01T16:26:13.0967375Z [6779/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-11-01T16:26:13.2932001Z [6780/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-11-01T16:26:13.3456493Z [6781/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-11-01T16:26:13.7659494Z [6782/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-11-01T16:26:14.0713453Z [6783/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-11-01T16:26:14.4739547Z [6784/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-11-01T16:26:14.4741262Z 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-11-01T16:26:14.5432012Z [6785/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-11-01T16:26:14.8885272Z [6786/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-11-01T16:26:15.1211354Z [6787/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-11-01T16:26:15.6639127Z [6788/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-11-01T16:26:15.9330764Z [6789/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-11-01T16:26:16.5446717Z [6790/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-11-01T16:26:16.6724467Z [6791/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-11-01T16:26:16.7040711Z [6792/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-11-01T16:26:17.1331812Z [6793/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-11-01T16:26:17.9244038Z [6794/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-11-01T16:26:17.9551016Z [6795/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-11-01T16:26:17.9833207Z [6796/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-11-01T16:26:18.8264812Z [6797/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-11-01T16:26:19.6231016Z [6798/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-11-01T16:26:19.9800545Z [6799/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-11-01T16:26:20.2305096Z [6800/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-11-01T16:26:20.5355425Z [6801/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-11-01T16:26:21.1162978Z [6802/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-11-01T16:26:21.2991871Z [6803/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-11-01T16:26:21.4539885Z [6804/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-11-01T16:26:21.9824686Z [6805/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-11-01T16:26:22.7529072Z [6806/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-11-01T16:26:22.8844831Z [6807/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:23.2643848Z [6808/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-11-01T16:26:23.3702755Z [6809/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-11-01T16:26:23.5473967Z [6810/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-11-01T16:26:23.6296821Z [6811/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:23.8712231Z [6812/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-11-01T16:26:23.8834741Z [6813/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-11-01T16:26:24.1234287Z [6814/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-11-01T16:26:24.4035336Z [6815/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-11-01T16:26:24.4681401Z [6816/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-11-01T16:26:24.6820524Z [6817/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-11-01T16:26:25.2374261Z [6818/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-11-01T16:26:26.4771547Z [6819/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-11-01T16:26:26.7501770Z [6820/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-11-01T16:26:26.9129416Z [6821/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-11-01T16:26:27.0440262Z [6822/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-11-01T16:26:27.5609218Z [6823/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-11-01T16:26:27.5843057Z [6824/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-11-01T16:26:27.5971623Z [6825/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-11-01T16:26:28.2463760Z [6826/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-11-01T16:26:29.5533662Z [6827/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-11-01T16:26:29.7910860Z [6828/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-11-01T16:26:29.9826177Z [6829/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-11-01T16:26:30.1490774Z [6830/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-11-01T16:26:30.6074851Z [6831/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-11-01T16:26:30.8604156Z [6832/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-11-01T16:26:30.8963039Z [6833/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-11-01T16:26:31.3002169Z [6834/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-11-01T16:26:31.6318311Z [6835/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-11-01T16:26:31.7121579Z [6836/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-11-01T16:26:32.0352531Z [6837/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-11-01T16:26:32.5334751Z [6838/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-11-01T16:26:32.5651166Z [6839/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-11-01T16:26:32.5654002Z 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-11-01T16:26:32.5657621Z 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-11-01T16:26:32.5661221Z 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-11-01T16:26:32.5664595Z 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-11-01T16:26:33.0098067Z [6840/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-11-01T16:26:33.0776171Z [6841/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-11-01T16:26:33.0779276Z 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-11-01T16:26:33.0782714Z 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-11-01T16:26:33.0786764Z 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-11-01T16:26:33.0790604Z 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-11-01T16:26:33.1983473Z [6842/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-11-01T16:26:33.1985466Z 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-11-01T16:26:33.1987365Z 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-11-01T16:26:33.1989348Z 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-11-01T16:26:33.1991364Z 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-11-01T16:26:33.4057951Z [6843/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-11-01T16:26:33.4685060Z [6844/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-11-01T16:26:33.5558652Z [6845/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-11-01T16:26:33.9059413Z [6846/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-11-01T16:26:34.0781000Z [6847/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.0784515Z 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-11-01T16:26:34.0789259Z 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-11-01T16:26:34.0792942Z 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-11-01T16:26:34.0796593Z 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-11-01T16:26:34.2364721Z [6848/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.2366985Z 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-11-01T16:26:34.2369160Z 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-11-01T16:26:34.2371492Z 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-11-01T16:26:34.2373510Z 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-11-01T16:26:34.3296523Z [6849/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.3299428Z 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-11-01T16:26:34.3302777Z 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-11-01T16:26:34.3306842Z 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-11-01T16:26:34.3309573Z 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-11-01T16:26:34.3478966Z [6850/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.3480678Z 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-11-01T16:26:34.3482698Z 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-11-01T16:26:34.3484695Z 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-11-01T16:26:34.3486859Z 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-11-01T16:26:34.6829893Z [6851/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.6831619Z 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-11-01T16:26:34.6833502Z 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-11-01T16:26:34.6835491Z 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-11-01T16:26:34.6837685Z 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-11-01T16:26:34.8195374Z [6852/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-11-01T16:26:34.8226320Z [6853/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.8227947Z 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-11-01T16:26:34.8230023Z 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-11-01T16:26:34.8232354Z 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-11-01T16:26:34.8234606Z 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-11-01T16:26:34.8391602Z [6854/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:34.8395002Z 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-11-01T16:26:34.8398258Z 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-11-01T16:26:34.8401902Z 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-11-01T16:26:34.8405609Z 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-11-01T16:26:34.9220785Z [6855/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-11-01T16:26:35.1372321Z [6856/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.1374102Z 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-11-01T16:26:35.1376107Z 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-11-01T16:26:35.1378402Z 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-11-01T16:26:35.1380486Z 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-11-01T16:26:35.2625373Z [6857/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.2627187Z 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-11-01T16:26:35.2629290Z 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-11-01T16:26:35.2631687Z 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-11-01T16:26:35.2633796Z 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-11-01T16:26:35.3899271Z [6858/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.3901071Z 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-11-01T16:26:35.3903057Z 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-11-01T16:26:35.3905052Z 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-11-01T16:26:35.3907250Z 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-11-01T16:26:35.4930949Z [6859/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.4933632Z 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-11-01T16:26:35.4937208Z 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-11-01T16:26:35.4941110Z 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-11-01T16:26:35.4944420Z 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-11-01T16:26:35.6055847Z [6860/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.6057716Z 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-11-01T16:26:35.6059799Z 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-11-01T16:26:35.6061902Z 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-11-01T16:26:35.6064149Z 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-11-01T16:26:35.7841168Z [6861/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.7844161Z 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-11-01T16:26:35.7847513Z 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-11-01T16:26:35.7849662Z 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-11-01T16:26:35.7851905Z 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-11-01T16:26:35.8168844Z [6862/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.8171946Z 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-11-01T16:26:35.8175499Z 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-11-01T16:26:35.8179223Z 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-11-01T16:26:35.8183210Z 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-11-01T16:26:35.8281593Z [6863/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:35.8284539Z 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-11-01T16:26:35.8288148Z 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-11-01T16:26:35.8291495Z 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-11-01T16:26:35.8295191Z 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-11-01T16:26:36.0578972Z [6864/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.0581795Z 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-11-01T16:26:36.0584607Z 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-11-01T16:26:36.0587525Z 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-11-01T16:26:36.0590434Z 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-11-01T16:26:36.1233657Z [6865/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.1236760Z 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-11-01T16:26:36.1240407Z 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-11-01T16:26:36.1244077Z 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-11-01T16:26:36.1247698Z 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-11-01T16:26:36.2194328Z [6866/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.2196291Z 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-11-01T16:26:36.2198304Z 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-11-01T16:26:36.2200512Z 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-11-01T16:26:36.2202525Z 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-11-01T16:26:36.4009300Z [6867/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.4012280Z 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-11-01T16:26:36.4015933Z 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-11-01T16:26:36.4019710Z 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-11-01T16:26:36.4023451Z 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-11-01T16:26:36.4865404Z [6868/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.4867196Z 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-11-01T16:26:36.4869163Z 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-11-01T16:26:36.4871358Z 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-11-01T16:26:36.4873535Z 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-11-01T16:26:36.5027956Z [6869/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-11-01T16:26:36.5451172Z [6870/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.5456416Z 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-11-01T16:26:36.5460366Z 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-11-01T16:26:36.5464014Z 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-11-01T16:26:36.5467620Z 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-11-01T16:26:36.7197053Z [6871/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.7200178Z 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-11-01T16:26:36.7203971Z 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-11-01T16:26:36.7207666Z 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-11-01T16:26:36.7211274Z 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-11-01T16:26:36.7816075Z [6872/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.7818115Z 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-11-01T16:26:36.7820131Z 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-11-01T16:26:36.7823765Z 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-11-01T16:26:36.7827428Z 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-11-01T16:26:36.9648273Z [6873/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:36.9651428Z 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-11-01T16:26:36.9654958Z 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-11-01T16:26:36.9659116Z 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-11-01T16:26:36.9662856Z 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-11-01T16:26:37.0412197Z [6874/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.0414926Z 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-11-01T16:26:37.0418414Z 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-11-01T16:26:37.0422176Z 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-11-01T16:26:37.0425971Z 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-11-01T16:26:37.0777724Z [6875/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.0779443Z 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-11-01T16:26:37.0781450Z 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-11-01T16:26:37.0783649Z 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-11-01T16:26:37.0785752Z 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-11-01T16:26:37.1079152Z [6876/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.1082135Z 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-11-01T16:26:37.1085452Z 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-11-01T16:26:37.1088569Z 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-11-01T16:26:37.1092248Z 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-11-01T16:26:37.3317944Z [6877/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.3319661Z 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-11-01T16:26:37.3321868Z 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-11-01T16:26:37.3324108Z 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-11-01T16:26:37.3326217Z 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-11-01T16:26:37.4176776Z [6878/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.4178575Z 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-11-01T16:26:37.4180519Z 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-11-01T16:26:37.4182588Z 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-11-01T16:26:37.4184720Z 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-11-01T16:26:37.4333393Z [6879/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.4336494Z 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-11-01T16:26:37.4339975Z 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-11-01T16:26:37.4343652Z 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-11-01T16:26:37.4347402Z 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-11-01T16:26:37.5145486Z [6880/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.5147253Z 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-11-01T16:26:37.5149268Z 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-11-01T16:26:37.5151395Z 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-11-01T16:26:37.5153476Z 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-11-01T16:26:37.5580482Z [6881/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.5582278Z 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-11-01T16:26:37.5584252Z 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-11-01T16:26:37.5586341Z 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-11-01T16:26:37.5588452Z 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-11-01T16:26:37.6079666Z [6882/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.6083140Z 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-11-01T16:26:37.6086339Z 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-11-01T16:26:37.6089647Z 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-11-01T16:26:37.6091766Z 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-11-01T16:26:37.8412257Z [6883/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.8414062Z 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-11-01T16:26:37.8416093Z 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-11-01T16:26:37.8418788Z 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-11-01T16:26:37.8421170Z 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-11-01T16:26:37.9828663Z [6884/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:37.9831933Z 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-11-01T16:26:37.9835353Z 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-11-01T16:26:37.9839052Z 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-11-01T16:26:37.9842657Z 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-11-01T16:26:38.1179567Z [6885/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.1181246Z 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-11-01T16:26:38.1183214Z 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-11-01T16:26:38.1185253Z 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-11-01T16:26:38.1187306Z 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-11-01T16:26:38.1282629Z [6886/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.1285582Z 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-11-01T16:26:38.1289289Z 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-11-01T16:26:38.1292960Z 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-11-01T16:26:38.1296655Z 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-11-01T16:26:38.2305751Z [6887/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.2307984Z 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-11-01T16:26:38.2309962Z 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-11-01T16:26:38.2311961Z 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-11-01T16:26:38.2314031Z 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-11-01T16:26:38.2507742Z [6888/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.2509530Z 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-11-01T16:26:38.2511476Z 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-11-01T16:26:38.2513769Z 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-11-01T16:26:38.2515927Z 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-11-01T16:26:38.3281579Z [6889/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.3283344Z 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-11-01T16:26:38.3285284Z 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-11-01T16:26:38.3287393Z 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-11-01T16:26:38.3289367Z 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-11-01T16:26:38.4037461Z [6890/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.4040397Z 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-11-01T16:26:38.4044202Z 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-11-01T16:26:38.4048055Z 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-11-01T16:26:38.4051951Z 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-11-01T16:26:38.4163714Z [6891/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.4165595Z 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-11-01T16:26:38.4167468Z 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-11-01T16:26:38.4169591Z 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-11-01T16:26:38.4171773Z 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-11-01T16:26:38.8156900Z [6892/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.8159963Z 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-11-01T16:26:38.8582628Z [6893/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.8584396Z 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-11-01T16:26:38.8586677Z 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-11-01T16:26:38.8589388Z 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-11-01T16:26:38.8591465Z 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-11-01T16:26:38.9155555Z [6894/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.9157472Z 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-11-01T16:26:38.9555734Z [6895/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:38.9557584Z 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-11-01T16:26:38.9559822Z 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-11-01T16:26:38.9561905Z 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-11-01T16:26:38.9564166Z 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-11-01T16:26:39.0162014Z [6896/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.0164067Z 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-11-01T16:26:39.0166381Z 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-11-01T16:26:39.0168568Z 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-11-01T16:26:39.0170765Z 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-11-01T16:26:39.1744106Z [6897/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.1746055Z 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-11-01T16:26:39.1748146Z 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-11-01T16:26:39.1750464Z 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-11-01T16:26:39.1752706Z 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-11-01T16:26:39.3350727Z [6898/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.3352553Z 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-11-01T16:26:39.3354869Z 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-11-01T16:26:39.3356999Z 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-11-01T16:26:39.3359168Z 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-11-01T16:26:39.4666214Z [6899/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.4667994Z 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-11-01T16:26:39.4670589Z 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-11-01T16:26:39.4672684Z 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-11-01T16:26:39.4675417Z 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-11-01T16:26:39.6211004Z [6900/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.6212912Z 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-11-01T16:26:39.6214934Z 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-11-01T16:26:39.6217330Z 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-11-01T16:26:39.6219411Z 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-11-01T16:26:39.6306007Z [6901/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.6307890Z 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-11-01T16:26:39.6536867Z [6902/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.6540295Z 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-11-01T16:26:39.7425716Z [6903/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.7428928Z 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-11-01T16:26:39.7432467Z 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-11-01T16:26:39.7436210Z 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-11-01T16:26:39.7440158Z 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-11-01T16:26:39.7443764Z 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-11-01T16:26:39.7447629Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-11-01T16:26:39.7450035Z with 2024-11-01T16:26:39.7450457Z [ 2024-11-01T16:26:39.7450908Z scalar_t=float, 2024-11-01T16:26:39.7452335Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:26:39.7453818Z ] 2024-11-01T16:26:39.7456664Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2024-11-01T16:26:39.7459813Z with 2024-11-01T16:26:39.7460259Z [ 2024-11-01T16:26:39.7460684Z scalar_t=float, 2024-11-01T16:26:39.7462182Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-11-01T16:26:39.7464606Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:26:39.7466050Z ] 2024-11-01T16:26:39.7471426Z 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-11-01T16:26:39.7474526Z with 2024-11-01T16:26:39.7475971Z [ 2024-11-01T16:26:39.7476593Z scalar_t=scalar_t, 2024-11-01T16:26:39.7477345Z data_t=at::vec::AVX2::Vectorized, 2024-11-01T16:26:39.7479270Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:26:39.7481800Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:26:39.7483212Z ] 2024-11-01T16:26:39.7486899Z 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-11-01T16:26:39.7491329Z with 2024-11-01T16:26:39.7491775Z [ 2024-11-01T16:26:39.7492225Z scalar_t=scalar_t 2024-11-01T16:26:39.7492779Z ] 2024-11-01T16:26:39.7497083Z 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-11-01T16:26:39.7501447Z with 2024-11-01T16:26:39.7501883Z [ 2024-11-01T16:26:39.7502325Z scalar_t=scalar_t 2024-11-01T16:26:39.7502903Z ] 2024-11-01T16:26:39.7506185Z 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-11-01T16:26:39.7509428Z with 2024-11-01T16:26:39.7509850Z [ 2024-11-01T16:26:39.7510306Z scalar_t=scalar_t 2024-11-01T16:26:39.7510876Z ] 2024-11-01T16:26:39.7514093Z 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-11-01T16:26:39.7517431Z with 2024-11-01T16:26:39.7517757Z [ 2024-11-01T16:26:39.7518011Z scalar_t=scalar_t 2024-11-01T16:26:39.7518351Z ] 2024-11-01T16:26:39.7519764Z 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-11-01T16:26:39.8922392Z [6904/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.8924033Z 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-11-01T16:26:39.8925929Z 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-11-01T16:26:39.8927903Z 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-11-01T16:26:39.8929865Z 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-11-01T16:26:39.9293733Z [6905/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.9295689Z 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-11-01T16:26:39.9461658Z [6906/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.9463353Z 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-11-01T16:26:39.9465548Z 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-11-01T16:26:39.9467762Z 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-11-01T16:26:39.9470619Z 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-11-01T16:26:39.9473492Z 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-11-01T16:26:39.9686306Z [6907/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:39.9689290Z 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-11-01T16:26:39.9692707Z 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-11-01T16:26:39.9695721Z 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-11-01T16:26:39.9699264Z 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-11-01T16:26:40.2171839Z [6908/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:40.2173604Z 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-11-01T16:26:40.2175607Z 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-11-01T16:26:40.2177809Z 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-11-01T16:26:40.2180018Z 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-11-01T16:26:40.2487053Z [6909/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-11-01T16:26:40.2490518Z 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-11-01T16:26:40.2494323Z 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-11-01T16:26:40.2498152Z 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-11-01T16:26:40.2502064Z 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-11-01T16:26:40.2988433Z [6910/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-11-01T16:26:40.5927462Z [6911/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-11-01T16:26:40.5931824Z 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-11-01T16:26:40.5935293Z 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-11-01T16:26:40.5938828Z 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-11-01T16:26:40.5942535Z 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-11-01T16:26:40.7977211Z [6912/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:40.7980513Z 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-11-01T16:26:40.7984300Z 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-11-01T16:26:40.7988638Z 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-11-01T16:26:40.7992433Z 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-11-01T16:26:40.8645150Z [6913/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:26:40.8648166Z 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-11-01T16:26:40.8652015Z 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-11-01T16:26:40.8655901Z 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-11-01T16:26:40.8659981Z 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-11-01T16:26:41.4825199Z [6914/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-11-01T16:26:41.6532826Z [6915/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:41.8033383Z [6916/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:42.2311323Z [6917/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:42.4213954Z [6918/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FillKernel.cu.obj 2024-11-01T16:26:42.4214931Z FillKernel.cu 2024-11-01T16:26:42.4215430Z tmpxft_000013dc_00000000-7_FillKernel.cudafe1.cpp 2024-11-01T16:26:42.4406220Z [6919/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:42.5683134Z [6920/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalar.cu.obj 2024-11-01T16:26:42.5684140Z ForeachBinaryOpScalar.cu 2024-11-01T16:26:42.5684688Z tmpxft_00001754_00000000-7_ForeachBinaryOpScalar.cudafe1.cpp 2024-11-01T16:26:42.6747717Z [6921/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:42.6955301Z [6922/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FlattenIndicesKernel.cu.obj 2024-11-01T16:26:42.6956294Z FlattenIndicesKernel.cu 2024-11-01T16:26:42.6956950Z tmpxft_00000ea4_00000000-7_FlattenIndicesKernel.cudafe1.cpp 2024-11-01T16:26:42.8100876Z [6923/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpList.cu.obj 2024-11-01T16:26:42.8101892Z ForeachBinaryOpList.cu 2024-11-01T16:26:42.8102351Z tmpxft_000014b4_00000000-7_ForeachBinaryOpList.cudafe1.cpp 2024-11-01T16:26:43.1725551Z [6924/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.2448484Z [6925/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.3117746Z [6926/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.3218569Z [6927/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBag.cu.obj 2024-11-01T16:26:43.3219905Z EmbeddingBag.cu 2024-11-01T16:26:43.3222233Z tmpxft_000013a8_00000000-7_EmbeddingBag.cudafe1.cpp 2024-11-01T16:26:43.3363561Z [6928/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.3394486Z [6929/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.5407864Z [6930/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.7549879Z [6931/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.8264366Z [6932/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.8789702Z [6933/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.9100603Z [6934/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:43.9683812Z [6935/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.1662170Z [6936/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.2880743Z [6937/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.3882186Z [6938/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.3972166Z [6939/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.4738327Z [6940/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.5382814Z [6941/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.7213808Z [6942/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.8187589Z [6943/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.8373925Z [6944/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:44.8545369Z [6945/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.1525856Z [6946/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.2383445Z [6947/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.2864983Z [6948/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.3840056Z [6949/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.3978754Z [6950/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.4228141Z [6951/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.6765576Z [6952/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.7249437Z [6953/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.9364687Z [6954/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.9418564Z [6955/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:45.9570230Z [6956/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.0691566Z [6957/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.1475306Z [6958/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.1612123Z [6959/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.4943809Z [6960/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.5382441Z [6961/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.6207185Z [6962/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.7125206Z [6963/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.7128677Z 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-11-01T16:26:46.7132656Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-11-01T16:26:46.7135116Z with 2024-11-01T16:26:46.7135589Z [ 2024-11-01T16:26:46.7136036Z scalar_t=float, 2024-11-01T16:26:46.7137627Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:26:46.7139240Z ] 2024-11-01T16:26:46.7142137Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2024-11-01T16:26:46.7145085Z with 2024-11-01T16:26:46.7145506Z [ 2024-11-01T16:26:46.7145954Z scalar_t=float, 2024-11-01T16:26:46.7147453Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-11-01T16:26:46.7149898Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:26:46.7151443Z ] 2024-11-01T16:26:46.7156472Z 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-11-01T16:26:46.7161748Z with 2024-11-01T16:26:46.7162145Z [ 2024-11-01T16:26:46.7162572Z scalar_t=scalar_t, 2024-11-01T16:26:46.7163278Z data_t=at::vec::AVX512::Vectorized, 2024-11-01T16:26:46.7165355Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:26:46.7168470Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:26:46.7170026Z ] 2024-11-01T16:26:46.7174130Z 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-11-01T16:26:46.7178425Z with 2024-11-01T16:26:46.7178868Z [ 2024-11-01T16:26:46.7179319Z scalar_t=scalar_t 2024-11-01T16:26:46.7179905Z ] 2024-11-01T16:26:46.7184067Z 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-11-01T16:26:46.7188336Z with 2024-11-01T16:26:46.7188765Z [ 2024-11-01T16:26:46.7189224Z scalar_t=scalar_t 2024-11-01T16:26:46.7189794Z ] 2024-11-01T16:26:46.7192699Z 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-11-01T16:26:46.7195777Z with 2024-11-01T16:26:46.7196201Z [ 2024-11-01T16:26:46.7196623Z scalar_t=scalar_t 2024-11-01T16:26:46.7197173Z ] 2024-11-01T16:26:46.7200572Z 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-11-01T16:26:46.7203929Z with 2024-11-01T16:26:46.7204352Z [ 2024-11-01T16:26:46.7204805Z scalar_t=scalar_t 2024-11-01T16:26:46.7205364Z ] 2024-11-01T16:26:46.7207888Z 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-11-01T16:26:46.7346026Z [6964/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:46.9207873Z [6965/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.0349168Z [6966/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.0863665Z [6967/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.3067857Z [6968/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.3097038Z [6969/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.3494859Z [6970/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.3496617Z 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-11-01T16:26:47.3649148Z [6971/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.4460318Z [6972/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.6065747Z [6973/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-11-01T16:26:47.8189939Z [6974/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:48.1578150Z [6975/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-11-01T16:26:48.2631402Z [6976/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:48.3368031Z [6977/7871] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:49.5148217Z [6978/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryShiftOpsKernels.cu.obj 2024-11-01T16:26:49.5149182Z BinaryShiftOpsKernels.cu 2024-11-01T16:26:49.5149677Z tmpxft_00000608_00000000-7_BinaryShiftOpsKernels.cudafe1.cpp 2024-11-01T16:26:49.6267229Z [6979/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareKernels.cu.obj 2024-11-01T16:26:49.6268807Z CompareKernels.cu 2024-11-01T16:26:49.6269486Z tmpxft_0000158c_00000000-7_CompareKernels.cudafe1.cpp 2024-11-01T16:26:49.6524074Z [6980/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareEQKernel.cu.obj 2024-11-01T16:26:49.6525545Z CompareEQKernel.cu 2024-11-01T16:26:49.6526267Z tmpxft_00000020_00000000-7_CompareEQKernel.cudafe1.cpp 2024-11-01T16:26:50.3427040Z [6981/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Bucketization.cu.obj 2024-11-01T16:26:50.3429266Z Bucketization.cu 2024-11-01T16:26:50.3430077Z tmpxft_00000cd0_00000000-7_Bucketization.cudafe1.cpp 2024-11-01T16:26:50.3848273Z [6982/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CopysignKernel.cu.obj 2024-11-01T16:26:50.3849840Z CopysignKernel.cu 2024-11-01T16:26:50.3851000Z tmpxft_0000169c_00000000-7_CopysignKernel.cudafe1.cpp 2024-11-01T16:26:50.5977562Z [6983/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Col2Im.cu.obj 2024-11-01T16:26:50.5979573Z Col2Im.cu 2024-11-01T16:26:50.5980143Z tmpxft_00000470_00000000-7_Col2Im.cudafe1.cpp 2024-11-01T16:26:50.7249591Z [6984/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CUDAScalar.cu.obj 2024-11-01T16:26:50.7250943Z CUDAScalar.cu 2024-11-01T16:26:50.7251471Z tmpxft_000013d0_00000000-7_CUDAScalar.cudafe1.cpp 2024-11-01T16:26:51.1651115Z [6985/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Copy.cu.obj 2024-11-01T16:26:51.1652577Z Copy.cu 2024-11-01T16:26:51.1653053Z tmpxft_00001244_00000000-7_Copy.cudafe1.cpp 2024-11-01T16:26:52.2321660Z [6986/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ComplexKernel.cu.obj 2024-11-01T16:26:52.2322544Z ComplexKernel.cu 2024-11-01T16:26:52.2586974Z tmpxft_0000142c_00000000-7_ComplexKernel.cudafe1.cpp 2024-11-01T16:26:52.2587944Z [6987/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CrossKernel.cu.obj 2024-11-01T16:26:52.2588769Z CrossKernel.cu 2024-11-01T16:26:52.2589123Z tmpxft_0000104c_00000000-7_CrossKernel.cudafe1.cpp 2024-11-01T16:26:52.3371107Z [6988/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ConvolutionMM2d.cu.obj 2024-11-01T16:26:52.3372016Z ConvolutionMM2d.cu 2024-11-01T16:26:52.3372426Z tmpxft_00000fdc_00000000-7_ConvolutionMM2d.cudafe1.cpp 2024-11-01T16:26:52.8803313Z [6989/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumprodKernel.cu.obj 2024-11-01T16:26:52.8805398Z CumprodKernel.cu 2024-11-01T16:26:52.8805863Z tmpxft_00000b14_00000000-7_CumprodKernel.cudafe1.cpp 2024-11-01T16:26:52.9236283Z [6990/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumminmaxKernel.cu.obj 2024-11-01T16:26:52.9238010Z CumminmaxKernel.cu 2024-11-01T16:26:52.9238479Z tmpxft_00000850_00000000-7_CumminmaxKernel.cudafe1.cpp 2024-11-01T16:26:53.0190433Z [6991/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumsumKernel.cu.obj 2024-11-01T16:26:53.0192371Z CumsumKernel.cu 2024-11-01T16:26:53.0192998Z tmpxft_00001128_00000000-7_CumsumKernel.cudafe1.cpp 2024-11-01T16:26:53.4642780Z [6992/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistanceKernel.cu.obj 2024-11-01T16:26:53.4645893Z DistanceKernel.cu 2024-11-01T16:26:53.4646902Z tmpxft_00000e40_00000000-7_DistanceKernel.cudafe1.cpp 2024-11-01T16:26:53.8391899Z [6993/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv3d.cu.obj 2024-11-01T16:26:53.8394086Z DepthwiseConv3d.cu 2024-11-01T16:26:53.8395090Z tmpxft_000017c0_00000000-7_DepthwiseConv3d.cudafe1.cpp 2024-11-01T16:26:54.8808431Z [6994/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool2d.cu.obj 2024-11-01T16:26:54.8810121Z DilatedMaxPool2d.cu 2024-11-01T16:26:54.8810849Z tmpxft_00001518_00000000-7_DilatedMaxPool2d.cudafe1.cpp 2024-11-01T16:26:55.0270305Z [6995/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool3d.cu.obj 2024-11-01T16:26:55.0271333Z DilatedMaxPool3d.cu 2024-11-01T16:26:55.0271747Z tmpxft_00000628_00000000-7_DilatedMaxPool3d.cudafe1.cpp 2024-11-01T16:26:55.1367354Z [6996/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv2d.cu.obj 2024-11-01T16:26:55.1368276Z DepthwiseConv2d.cu 2024-11-01T16:26:55.1368680Z tmpxft_000016f4_00000000-7_DepthwiseConv2d.cudafe1.cpp 2024-11-01T16:26:55.2102375Z [6997/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionBernoulli.cu.obj 2024-11-01T16:26:55.2104131Z DistributionBernoulli.cu 2024-11-01T16:26:55.2104995Z tmpxft_000005d8_00000000-7_DistributionBernoulli.cudafe1.cpp 2024-11-01T16:26:55.2525327Z [6998/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionCauchyKernel.cu.obj 2024-11-01T16:26:55.2527279Z DistributionCauchyKernel.cu 2024-11-01T16:26:55.2528452Z tmpxft_00001210_00000000-7_DistributionCauchyKernel.cudafe1.cpp 2024-11-01T16:26:55.3288143Z [6999/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionGeometricKernel.cu.obj 2024-11-01T16:26:55.3289959Z DistributionGeometricKernel.cu 2024-11-01T16:26:55.3291430Z tmpxft_000015ec_00000000-7_DistributionGeometricKernel.cudafe1.cpp 2024-11-01T16:26:55.8017197Z [7000/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionExponentialKernel.cu.obj 2024-11-01T16:26:55.8089428Z DistributionExponentialKernel.cu 2024-11-01T16:26:55.8090599Z tmpxft_000002dc_00000000-7_DistributionExponentialKernel.cudafe1.cpp 2024-11-01T16:26:56.1849837Z [7001/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cu.obj 2024-11-01T16:26:56.1852458Z Distributions.cu 2024-11-01T16:26:56.1853672Z tmpxft_00001288_00000000-7_Distributions.cudafe1.cpp 2024-11-01T16:26:56.8175981Z [7002/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAContext.cpp.obj 2024-11-01T16:26:57.2766824Z [7003/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionLogNormalKernel.cu.obj 2024-11-01T16:26:57.2768486Z DistributionLogNormalKernel.cu 2024-11-01T16:26:57.2769649Z tmpxft_00000ce4_00000000-7_DistributionLogNormalKernel.cudafe1.cpp 2024-11-01T16:26:57.4746174Z [7004/7871] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-11-01T16:26:57.5411024Z [7005/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionRandomKernel.cu.obj 2024-11-01T16:26:57.5412078Z DistributionRandomKernel.cu 2024-11-01T16:26:57.5412610Z tmpxft_00000a2c_00000000-7_DistributionRandomKernel.cudafe1.cpp 2024-11-01T16:26:57.5577656Z [7006/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionNormal.cu.obj 2024-11-01T16:26:57.5579348Z DistributionNormal.cu 2024-11-01T16:26:57.5580154Z tmpxft_000001d4_00000000-7_DistributionNormal.cudafe1.cpp 2024-11-01T16:26:57.6614990Z [7007/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionUniform.cu.obj 2024-11-01T16:26:57.6616688Z DistributionUniform.cu 2024-11-01T16:26:57.6617507Z tmpxft_000010fc_00000000-7_DistributionUniform.cudafe1.cpp 2024-11-01T16:26:58.1569795Z [7008/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Dropout.cu.obj 2024-11-01T16:26:58.1570639Z Dropout.cu 2024-11-01T16:26:58.1570985Z tmpxft_00000f1c_00000000-7_Dropout.cudafe1.cpp 2024-11-01T16:26:58.3245932Z [7009/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBackwardKernel.cu.obj 2024-11-01T16:26:58.3247455Z EmbeddingBackwardKernel.cu 2024-11-01T16:26:58.3248278Z tmpxft_00000510_00000000-7_EmbeddingBackwardKernel.cudafe1.cpp 2024-11-01T16:26:58.6400568Z [7010/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CachingHostAllocator.cpp.obj 2024-11-01T16:26:58.6544775Z [7011/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGeneratorImpl.cpp.obj 2024-11-01T16:26:58.7176942Z [7012/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseDescriptors.cpp.obj 2024-11-01T16:26:58.7251457Z [7013/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Embedding.cu.obj 2024-11-01T16:26:58.7252975Z Embedding.cu 2024-11-01T16:26:58.7253778Z tmpxft_00000b90_00000000-7_Embedding.cudafe1.cpp 2024-11-01T16:26:58.8270171Z [7014/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Exceptions.cpp.obj 2024-11-01T16:26:58.8419770Z [7015/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\LazyNVRTC.cpp.obj 2024-11-01T16:26:59.2495618Z [7016/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGraph.cpp.obj 2024-11-01T16:26:59.2643237Z [7017/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\EmptyTensor.cpp.obj 2024-11-01T16:26:59.2927384Z [7018/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\PeerToPeerAccess.cpp.obj 2024-11-01T16:26:59.3571565Z [7019/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CuSparseHandlePool.cpp.obj 2024-11-01T16:26:59.4121384Z [7020/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_basic.cpp.obj 2024-11-01T16:26:59.4518450Z [7021/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_complex.cpp.obj 2024-11-01T16:26:59.4850842Z [7022/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cpp.obj 2024-11-01T16:26:59.6643699Z [7023/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\CUDAHooks.cpp.obj 2024-11-01T16:26:59.8079972Z [7024/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Resize.cpp.obj 2024-11-01T16:27:00.0487216Z [7025/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvPlaceholders.cpp.obj 2024-11-01T16:27:00.2799776Z [7026/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cpp.obj 2024-11-01T16:27:00.2961448Z [7027/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\BatchNorm.cpp.obj 2024-11-01T16:27:00.4349537Z [7028/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v7.cpp.obj 2024-11-01T16:27:00.6386281Z [7029/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvShared.cpp.obj 2024-11-01T16:27:00.6562910Z [7030/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v8.cpp.obj 2024-11-01T16:27:00.8652453Z [7031/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\AffineGridGenerator.cpp.obj 2024-11-01T16:27:01.0115318Z [7032/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\RNN.cpp.obj 2024-11-01T16:27:01.2504960Z [7033/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\BatchNorm_miopen.cpp.obj 2024-11-01T16:27:01.2869542Z [7034/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\GridSampler.cpp.obj 2024-11-01T16:27:01.7465611Z [7035/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\LossCTC.cpp.obj 2024-11-01T16:27:02.1032335Z [7036/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\BinaryOps.cpp.obj 2024-11-01T16:27:02.2308775Z [7037/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\Conv_miopen.cpp.obj 2024-11-01T16:27:02.3492667Z [7038/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryRemainderKernel.cu.obj 2024-11-01T16:27:02.3494391Z BinaryRemainderKernel.cu 2024-11-01T16:27:02.3495282Z tmpxft_0000076c_00000000-7_BinaryRemainderKernel.cudafe1.cpp 2024-11-01T16:27:02.4668460Z [7039/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\RNN_miopen.cpp.obj 2024-11-01T16:27:03.5443611Z [7040/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\MHA.cpp.obj 2024-11-01T16:27:03.6121530Z [7041/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerUtils.cpp.obj 2024-11-01T16:27:03.7422061Z [7042/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cpp.obj 2024-11-01T16:27:04.7004394Z [7043/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp.obj 2024-11-01T16:27:05.0931196Z [7044/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvUnpackImpl.cpp.obj 2024-11-01T16:27:05.1474276Z [7045/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Linear.cpp.obj 2024-11-01T16:27:05.2155048Z [7046/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearPrepack.cpp.obj 2024-11-01T16:27:05.3815660Z [7047/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\cuSPARSELtOps.cpp.obj 2024-11-01T16:27:05.3945246Z [7048/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Conv.cpp.obj 2024-11-01T16:27:06.1893420Z [7049/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\distributed\c10d\reducer_cuda.cpp.obj 2024-11-01T16:27:06.3297296Z [7050/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvPrepack.cpp.obj 2024-11-01T16:27:06.9711255Z [7051/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Handle.cpp.obj 2024-11-01T16:27:07.2147203Z [7052/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.cpp.obj 2024-11-01T16:27:07.4988047Z [7053/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Pooling.cpp.obj 2024-11-01T16:27:07.9181698Z [7054/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\AutocastRNN.cpp.obj 2024-11-01T16:27:08.0513451Z [7055/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearUnpackImpl.cpp.obj 2024-11-01T16:27:08.1201027Z [7056/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Types.cpp.obj 2024-11-01T16:27:08.2772908Z [7057/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Descriptors.cpp.obj 2024-11-01T16:27:08.6960318Z [7058/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Sleep.cu.obj 2024-11-01T16:27:08.6961673Z Sleep.cu 2024-11-01T16:27:08.6962193Z tmpxft_0000090c_00000000-7_Sleep.cudafe1.cpp 2024-11-01T16:27:09.8011368Z [7059/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorFactories.cu.obj 2024-11-01T16:27:09.8012287Z TensorFactories.cu 2024-11-01T16:27:09.8012678Z tmpxft_0000166c_00000000-7_TensorFactories.cudafe1.cpp 2024-11-01T16:27:09.8792251Z [7060/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortKeys.cu.obj 2024-11-01T16:27:09.8793569Z cub-RadixSortKeys.cu 2024-11-01T16:27:09.8794215Z tmpxft_000007d8_00000000-7_cub-RadixSortKeys.cudafe1.cpp 2024-11-01T16:27:10.1078111Z [7061/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGeluKernel.cu.obj 2024-11-01T16:27:10.1079058Z ActivationGeluKernel.cu 2024-11-01T16:27:10.1079551Z tmpxft_000016b4_00000000-7_ActivationGeluKernel.cudafe1.cpp 2024-11-01T16:27:10.1430316Z [7062/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationEluKernel.cu.obj 2024-11-01T16:27:10.1431262Z ActivationEluKernel.cu 2024-11-01T16:27:10.1432408Z tmpxft_0000182c_00000000-7_ActivationEluKernel.cudafe1.cpp 2024-11-01T16:27:10.3852505Z [7063/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub.cu.obj 2024-11-01T16:27:10.3853867Z cub.cu 2024-11-01T16:27:10.3854592Z tmpxft_00001378_00000000-7_cub.cudafe1.cpp 2024-11-01T16:27:10.6500275Z [7064/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortPairs.cu.obj 2024-11-01T16:27:10.6501990Z cub-RadixSortPairs.cu 2024-11-01T16:27:10.6502818Z tmpxft_00000c6c_00000000-7_cub-RadixSortPairs.cudafe1.cpp 2024-11-01T16:27:11.2904942Z [7065/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\jiterator.cu.obj 2024-11-01T16:27:11.2906376Z jiterator.cu 2024-11-01T16:27:11.2906980Z tmpxft_0000175c_00000000-7_jiterator.cudafe1.cpp 2024-11-01T16:27:11.5526368Z [7066/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\IndexUtils.cu.obj 2024-11-01T16:27:11.5527987Z IndexUtils.cu 2024-11-01T16:27:11.5528610Z tmpxft_0000090c_00000000-7_IndexUtils.cudafe1.cpp 2024-11-01T16:27:11.8285238Z [7067/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AbsKernel.cu.obj 2024-11-01T16:27:11.8286200Z AbsKernel.cu 2024-11-01T16:27:11.8286567Z tmpxft_000007b4_00000000-7_AbsKernel.cudafe1.cpp 2024-11-01T16:27:12.1382872Z [7068/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardshrinkKernel.cu.obj 2024-11-01T16:27:12.1384594Z ActivationHardshrinkKernel.cu 2024-11-01T16:27:12.1385490Z tmpxft_00000780_00000000-7_ActivationHardshrinkKernel.cudafe1.cpp 2024-11-01T16:27:12.1655169Z [7069/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGluKernel.cu.obj 2024-11-01T16:27:12.1656147Z ActivationGluKernel.cu 2024-11-01T16:27:12.1656770Z tmpxft_00000930_00000000-7_ActivationGluKernel.cudafe1.cpp 2024-11-01T16:27:12.4040349Z [7070/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardsigmoidKernel.cu.obj 2024-11-01T16:27:12.4042789Z ActivationHardsigmoidKernel.cu 2024-11-01T16:27:12.4043808Z tmpxft_0000110c_00000000-7_ActivationHardsigmoidKernel.cudafe1.cpp 2024-11-01T16:27:12.7860984Z [7071/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardswishKernel.cu.obj 2024-11-01T16:27:12.7862977Z ActivationHardswishKernel.cu 2024-11-01T16:27:12.7863939Z tmpxft_00001118_00000000-7_ActivationHardswishKernel.cudafe1.cpp 2024-11-01T16:27:13.5045105Z [7072/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardtanhKernel.cu.obj 2024-11-01T16:27:13.5046111Z ActivationHardtanhKernel.cu 2024-11-01T16:27:13.5046644Z tmpxft_00000458_00000000-7_ActivationHardtanhKernel.cudafe1.cpp 2024-11-01T16:27:13.5601048Z [7073/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationPreluKernel.cu.obj 2024-11-01T16:27:13.5602861Z ActivationPreluKernel.cu 2024-11-01T16:27:13.5603728Z tmpxft_000010c8_00000000-7_ActivationPreluKernel.cudafe1.cpp 2024-11-01T16:27:13.8472115Z [7074/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLeakyReluKernel.cu.obj 2024-11-01T16:27:13.8473160Z ActivationLeakyReluKernel.cu 2024-11-01T16:27:13.8473792Z tmpxft_00001798_00000000-7_ActivationLeakyReluKernel.cudafe1.cpp 2024-11-01T16:27:14.2267009Z [7075/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLogSigmoidKernel.cu.obj 2024-11-01T16:27:14.2268817Z ActivationLogSigmoidKernel.cu 2024-11-01T16:27:14.2269849Z tmpxft_00000824_00000000-7_ActivationLogSigmoidKernel.cudafe1.cpp 2024-11-01T16:27:14.2571461Z [7076/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationMishKernel.cu.obj 2024-11-01T16:27:14.2573173Z ActivationMishKernel.cu 2024-11-01T16:27:14.2574097Z tmpxft_00000fe4_00000000-7_ActivationMishKernel.cudafe1.cpp 2024-11-01T16:27:14.3698416Z [7077/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftplusKernel.cu.obj 2024-11-01T16:27:14.3700589Z ActivationSoftplusKernel.cu 2024-11-01T16:27:14.3701588Z tmpxft_00001314_00000000-7_ActivationSoftplusKernel.cudafe1.cpp 2024-11-01T16:27:14.8887787Z [7078/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSiluKernel.cu.obj 2024-11-01T16:27:14.8889668Z ActivationSiluKernel.cu 2024-11-01T16:27:14.8890551Z tmpxft_0000112c_00000000-7_ActivationSiluKernel.cudafe1.cpp 2024-11-01T16:27:15.5948998Z [7079/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftshrinkKernel.cu.obj 2024-11-01T16:27:15.5950036Z ActivationSoftshrinkKernel.cu 2024-11-01T16:27:15.5950593Z tmpxft_00001784_00000000-7_ActivationSoftshrinkKernel.cudafe1.cpp 2024-11-01T16:27:15.6886668Z [7080/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationThresholdKernel.cu.obj 2024-11-01T16:27:15.6887704Z ActivationThresholdKernel.cu 2024-11-01T16:27:15.6888249Z tmpxft_00000e18_00000000-7_ActivationThresholdKernel.cudafe1.cpp 2024-11-01T16:27:16.5558339Z [7081/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling2d.cu.obj 2024-11-01T16:27:16.5560065Z AdaptiveMaxPooling2d.cu 2024-11-01T16:27:16.5560808Z tmpxft_0000161c_00000000-7_AdaptiveMaxPooling2d.cudafe1.cpp 2024-11-01T16:27:16.7858466Z [7082/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling3d.cu.obj 2024-11-01T16:27:16.7860172Z AdaptiveMaxPooling3d.cu 2024-11-01T16:27:16.7861020Z tmpxft_00000f1c_00000000-7_AdaptiveMaxPooling3d.cudafe1.cpp 2024-11-01T16:27:16.8090151Z [7083/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling.cu.obj 2024-11-01T16:27:16.8092128Z AdaptiveAveragePooling.cu 2024-11-01T16:27:16.8092991Z tmpxft_000014fc_00000000-7_AdaptiveAveragePooling.cudafe1.cpp 2024-11-01T16:27:17.0420262Z [7084/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling3d.cu.obj 2024-11-01T16:27:17.0421373Z AdaptiveAveragePooling3d.cu 2024-11-01T16:27:17.0421984Z tmpxft_00000e84_00000000-7_AdaptiveAveragePooling3d.cudafe1.cpp 2024-11-01T16:27:17.3144850Z [7085/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool3d.cu.obj 2024-11-01T16:27:17.3146525Z AveragePool3d.cu 2024-11-01T16:27:17.3147223Z tmpxft_000017b0_00000000-7_AveragePool3d.cudafe1.cpp 2024-11-01T16:27:17.5596421Z [7086/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivFloorKernel.cu.obj 2024-11-01T16:27:17.5598126Z BinaryDivFloorKernel.cu 2024-11-01T16:27:17.5598993Z tmpxft_00000370_00000000-7_BinaryDivFloorKernel.cudafe1.cpp 2024-11-01T16:27:17.7684360Z [7087/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryBitwiseOpsKernels.cu.obj 2024-11-01T16:27:17.7686555Z BinaryBitwiseOpsKernels.cu 2024-11-01T16:27:17.7687720Z tmpxft_00001708_00000000-7_BinaryBitwiseOpsKernels.cudafe1.cpp 2024-11-01T16:27:19.0203258Z [7088/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryLogicalOpsKernels.cu.obj 2024-11-01T16:27:19.0204716Z BinaryLogicalOpsKernels.cu 2024-11-01T16:27:19.0205525Z tmpxft_00001404_00000000-7_BinaryLogicalOpsKernels.cudafe1.cpp 2024-11-01T16:27:19.1479047Z [7089/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTrueKernel.cu.obj 2024-11-01T16:27:19.1480042Z BinaryDivTrueKernel.cu 2024-11-01T16:27:19.1480521Z tmpxft_000016e0_00000000-7_BinaryDivTrueKernel.cudafe1.cpp 2024-11-01T16:27:19.3312166Z [7090/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool2d.cu.obj 2024-11-01T16:27:19.3313517Z AveragePool2d.cu 2024-11-01T16:27:19.3314120Z tmpxft_000001ac_00000000-7_AveragePool2d.cudafe1.cpp 2024-11-01T16:27:19.3484400Z [7091/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTruncKernel.cu.obj 2024-11-01T16:27:19.3485857Z BinaryDivTruncKernel.cu 2024-11-01T16:27:19.3486569Z tmpxft_0000158c_00000000-7_BinaryDivTruncKernel.cudafe1.cpp 2024-11-01T16:27:19.3694162Z [7092/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AmpKernels.cu.obj 2024-11-01T16:27:19.3695866Z AmpKernels.cu 2024-11-01T16:27:19.3696685Z tmpxft_00001130_00000000-7_AmpKernels.cudafe1.cpp 2024-11-01T16:27:19.4809072Z [7093/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryGeometricKernels.cu.obj 2024-11-01T16:27:19.4810925Z BinaryGeometricKernels.cu 2024-11-01T16:27:19.4811861Z tmpxft_00000b9c_00000000-7_BinaryGeometricKernels.cudafe1.cpp 2024-11-01T16:27:19.6682656Z [7094/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMulKernel.cu.obj 2024-11-01T16:27:19.6684480Z BinaryMulKernel.cu 2024-11-01T16:27:19.6686252Z tmpxft_00001344_00000000-7_BinaryMulKernel.cudafe1.cpp 2024-11-01T16:27:21.0851091Z [7095/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscBackwardOpsKernels.cu.obj 2024-11-01T16:27:21.0853019Z BinaryMiscBackwardOpsKernels.cu 2024-11-01T16:27:21.0854048Z tmpxft_000012a8_00000000-7_BinaryMiscBackwardOpsKernels.cudafe1.cpp 2024-11-01T16:27:21.3297897Z [7096/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscOpsKernels.cu.obj 2024-11-01T16:27:21.3298863Z BinaryMiscOpsKernels.cu 2024-11-01T16:27:21.3299349Z tmpxft_00001268_00000000-7_BinaryMiscOpsKernels.cudafe1.cpp 2024-11-01T16:27:21.3662244Z [7097/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcosKernel.cu.obj 2024-11-01T16:27:21.3664274Z UnaryGeometricAcosKernel.cu 2024-11-01T16:27:21.3665117Z tmpxft_00000e00_00000000-7_UnaryGeometricAcosKernel.cudafe1.cpp 2024-11-01T16:27:21.3728948Z [7098/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGammaKernels.cu.obj 2024-11-01T16:27:21.3730566Z UnaryGammaKernels.cu 2024-11-01T16:27:21.3731286Z tmpxft_00001a34_00000000-7_UnaryGammaKernels.cudafe1.cpp 2024-11-01T16:27:21.4499749Z [7099/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinKernel.cu.obj 2024-11-01T16:27:21.4501613Z UnaryGeometricAsinKernel.cu 2024-11-01T16:27:21.4502688Z tmpxft_00000cd0_00000000-7_UnaryGeometricAsinKernel.cudafe1.cpp 2024-11-01T16:27:21.5826884Z [7100/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcoshKernel.cu.obj 2024-11-01T16:27:21.5828619Z UnaryGeometricAcoshKernel.cu 2024-11-01T16:27:21.5829592Z tmpxft_00001464_00000000-7_UnaryGeometricAcoshKernel.cudafe1.cpp 2024-11-01T16:27:22.2328845Z [7101/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachTernaryOp.cu.obj 2024-11-01T16:27:22.2330960Z ForeachTernaryOp.cu 2024-11-01T16:27:22.2336230Z tmpxft_00000c6c_00000000-7_ForeachTernaryOp.cudafe1.cpp 2024-11-01T16:27:23.6034304Z [7102/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinhKernel.cu.obj 2024-11-01T16:27:23.6035317Z UnaryGeometricAsinhKernel.cu 2024-11-01T16:27:23.6035849Z tmpxft_00000c20_00000000-7_UnaryGeometricAsinhKernel.cudafe1.cpp 2024-11-01T16:27:23.7906425Z [7103/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarTensor.cu.obj 2024-11-01T16:27:23.7908110Z ForeachBinaryOpScalarTensor.cu 2024-11-01T16:27:23.7909120Z tmpxft_000012b0_00000000-7_ForeachBinaryOpScalarTensor.cudafe1.cpp 2024-11-01T16:27:23.8057981Z [7104/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarList.cu.obj 2024-11-01T16:27:23.8059707Z ForeachBinaryOpScalarList.cu 2024-11-01T16:27:23.8060907Z tmpxft_00000354_00000000-7_ForeachBinaryOpScalarList.cudafe1.cpp 2024-11-01T16:27:23.8151928Z [7105/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachReduceOp.cu.obj 2024-11-01T16:27:23.8153497Z ForeachReduceOp.cu 2024-11-01T16:27:23.8154195Z tmpxft_00000e28_00000000-7_ForeachReduceOp.cudafe1.cpp 2024-11-01T16:27:23.8818360Z [7106/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachPointwiseOp.cu.obj 2024-11-01T16:27:23.8820131Z ForeachPointwiseOp.cu 2024-11-01T16:27:23.8820956Z tmpxft_00000960_00000000-7_ForeachPointwiseOp.cudafe1.cpp 2024-11-01T16:27:24.1791173Z [7107/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool3d.cu.obj 2024-11-01T16:27:24.1792967Z FractionalMaxPool3d.cu 2024-11-01T16:27:24.1793700Z tmpxft_0000161c_00000000-7_FractionalMaxPool3d.cudafe1.cpp 2024-11-01T16:27:24.8234159Z [7108/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachUnaryOp.cu.obj 2024-11-01T16:27:24.8249125Z ForeachUnaryOp.cu 2024-11-01T16:27:24.8250797Z tmpxft_0000048c_00000000-7_ForeachUnaryOp.cudafe1.cpp 2024-11-01T16:27:25.6817516Z [7109/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FunctionOfAMatrixUtilsKernel.cu.obj 2024-11-01T16:27:25.6819420Z FunctionOfAMatrixUtilsKernel.cu 2024-11-01T16:27:25.6820470Z tmpxft_00001a44_00000000-7_FunctionOfAMatrixUtilsKernel.cudafe1.cpp 2024-11-01T16:27:25.9946898Z [7110/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamWKernel.cu.obj 2024-11-01T16:27:25.9947819Z FusedAdamWKernel.cu 2024-11-01T16:27:25.9948233Z tmpxft_000006bc_00000000-7_FusedAdamWKernel.cudafe1.cpp 2024-11-01T16:27:26.0013084Z [7111/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamKernel.cu.obj 2024-11-01T16:27:26.0014429Z FusedAdamKernel.cu 2024-11-01T16:27:26.0015022Z tmpxft_0000153c_00000000-7_FusedAdamKernel.cudafe1.cpp 2024-11-01T16:27:26.2178025Z [7112/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GcdLcmKernel.cu.obj 2024-11-01T16:27:26.2179596Z GcdLcmKernel.cu 2024-11-01T16:27:26.2180268Z tmpxft_0000168c_00000000-7_GcdLcmKernel.cudafe1.cpp 2024-11-01T16:27:26.3928723Z [7113/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedSgdKernel.cu.obj 2024-11-01T16:27:26.3930045Z FusedSgdKernel.cu 2024-11-01T16:27:26.3930704Z tmpxft_000016ac_00000000-7_FusedSgdKernel.cudafe1.cpp 2024-11-01T16:27:26.4608808Z [7114/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool2d.cu.obj 2024-11-01T16:27:26.4611006Z FractionalMaxPool2d.cu 2024-11-01T16:27:26.4611855Z tmpxft_00000d58_00000000-7_FractionalMaxPool2d.cudafe1.cpp 2024-11-01T16:27:27.7336636Z [7115/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IGammaKernel.cu.obj 2024-11-01T16:27:27.7337550Z IGammaKernel.cu 2024-11-01T16:27:27.7337934Z tmpxft_00001a54_00000000-7_IGammaKernel.cudafe1.cpp 2024-11-01T16:27:27.8232112Z [7116/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Indexing.cu.obj 2024-11-01T16:27:27.8233041Z Indexing.cu 2024-11-01T16:27:27.8233436Z tmpxft_00001360_00000000-7_Indexing.cudafe1.cpp 2024-11-01T16:27:28.1041035Z [7117/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cu.obj 2024-11-01T16:27:28.1041929Z GridSampler.cu 2024-11-01T16:27:28.1042289Z tmpxft_000015cc_00000000-7_GridSampler.cudafe1.cpp 2024-11-01T16:27:28.3883579Z [7118/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cu.obj 2024-11-01T16:27:28.3885138Z IndexKernel.cu 2024-11-01T16:27:28.3885758Z tmpxft_00001a50_00000000-7_IndexKernel.cudafe1.cpp 2024-11-01T16:27:28.5001776Z [7119/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Lerp.cu.obj 2024-11-01T16:27:28.5003218Z Lerp.cu 2024-11-01T16:27:28.5003708Z tmpxft_000013c0_00000000-7_Lerp.cudafe1.cpp 2024-11-01T16:27:28.5776607Z [7120/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebra.cu.obj 2024-11-01T16:27:28.5778688Z LinearAlgebra.cu 2024-11-01T16:27:28.5779351Z tmpxft_00001b64_00000000-7_LinearAlgebra.cudafe1.cpp 2024-11-01T16:27:28.5903695Z [7121/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Im2Col.cu.obj 2024-11-01T16:27:28.5905234Z Im2Col.cu 2024-11-01T16:27:28.5905789Z tmpxft_00000ee4_00000000-7_Im2Col.cudafe1.cpp 2024-11-01T16:27:29.9115259Z [7122/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogAddExpKernel.cu.obj 2024-11-01T16:27:29.9116200Z LogAddExpKernel.cu 2024-11-01T16:27:30.5968168Z tmpxft_00000390_00000000-7_LogAddExpKernel.cudafe1.cpp 2024-11-01T16:27:30.5969275Z [7123/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxMinElementwiseKernel.cu.obj 2024-11-01T16:27:30.5970236Z MaxMinElementwiseKernel.cu 2024-11-01T16:27:30.5970757Z tmpxft_00000bb4_00000000-7_MaxMinElementwiseKernel.cudafe1.cpp 2024-11-01T16:27:30.7851327Z [7124/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogcumsumexpKernel.cu.obj 2024-11-01T16:27:30.7852700Z LogcumsumexpKernel.cu 2024-11-01T16:27:30.7853373Z tmpxft_000017dc_00000000-7_LogcumsumexpKernel.cudafe1.cpp 2024-11-01T16:27:30.8696622Z [7125/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LossCTC.cu.obj 2024-11-01T16:27:30.8698191Z LossCTC.cu 2024-11-01T16:27:30.8698798Z tmpxft_00001520_00000000-7_LossCTC.cudafe1.cpp 2024-11-01T16:27:31.0858078Z [7126/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxUnpooling.cu.obj 2024-11-01T16:27:31.0859749Z MaxUnpooling.cu 2024-11-01T16:27:31.0860706Z tmpxft_00000320_00000000-7_MaxUnpooling.cudafe1.cpp 2024-11-01T16:27:31.2497085Z [7127/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LegacyThrustHelpers.cu.obj 2024-11-01T16:27:31.2498759Z LegacyThrustHelpers.cu 2024-11-01T16:27:31.2499864Z tmpxft_000013bc_00000000-7_LegacyThrustHelpers.cudafe1.cpp 2024-11-01T16:27:31.3592500Z [7128/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Loss.cu.obj 2024-11-01T16:27:31.3593926Z Loss.cu 2024-11-01T16:27:31.3594439Z tmpxft_000014a0_00000000-7_Loss.cudafe1.cpp 2024-11-01T16:27:33.3246601Z [7129/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiMarginLoss.cu.obj 2024-11-01T16:27:33.3247883Z MultiMarginLoss.cu 2024-11-01T16:27:33.3248495Z tmpxft_00000994_00000000-7_MultiMarginLoss.cudafe1.cpp 2024-11-01T16:27:33.4489358Z [7130/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultinomialKernel.cu.obj 2024-11-01T16:27:33.4491088Z MultinomialKernel.cu 2024-11-01T16:27:33.4491883Z tmpxft_00001560_00000000-7_MultinomialKernel.cudafe1.cpp 2024-11-01T16:27:33.4590925Z [7131/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiLabelMarginCriterion.cu.obj 2024-11-01T16:27:33.4591925Z MultiLabelMarginCriterion.cu 2024-11-01T16:27:33.4592459Z tmpxft_00001690_00000000-7_MultiLabelMarginCriterion.cudafe1.cpp 2024-11-01T16:27:33.7812356Z [7132/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose3d.cu.obj 2024-11-01T16:27:33.7813417Z NaiveConvolutionTranspose3d.cu 2024-11-01T16:27:33.7813973Z tmpxft_000017c4_00000000-7_NaiveConvolutionTranspose3d.cudafe1.cpp 2024-11-01T16:27:33.8973756Z [7133/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NLLLoss2d.cu.obj 2024-11-01T16:27:33.8975417Z NLLLoss2d.cu 2024-11-01T16:27:33.8976478Z tmpxft_00000e78_00000000-7_NLLLoss2d.cudafe1.cpp 2024-11-01T16:27:34.0585568Z [7134/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveDilatedConvolution.cu.obj 2024-11-01T16:27:34.0587249Z NaiveDilatedConvolution.cu 2024-11-01T16:27:34.0588071Z tmpxft_00000f94_00000000-7_NaiveDilatedConvolution.cudafe1.cpp 2024-11-01T16:27:35.7841106Z [7135/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose2d.cu.obj 2024-11-01T16:27:35.7842149Z NaiveConvolutionTranspose2d.cu 2024-11-01T16:27:35.7842700Z tmpxft_000012c8_00000000-7_NaiveConvolutionTranspose2d.cudafe1.cpp 2024-11-01T16:27:35.8124533Z [7136/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PowKernel.cu.obj 2024-11-01T16:27:35.8126092Z PowKernel.cu 2024-11-01T16:27:35.8126675Z tmpxft_000005c0_00000000-7_PowKernel.cudafe1.cpp 2024-11-01T16:27:35.9050077Z [7137/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PointwiseOpsKernel.cu.obj 2024-11-01T16:27:35.9051814Z PointwiseOpsKernel.cu 2024-11-01T16:27:35.9052628Z tmpxft_00000f00_00000000-7_PointwiseOpsKernel.cudafe1.cpp 2024-11-01T16:27:36.2747449Z [7138/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Nonzero.cu.obj 2024-11-01T16:27:36.2748428Z Nonzero.cu 2024-11-01T16:27:36.2748784Z tmpxft_00000578_00000000-7_Nonzero.cudafe1.cpp 2024-11-01T16:27:36.4021577Z [7139/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MixedDtypesLinear.cu.obj 2024-11-01T16:27:36.4023458Z MixedDtypesLinear.cu 2024-11-01T16:27:36.4024213Z tmpxft_00000de8_00000000-7_MixedDtypesLinear.cudafe1.cpp 2024-11-01T16:27:36.4319022Z [7140/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Randperm.cu.obj 2024-11-01T16:27:36.4320814Z Randperm.cu 2024-11-01T16:27:36.4321403Z tmpxft_0000179c_00000000-7_Randperm.cudafe1.cpp 2024-11-01T16:27:36.5963907Z [7141/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RNN.cu.obj 2024-11-01T16:27:36.5965409Z RNN.cu 2024-11-01T16:27:36.5965890Z tmpxft_0000085c_00000000-7_RNN.cudafe1.cpp 2024-11-01T16:27:38.0617326Z [7142/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RecordStream.cu.obj 2024-11-01T16:27:38.0618186Z RecordStream.cu 2024-11-01T16:27:38.0618562Z tmpxft_00001074_00000000-7_RecordStream.cudafe1.cpp 2024-11-01T16:27:38.2182982Z [7143/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Reduce.cu.obj 2024-11-01T16:27:38.2184599Z Reduce.cu 2024-11-01T16:27:38.2185153Z tmpxft_00001798_00000000-7_Reduce.cudafe1.cpp 2024-11-01T16:27:38.3638911Z [7144/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceAMinMaxKernel.cu.obj 2024-11-01T16:27:38.3640890Z ReduceAMinMaxKernel.cu 2024-11-01T16:27:38.3641817Z tmpxft_00001300_00000000-7_ReduceAMinMaxKernel.cudafe1.cpp 2024-11-01T16:27:38.4138161Z [7145/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RangeFactories.cu.obj 2024-11-01T16:27:38.4139463Z RangeFactories.cu 2024-11-01T16:27:38.4140072Z tmpxft_000003fc_00000000-7_RangeFactories.cudafe1.cpp 2024-11-01T16:27:38.4625845Z [7146/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMaxValuesKernel.cu.obj 2024-11-01T16:27:38.4626805Z ReduceMaxValuesKernel.cu 2024-11-01T16:27:38.4627294Z tmpxft_0000154c_00000000-7_ReduceMaxValuesKernel.cudafe1.cpp 2024-11-01T16:27:38.5342107Z [7147/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Normalization.cu.obj 2024-11-01T16:27:38.5343666Z Normalization.cu 2024-11-01T16:27:38.5344349Z tmpxft_00000ffc_00000000-7_Normalization.cudafe1.cpp 2024-11-01T16:27:38.5996943Z [7148/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMinValuesKernel.cu.obj 2024-11-01T16:27:38.5999210Z ReduceMinValuesKernel.cu 2024-11-01T16:27:38.6003146Z tmpxft_00001768_00000000-7_ReduceMinValuesKernel.cudafe1.cpp 2024-11-01T16:27:40.3068182Z [7149/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMaxKernel.cu.obj 2024-11-01T16:27:40.3069311Z ReduceArgMaxKernel.cu 2024-11-01T16:27:40.3069760Z tmpxft_00001478_00000000-7_ReduceArgMaxKernel.cudafe1.cpp 2024-11-01T16:27:40.4277272Z [7150/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMinKernel.cu.obj 2024-11-01T16:27:40.4278207Z ReduceArgMinKernel.cu 2024-11-01T16:27:40.4278648Z tmpxft_00001230_00000000-7_ReduceArgMinKernel.cudafe1.cpp 2024-11-01T16:27:40.4301590Z [7151/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceLogicKernel.cu.obj 2024-11-01T16:27:40.4302722Z ReduceLogicKernel.cu 2024-11-01T16:27:40.4303145Z tmpxft_000017f4_00000000-7_ReduceLogicKernel.cudafe1.cpp 2024-11-01T16:27:40.5407216Z [7152/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceSumProdKernel.cu.obj 2024-11-01T16:27:40.5408840Z ReduceSumProdKernel.cu 2024-11-01T16:27:40.5409850Z tmpxft_00000630_00000000-7_ReduceSumProdKernel.cudafe1.cpp 2024-11-01T16:27:40.6151571Z [7153/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMomentKernel.cu.obj 2024-11-01T16:27:40.6152608Z ReduceMomentKernel.cu 2024-11-01T16:27:40.6153045Z tmpxft_000010ec_00000000-7_ReduceMomentKernel.cudafe1.cpp 2024-11-01T16:27:40.6771194Z [7154/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceNormKernel.cu.obj 2024-11-01T16:27:40.6772793Z ReduceNormKernel.cu 2024-11-01T16:27:40.6773548Z tmpxft_00001318_00000000-7_ReduceNormKernel.cudafe1.cpp 2024-11-01T16:27:41.3862690Z [7155/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReflectionPad.cu.obj 2024-11-01T16:27:41.3864161Z ReflectionPad.cu 2024-11-01T16:27:41.3864842Z tmpxft_000015ac_00000000-7_ReflectionPad.cudafe1.cpp 2024-11-01T16:27:42.6404443Z [7156/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RenormKernel.cu.obj 2024-11-01T16:27:42.6406083Z RenormKernel.cu 2024-11-01T16:27:42.6406757Z tmpxft_00001b88_00000000-7_RenormKernel.cudafe1.cpp 2024-11-01T16:27:42.8242287Z [7157/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RowwiseScaledMM.cu.obj 2024-11-01T16:27:42.8243200Z RowwiseScaledMM.cu 2024-11-01T16:27:42.8243690Z tmpxft_00000944_00000000-7_RowwiseScaledMM.cudafe1.cpp 2024-11-01T16:27:43.0387693Z [7158/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReplicationPadding.cu.obj 2024-11-01T16:27:43.0388648Z ReplicationPadding.cu 2024-11-01T16:27:43.0389095Z tmpxft_00000360_00000000-7_ReplicationPadding.cudafe1.cpp 2024-11-01T16:27:43.1979627Z [7159/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Repeat.cu.obj 2024-11-01T16:27:43.1981042Z Repeat.cu 2024-11-01T16:27:43.1981548Z tmpxft_000013a8_00000000-7_Repeat.cudafe1.cpp 2024-11-01T16:27:43.2789166Z [7160/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Shape.cu.obj 2024-11-01T16:27:43.2790640Z Shape.cu 2024-11-01T16:27:43.2791081Z tmpxft_00001468_00000000-7_Shape.cudafe1.cpp 2024-11-01T16:27:43.3809586Z [7161/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScatterGatherKernel.cu.obj 2024-11-01T16:27:43.3811962Z ScatterGatherKernel.cu 2024-11-01T16:27:43.3812737Z tmpxft_000016f8_00000000-7_ScatterGatherKernel.cudafe1.cpp 2024-11-01T16:27:44.1497955Z [7162/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SoftMax.cu.obj 2024-11-01T16:27:44.1499423Z SoftMax.cu 2024-11-01T16:27:44.1500371Z tmpxft_000010ec_00000000-7_SoftMax.cudafe1.cpp 2024-11-01T16:27:45.1074711Z [7163/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cu.obj 2024-11-01T16:27:45.1076231Z Sorting.cu 2024-11-01T16:27:45.1076818Z tmpxft_00000f8c_00000000-7_Sorting.cudafe1.cpp 2024-11-01T16:27:45.6038377Z [7164/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RreluWithNoise.cu.obj 2024-11-01T16:27:45.6039270Z RreluWithNoise.cu 2024-11-01T16:27:45.6039650Z tmpxft_00000340_00000000-7_RreluWithNoise.cudafe1.cpp 2024-11-01T16:27:45.7897401Z [7165/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortStable.cu.obj 2024-11-01T16:27:45.7898260Z SortStable.cu 2024-11-01T16:27:45.7898603Z tmpxft_000012f0_00000000-7_SortStable.cudafe1.cpp 2024-11-01T16:27:45.9066743Z [7166/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cu.obj 2024-11-01T16:27:45.9068191Z Sort.cu 2024-11-01T16:27:45.9068658Z tmpxft_00001644_00000000-7_Sort.cudafe1.cpp 2024-11-01T16:27:45.9383880Z [7167/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SegmentReduce.cu.obj 2024-11-01T16:27:45.9385514Z SegmentReduce.cu 2024-11-01T16:27:45.9386237Z tmpxft_000012cc_00000000-7_SegmentReduce.cudafe1.cpp 2024-11-01T16:27:46.7406687Z [7168/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortImpl.cu.obj 2024-11-01T16:27:46.7407557Z SortImpl.cu 2024-11-01T16:27:46.7407876Z tmpxft_000006d4_00000000-7_SortImpl.cudafe1.cpp 2024-11-01T16:27:46.8343870Z [7169/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseBinaryOpIntersectionKernel.cu.obj 2024-11-01T16:27:46.8345055Z SparseBinaryOpIntersectionKernel.cu 2024-11-01T16:27:46.8345758Z tmpxft_0000170c_00000000-7_SparseBinaryOpIntersectionKernel.cudafe1.cpp 2024-11-01T16:27:47.5556771Z [7170/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cu.obj 2024-11-01T16:27:47.5558132Z SpectralOps.cu 2024-11-01T16:27:47.5558754Z tmpxft_0000153c_00000000-7_SpectralOps.cudafe1.cpp 2024-11-01T16:27:47.7323266Z [7171/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SummaryOps.cu.obj 2024-11-01T16:27:47.7324707Z SummaryOps.cu 2024-11-01T16:27:47.7325293Z tmpxft_00000d88_00000000-7_SummaryOps.cudafe1.cpp 2024-11-01T16:27:48.0364102Z [7172/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\StepKernel.cu.obj 2024-11-01T16:27:48.0365157Z StepKernel.cu 2024-11-01T16:27:48.0365660Z tmpxft_00001274_00000000-7_StepKernel.cudafe1.cpp 2024-11-01T16:27:48.0637723Z [7173/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cu.obj 2024-11-01T16:27:48.0639472Z TensorCompare.cu 2024-11-01T16:27:48.0640090Z tmpxft_00000af8_00000000-7_TensorCompare.cudafe1.cpp 2024-11-01T16:27:48.1337120Z [7174/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseMM.cu.obj 2024-11-01T16:27:48.1339105Z SparseMM.cu 2024-11-01T16:27:48.1339675Z tmpxft_00001150_00000000-7_SparseMM.cudafe1.cpp 2024-11-01T16:27:49.3840106Z [7175/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShape.cu.obj 2024-11-01T16:27:49.3840978Z TensorShape.cu 2024-11-01T16:27:49.3841337Z tmpxft_00001784_00000000-7_TensorShape.cudafe1.cpp 2024-11-01T16:27:49.4937075Z [7176/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cu.obj 2024-11-01T16:27:49.4938125Z TensorTopK.cu 2024-11-01T16:27:49.4938553Z tmpxft_00001600_00000000-7_TensorTopK.cudafe1.cpp 2024-11-01T16:27:50.0609290Z [7177/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryFractionKernels.cu.obj 2024-11-01T16:27:50.0610254Z UnaryFractionKernels.cu 2024-11-01T16:27:50.0610766Z tmpxft_00001574_00000000-7_UnaryFractionKernels.cudafe1.cpp 2024-11-01T16:27:50.2816145Z [7178/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryComplexKernels.cu.obj 2024-11-01T16:27:50.2817191Z UnaryComplexKernels.cu 2024-11-01T16:27:50.2817709Z tmpxft_00000b04_00000000-7_UnaryComplexKernels.cudafe1.cpp 2024-11-01T16:27:50.4000909Z [7179/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTransformations.cu.obj 2024-11-01T16:27:50.4002676Z TensorTransformations.cu 2024-11-01T16:27:50.4003569Z tmpxft_0000155c_00000000-7_TensorTransformations.cudafe1.cpp 2024-11-01T16:27:50.5623738Z [7180/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cu.obj 2024-11-01T16:27:50.5624700Z TensorModeKernel.cu 2024-11-01T16:27:50.5625117Z tmpxft_000011f0_00000000-7_TensorModeKernel.cudafe1.cpp 2024-11-01T16:27:50.6984794Z [7181/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TriangularOps.cu.obj 2024-11-01T16:27:50.6986162Z TriangularOps.cu 2024-11-01T16:27:50.6986813Z tmpxft_00000f90_00000000-7_TriangularOps.cudafe1.cpp 2024-11-01T16:27:51.8473073Z [7182/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k64_dropout.cu.obj 2024-11-01T16:27:51.8474309Z cutlassB_bf16_aligned_k64_dropout.cu 2024-11-01T16:27:51.8474884Z tmpxft_0000036c_00000000-7_cutlassB_bf16_aligned_k64_dropout.cudafe1.cpp 2024-11-01T16:27:52.0176754Z [7183/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k128.cu.obj 2024-11-01T16:27:52.0177933Z cutlassB_f16_aligned_k128.cu 2024-11-01T16:27:52.0178467Z tmpxft_00000c9c_00000000-7_cutlassB_f16_aligned_k128.cudafe1.cpp 2024-11-01T16:27:52.3824591Z [7184/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k65536_dropout.cu.obj 2024-11-01T16:27:52.3827066Z cutlassB_bf16_aligned_k65536_dropout.cu 2024-11-01T16:27:52.6154725Z tmpxft_000017f8_00000000-7_cutlassB_bf16_aligned_k65536_dropout.cudafe1.cpp 2024-11-01T16:27:52.6156890Z [7185/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanKernel.cu.obj 2024-11-01T16:27:52.6158629Z UnaryGeometricAtanKernel.cu 2024-11-01T16:27:52.6159577Z tmpxft_000019d8_00000000-7_UnaryGeometricAtanKernel.cudafe1.cpp 2024-11-01T16:27:52.6484011Z [7186/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k96.cu.obj 2024-11-01T16:27:52.6486206Z cutlassB_bf16_aligned_k96.cu 2024-11-01T16:27:52.6487153Z tmpxft_000004f4_00000000-7_cutlassB_bf16_aligned_k96.cudafe1.cpp 2024-11-01T16:27:52.7732039Z [7187/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanhKernel.cu.obj 2024-11-01T16:27:52.7733015Z UnaryGeometricAtanhKernel.cu 2024-11-01T16:27:52.7733588Z tmpxft_000017a4_00000000-7_UnaryGeometricAtanhKernel.cudafe1.cpp 2024-11-01T16:27:52.8901111Z [7188/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k65536.cu.obj 2024-11-01T16:27:52.8903381Z cutlassB_bf16_aligned_k65536.cu 2024-11-01T16:27:52.8904315Z tmpxft_00001064_00000000-7_cutlassB_bf16_aligned_k65536.cudafe1.cpp 2024-11-01T16:27:53.9375666Z [7189/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCosKernel.cu.obj 2024-11-01T16:27:53.9377442Z UnaryGeometricCosKernel.cu 2024-11-01T16:27:53.9378333Z tmpxft_000008b0_00000000-7_UnaryGeometricCosKernel.cudafe1.cpp 2024-11-01T16:27:54.2712087Z [7190/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCoshKernel.cu.obj 2024-11-01T16:27:54.2713059Z UnaryGeometricCoshKernel.cu 2024-11-01T16:27:54.2713789Z tmpxft_0000116c_00000000-7_UnaryGeometricCoshKernel.cudafe1.cpp 2024-11-01T16:27:54.5410330Z [7191/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinKernel.cu.obj 2024-11-01T16:27:54.5411310Z UnaryGeometricSinKernel.cu 2024-11-01T16:27:54.5411816Z tmpxft_00001550_00000000-7_UnaryGeometricSinKernel.cudafe1.cpp 2024-11-01T16:27:54.6035139Z [7192/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanhKernel.cu.obj 2024-11-01T16:27:54.6036817Z UnaryGeometricTanhKernel.cu 2024-11-01T16:27:54.6037688Z tmpxft_000014c8_00000000-7_UnaryGeometricTanhKernel.cudafe1.cpp 2024-11-01T16:27:54.7963647Z [7193/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryLogKernels.cu.obj 2024-11-01T16:27:54.7965295Z UnaryLogKernels.cu 2024-11-01T16:27:54.7966009Z tmpxft_000017a8_00000000-7_UnaryLogKernels.cudafe1.cpp 2024-11-01T16:27:54.8716696Z [7194/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanKernel.cu.obj 2024-11-01T16:27:54.8718651Z UnaryGeometricTanKernel.cu 2024-11-01T16:27:54.8719748Z tmpxft_00001898_00000000-7_UnaryGeometricTanKernel.cudafe1.cpp 2024-11-01T16:27:54.9352505Z [7195/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinhKernel.cu.obj 2024-11-01T16:27:54.9354283Z UnaryGeometricSinhKernel.cu 2024-11-01T16:27:54.9356799Z tmpxft_00000538_00000000-7_UnaryGeometricSinhKernel.cudafe1.cpp 2024-11-01T16:27:56.1755188Z [7196/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySignKernels.cu.obj 2024-11-01T16:27:56.1756864Z UnarySignKernels.cu 2024-11-01T16:27:56.1757632Z tmpxft_00001904_00000000-7_UnarySignKernels.cudafe1.cpp 2024-11-01T16:27:56.7349012Z [7197/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryOpsKernel.cu.obj 2024-11-01T16:27:56.7349900Z UnaryOpsKernel.cu 2024-11-01T16:27:56.7350369Z tmpxft_00000878_00000000-7_UnaryOpsKernel.cudafe1.cpp 2024-11-01T16:27:56.8129812Z [7198/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySpecialOpsKernel.cu.obj 2024-11-01T16:27:56.8130908Z UnarySpecialOpsKernel.cu 2024-11-01T16:27:56.8131404Z tmpxft_000016dc_00000000-7_UnarySpecialOpsKernel.cudafe1.cpp 2024-11-01T16:27:56.9196475Z [7199/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnfoldBackwardKernel.cu.obj 2024-11-01T16:27:56.9197404Z UnfoldBackwardKernel.cu 2024-11-01T16:27:56.9197885Z tmpxft_00000994_00000000-7_UnfoldBackwardKernel.cudafe1.cpp 2024-11-01T16:27:57.4147228Z [7200/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBicubic2d.cu.obj 2024-11-01T16:27:57.4148920Z UpSampleBicubic2d.cu 2024-11-01T16:27:57.4149650Z tmpxft_000019f4_00000000-7_UpSampleBicubic2d.cudafe1.cpp 2024-11-01T16:27:57.5932793Z [7201/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBilinear2d.cu.obj 2024-11-01T16:27:57.5934385Z UpSampleBilinear2d.cu 2024-11-01T16:27:57.5935160Z tmpxft_0000174c_00000000-7_UpSampleBilinear2d.cudafe1.cpp 2024-11-01T16:27:58.1201850Z [7202/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UniqueCub.cu.obj 2024-11-01T16:27:58.1203364Z UniqueCub.cu 2024-11-01T16:27:58.1203973Z tmpxft_00001218_00000000-7_UniqueCub.cudafe1.cpp 2024-11-01T16:27:58.7580938Z [7203/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleLinear1d.cu.obj 2024-11-01T16:27:58.7581914Z UpSampleLinear1d.cu 2024-11-01T16:27:58.7582330Z tmpxft_00000e7c_00000000-7_UpSampleLinear1d.cudafe1.cpp 2024-11-01T16:27:59.3070212Z [7204/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest1d.cu.obj 2024-11-01T16:27:59.3071127Z UpSampleNearest1d.cu 2024-11-01T16:27:59.3071811Z tmpxft_00001434_00000000-7_UpSampleNearest1d.cudafe1.cpp 2024-11-01T16:27:59.4938425Z [7205/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest2d.cu.obj 2024-11-01T16:27:59.4940194Z UpSampleNearest2d.cu 2024-11-01T16:27:59.4941002Z tmpxft_00000fec_00000000-7_UpSampleNearest2d.cudafe1.cpp 2024-11-01T16:27:59.5898866Z [7206/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest3d.cu.obj 2024-11-01T16:27:59.5900495Z UpSampleNearest3d.cu 2024-11-01T16:27:59.5901222Z tmpxft_00001018_00000000-7_UpSampleNearest3d.cudafe1.cpp 2024-11-01T16:28:00.1243325Z [7207/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ValidateCompressedIndicesKernel.cu.obj 2024-11-01T16:28:00.1245171Z ValidateCompressedIndicesKernel.cu 2024-11-01T16:28:00.1246254Z tmpxft_00000efc_00000000-7_ValidateCompressedIndicesKernel.cudafe1.cpp 2024-11-01T16:28:00.1319776Z [7208/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleTrilinear3d.cu.obj 2024-11-01T16:28:00.1321379Z UpSampleTrilinear3d.cu 2024-11-01T16:28:00.1322134Z tmpxft_000015b8_00000000-7_UpSampleTrilinear3d.cudafe1.cpp 2024-11-01T16:28:00.1605559Z [7209/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\airy_ai.cu.obj 2024-11-01T16:28:00.1606885Z airy_ai.cu 2024-11-01T16:28:00.1607406Z tmpxft_00000410_00000000-7_airy_ai.cudafe1.cpp 2024-11-01T16:28:00.9344106Z [7210/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j1.cu.obj 2024-11-01T16:28:00.9345308Z bessel_j1.cu 2024-11-01T16:28:00.9345660Z tmpxft_00001214_00000000-7_bessel_j1.cudafe1.cpp 2024-11-01T16:28:01.7034308Z [7211/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ZetaKernel.cu.obj 2024-11-01T16:28:01.7035591Z ZetaKernel.cu 2024-11-01T16:28:01.7036181Z tmpxft_00000efc_00000000-7_ZetaKernel.cudafe1.cpp 2024-11-01T16:28:01.7152519Z [7212/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j0.cu.obj 2024-11-01T16:28:01.7153962Z bessel_j0.cu 2024-11-01T16:28:01.7154510Z tmpxft_0000190c_00000000-7_bessel_j0.cudafe1.cpp 2024-11-01T16:28:01.8071512Z [7213/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\WeightNorm.cu.obj 2024-11-01T16:28:01.8072395Z WeightNorm.cu 2024-11-01T16:28:01.8072754Z tmpxft_000007cc_00000000-7_WeightNorm.cudafe1.cpp 2024-11-01T16:28:02.1561489Z [7214/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_u.cu.obj 2024-11-01T16:28:02.1563157Z chebyshev_polynomial_u.cu 2024-11-01T16:28:02.1564121Z tmpxft_00001b6c_00000000-7_chebyshev_polynomial_u.cudafe1.cpp 2024-11-01T16:28:02.2611998Z [7215/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_t.cu.obj 2024-11-01T16:28:02.2613719Z chebyshev_polynomial_t.cu 2024-11-01T16:28:02.2614572Z tmpxft_0000068c_00000000-7_chebyshev_polynomial_t.cudafe1.cpp 2024-11-01T16:28:02.2995737Z [7216/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y0.cu.obj 2024-11-01T16:28:02.2998119Z bessel_y0.cu 2024-11-01T16:28:02.2998703Z tmpxft_00001110_00000000-7_bessel_y0.cudafe1.cpp 2024-11-01T16:28:03.0100755Z [7217/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y1.cu.obj 2024-11-01T16:28:03.0102604Z bessel_y1.cu 2024-11-01T16:28:03.0103142Z tmpxft_0000183c_00000000-7_bessel_y1.cudafe1.cpp 2024-11-01T16:28:03.9847813Z [7218/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_v.cu.obj 2024-11-01T16:28:03.9848779Z chebyshev_polynomial_v.cu 2024-11-01T16:28:03.9849233Z tmpxft_00001388_00000000-7_chebyshev_polynomial_v.cudafe1.cpp 2024-11-01T16:28:04.0006883Z [7219/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_w.cu.obj 2024-11-01T16:28:04.0007856Z chebyshev_polynomial_w.cu 2024-11-01T16:28:04.0008323Z tmpxft_00000e88_00000000-7_chebyshev_polynomial_w.cudafe1.cpp 2024-11-01T16:28:04.2603223Z [7220/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_amsgrad_impl.cu.obj 2024-11-01T16:28:04.2604256Z fused_adam_amsgrad_impl.cu 2024-11-01T16:28:04.2604734Z tmpxft_00000624_00000000-7_fused_adam_amsgrad_impl.cudafe1.cpp 2024-11-01T16:28:04.4431563Z [7221/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_h.cu.obj 2024-11-01T16:28:04.4433233Z hermite_polynomial_h.cu 2024-11-01T16:28:04.4434029Z tmpxft_00001398_00000000-7_hermite_polynomial_h.cudafe1.cpp 2024-11-01T16:28:04.7381409Z [7222/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_impl.cu.obj 2024-11-01T16:28:04.7383105Z fused_adam_impl.cu 2024-11-01T16:28:04.7384482Z tmpxft_000016cc_00000000-7_fused_adam_impl.cudafe1.cpp 2024-11-01T16:28:04.8553888Z [7223/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_amsgrad_impl.cu.obj 2024-11-01T16:28:04.8555762Z fused_adamw_amsgrad_impl.cu 2024-11-01T16:28:04.8556701Z tmpxft_00000620_00000000-7_fused_adamw_amsgrad_impl.cudafe1.cpp 2024-11-01T16:28:05.7140450Z [7224/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_impl.cu.obj 2024-11-01T16:28:05.7142067Z fused_adamw_impl.cu 2024-11-01T16:28:05.7142754Z tmpxft_00001558_00000000-7_fused_adamw_impl.cudafe1.cpp 2024-11-01T16:28:06.1557721Z [7225/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_he.cu.obj 2024-11-01T16:28:06.1559705Z hermite_polynomial_he.cu 2024-11-01T16:28:06.1560492Z tmpxft_000002e4_00000000-7_hermite_polynomial_he.cudafe1.cpp 2024-11-01T16:28:06.4302984Z [7226/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\laguerre_polynomial_l.cu.obj 2024-11-01T16:28:06.4304673Z laguerre_polynomial_l.cu 2024-11-01T16:28:06.4305492Z tmpxft_00000e74_00000000-7_laguerre_polynomial_l.cudafe1.cpp 2024-11-01T16:28:06.6317433Z [7227/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\legendre_polynomial_p.cu.obj 2024-11-01T16:28:06.6318361Z legendre_polynomial_p.cu 2024-11-01T16:28:06.6319002Z tmpxft_000014d4_00000000-7_legendre_polynomial_p.cudafe1.cpp 2024-11-01T16:28:06.7079782Z [7228/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\group_norm_kernel.cu.obj 2024-11-01T16:28:06.7081221Z group_norm_kernel.cu 2024-11-01T16:28:06.7081883Z tmpxft_00000dc0_00000000-7_group_norm_kernel.cudafe1.cpp 2024-11-01T16:28:07.5605896Z [7229/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\layer_norm_kernel.cu.obj 2024-11-01T16:28:07.5607501Z layer_norm_kernel.cu 2024-11-01T16:28:07.5608259Z tmpxft_00000bf8_00000000-7_layer_norm_kernel.cudafe1.cpp 2024-11-01T16:28:07.9261234Z [7230/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k1.cu.obj 2024-11-01T16:28:07.9262904Z modified_bessel_k1.cu 2024-11-01T16:28:07.9263597Z tmpxft_00000b7c_00000000-7_modified_bessel_k1.cudafe1.cpp 2024-11-01T16:28:08.3443825Z [7231/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k0.cu.obj 2024-11-01T16:28:08.3444717Z modified_bessel_k0.cu 2024-11-01T16:28:08.3445146Z tmpxft_000012c0_00000000-7_modified_bessel_k0.cudafe1.cpp 2024-11-01T16:28:08.5687556Z [7232/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i0.cu.obj 2024-11-01T16:28:08.5689243Z modified_bessel_i0.cu 2024-11-01T16:28:08.5689998Z tmpxft_00000b38_00000000-7_modified_bessel_i0.cudafe1.cpp 2024-11-01T16:28:08.7521537Z [7233/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i1.cu.obj 2024-11-01T16:28:08.7523288Z modified_bessel_i1.cu 2024-11-01T16:28:08.7524045Z tmpxft_00001474_00000000-7_modified_bessel_i1.cudafe1.cpp 2024-11-01T16:28:08.7870206Z [7234/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_v.cu.obj 2024-11-01T16:28:08.7872279Z shifted_chebyshev_polynomial_v.cu 2024-11-01T16:28:08.7873314Z tmpxft_00001318_00000000-7_shifted_chebyshev_polynomial_v.cudafe1.cpp 2024-11-01T16:28:09.7571534Z [7235/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k1.cu.obj 2024-11-01T16:28:09.7573387Z scaled_modified_bessel_k1.cu 2024-11-01T16:28:09.7574401Z tmpxft_0000171c_00000000-7_scaled_modified_bessel_k1.cudafe1.cpp 2024-11-01T16:28:10.0078652Z [7236/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_u.cu.obj 2024-11-01T16:28:10.0080492Z shifted_chebyshev_polynomial_u.cu 2024-11-01T16:28:10.0081430Z tmpxft_00001568_00000000-7_shifted_chebyshev_polynomial_u.cudafe1.cpp 2024-11-01T16:28:10.4401823Z [7237/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k0.cu.obj 2024-11-01T16:28:10.4403457Z scaled_modified_bessel_k0.cu 2024-11-01T16:28:10.4404355Z tmpxft_00000e64_00000000-7_scaled_modified_bessel_k0.cudafe1.cpp 2024-11-01T16:28:10.7548523Z [7238/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_t.cu.obj 2024-11-01T16:28:10.7550125Z shifted_chebyshev_polynomial_t.cu 2024-11-01T16:28:10.7550993Z tmpxft_00000cbc_00000000-7_shifted_chebyshev_polynomial_t.cudafe1.cpp 2024-11-01T16:28:10.9125495Z [7239/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\spherical_bessel_j0.cu.obj 2024-11-01T16:28:10.9127331Z spherical_bessel_j0.cu 2024-11-01T16:28:10.9128421Z tmpxft_00001334_00000000-7_spherical_bessel_j0.cudafe1.cpp 2024-11-01T16:28:12.0145491Z [7240/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\int4mm.cu.obj 2024-11-01T16:28:12.0146669Z int4mm.cu 2024-11-01T16:28:12.0147233Z tmpxft_0000165c_00000000-7_int4mm.cudafe1.cpp 2024-11-01T16:28:12.3074250Z [7241/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_w.cu.obj 2024-11-01T16:28:12.3076084Z shifted_chebyshev_polynomial_w.cu 2024-11-01T16:28:12.3077043Z tmpxft_00001288_00000000-7_shifted_chebyshev_polynomial_w.cudafe1.cpp 2024-11-01T16:28:13.3512411Z [7242/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k128_dropout.cu.obj 2024-11-01T16:28:13.3513698Z cutlassB_f16_aligned_k128_dropout.cu 2024-11-01T16:28:13.3514385Z tmpxft_0000040c_00000000-7_cutlassB_f16_aligned_k128_dropout.cudafe1.cpp 2024-11-01T16:28:14.4822098Z [7243/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseMatMul.cu.obj 2024-11-01T16:28:14.4823014Z SparseMatMul.cu 2024-11-01T16:28:14.4823388Z tmpxft_000012ac_00000000-7_SparseMatMul.cudafe1.cpp 2024-11-01T16:28:15.5093857Z [7244/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensorMath.cu.obj 2024-11-01T16:28:15.5095328Z SparseCUDATensorMath.cu 2024-11-01T16:28:15.5096051Z tmpxft_00000690_00000000-7_SparseCUDATensorMath.cudafe1.cpp 2024-11-01T16:28:15.6855217Z [7245/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorBinaryOps.cu.obj 2024-11-01T16:28:15.6856607Z NestedTensorBinaryOps.cu 2024-11-01T16:28:15.6857094Z tmpxft_000016bc_00000000-7_NestedTensorBinaryOps.cudafe1.cpp 2024-11-01T16:28:15.8085309Z [7246/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCsrTensorMath.cu.obj 2024-11-01T16:28:15.8086288Z SparseCsrTensorMath.cu 2024-11-01T16:28:15.8086781Z tmpxft_00000f98_00000000-7_SparseCsrTensorMath.cudafe1.cpp 2024-11-01T16:28:16.5913599Z [7247/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SoftMax.cu.obj 2024-11-01T16:28:16.5915168Z SoftMax.cu 2024-11-01T16:28:16.5915698Z tmpxft_000011ac_00000000-7_SoftMax.cudafe1.cpp 2024-11-01T16:28:16.8654609Z [7248/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cu.obj 2024-11-01T16:28:16.8656505Z NestedTensorTransformerFunctions.cu 2024-11-01T16:28:16.8657587Z tmpxft_00000830_00000000-7_NestedTensorTransformerFunctions.cudafe1.cpp 2024-11-01T16:28:17.3126701Z [7249/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorMatmul.cu.obj 2024-11-01T16:28:17.3128815Z NestedTensorMatmul.cu 2024-11-01T16:28:17.3129630Z tmpxft_000012bc_00000000-7_NestedTensorMatmul.cudafe1.cpp 2024-11-01T16:28:18.3622174Z [7250/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensor.cu.obj 2024-11-01T16:28:18.3624015Z SparseCUDATensor.cu 2024-11-01T16:28:18.3624816Z tmpxft_000005ac_00000000-7_SparseCUDATensor.cudafe1.cpp 2024-11-01T16:28:20.4427687Z [7251/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiSturcturedApply.cu.obj 2024-11-01T16:28:20.4429521Z SparseSemiSturcturedApply.cu 2024-11-01T16:28:20.4430465Z tmpxft_00001620_00000000-7_SparseSemiSturcturedApply.cudafe1.cpp 2024-11-01T16:28:21.0349977Z [7252/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FakeQuantizeCore.cu.obj 2024-11-01T16:28:21.0351156Z FakeQuantizeCore.cu 2024-11-01T16:28:21.0351559Z tmpxft_00001610_00000000-7_FakeQuantizeCore.cudafe1.cpp 2024-11-01T16:28:22.6492366Z [7253/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredLinear.cu.obj 2024-11-01T16:28:22.6493420Z SparseSemiStructuredLinear.cu 2024-11-01T16:28:22.6493970Z tmpxft_00000a30_00000000-7_SparseSemiStructuredLinear.cudafe1.cpp 2024-11-01T16:28:22.6565834Z [7254/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\AffineQuantizer.cu.obj 2024-11-01T16:28:22.6566764Z AffineQuantizer.cu 2024-11-01T16:28:22.6567174Z tmpxft_00001018_00000000-7_AffineQuantizer.cudafe1.cpp 2024-11-01T16:28:22.7294604Z [7255/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredTile.cu.obj 2024-11-01T16:28:22.7296594Z SparseSemiStructuredTile.cu 2024-11-01T16:28:22.7297618Z tmpxft_0000148c_00000000-7_SparseSemiStructuredTile.cudafe1.cpp 2024-11-01T16:28:22.7300768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2024-11-01T16:28:22.7305146Z tmpxft_0000148c_00000000-7_SparseSemiStructuredTile.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:22.7307898Z with 2024-11-01T16:28:22.7308286Z [ 2024-11-01T16:28:22.7308665Z _Ty=int 2024-11-01T16:28:22.7309076Z ] 2024-11-01T16:28:22.7310786Z tmpxft_0000148c_00000000-7_SparseSemiStructuredTile.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:22.7312492Z with 2024-11-01T16:28:22.7312740Z [ 2024-11-01T16:28:22.7312966Z _Ty=int 2024-11-01T16:28:22.7313229Z ] 2024-11-01T16:28:22.7315138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:22.7316952Z with 2024-11-01T16:28:22.7317183Z [ 2024-11-01T16:28:22.7317419Z _Ty=int 2024-11-01T16:28:22.7317747Z ] 2024-11-01T16:28:22.7319507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:22.7321621Z with 2024-11-01T16:28:22.7321910Z [ 2024-11-01T16:28:22.7322135Z _Ty=int 2024-11-01T16:28:22.7322400Z ] 2024-11-01T16:28:22.7324389Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-11-01T16:28:22.7326670Z with 2024-11-01T16:28:22.7327057Z [ 2024-11-01T16:28:22.7327439Z I=size_t, 2024-11-01T16:28:22.7327877Z _Ty2=size_t 2024-11-01T16:28:22.7328361Z ] 2024-11-01T16:28:22.7330508Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-11-01T16:28:22.7332737Z with 2024-11-01T16:28:22.7333206Z [ 2024-11-01T16:28:22.7333577Z I=size_t, 2024-11-01T16:28:22.7334016Z _Ty2=size_t 2024-11-01T16:28:22.7334474Z ] 2024-11-01T16:28:23.1598197Z [7256/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredOps.cu.obj 2024-11-01T16:28:23.1599735Z SparseSemiStructuredOps.cu 2024-11-01T16:28:23.1600503Z tmpxft_00001704_00000000-7_SparseSemiStructuredOps.cudafe1.cpp 2024-11-01T16:28:23.4271287Z [7257/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\EmbeddingBag.cu.obj 2024-11-01T16:28:23.4272859Z EmbeddingBag.cu 2024-11-01T16:28:23.4273477Z tmpxft_0000091c_00000000-7_EmbeddingBag.cudafe1.cpp 2024-11-01T16:28:23.4276774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2024-11-01T16:28:23.4281805Z tmpxft_0000091c_00000000-7_EmbeddingBag.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.4284851Z with 2024-11-01T16:28:23.4285297Z [ 2024-11-01T16:28:23.4285850Z _Ty=int 2024-11-01T16:28:23.4286319Z ] 2024-11-01T16:28:23.4289184Z tmpxft_0000091c_00000000-7_EmbeddingBag.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.4292106Z with 2024-11-01T16:28:23.4292556Z [ 2024-11-01T16:28:23.4292971Z _Ty=int 2024-11-01T16:28:23.4293458Z ] 2024-11-01T16:28:23.4296947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.4300558Z with 2024-11-01T16:28:23.4301225Z [ 2024-11-01T16:28:23.4301649Z _Ty=int 2024-11-01T16:28:23.4302116Z ] 2024-11-01T16:28:23.4305563Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.4309400Z with 2024-11-01T16:28:23.4309900Z [ 2024-11-01T16:28:23.4310258Z _Ty=int 2024-11-01T16:28:23.4310679Z ] 2024-11-01T16:28:23.4312610Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-11-01T16:28:23.4314872Z with 2024-11-01T16:28:23.4315320Z [ 2024-11-01T16:28:23.4315745Z I=size_t, 2024-11-01T16:28:23.4316264Z _Ty2=size_t 2024-11-01T16:28:23.4316777Z ] 2024-11-01T16:28:23.4318967Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-11-01T16:28:23.4321446Z with 2024-11-01T16:28:23.4321890Z [ 2024-11-01T16:28:23.4322313Z I=size_t, 2024-11-01T16:28:23.4322804Z _Ty2=size_t 2024-11-01T16:28:23.4323314Z ] 2024-11-01T16:28:23.6701671Z [7258/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredApplyDense.cu.obj 2024-11-01T16:28:23.6704573Z SparseSemiStructuredApplyDense.cu 2024-11-01T16:28:23.6706109Z tmpxft_000014f0_00000000-7_SparseSemiStructuredApplyDense.cudafe1.cpp 2024-11-01T16:28:23.6709600Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(69): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data 2024-11-01T16:28:23.6735050Z tmpxft_000014f0_00000000-7_SparseSemiStructuredApplyDense.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.6738662Z with 2024-11-01T16:28:23.6739043Z [ 2024-11-01T16:28:23.6739930Z _Ty=int 2024-11-01T16:28:23.6740412Z ] 2024-11-01T16:28:23.6743107Z tmpxft_000014f0_00000000-7_SparseSemiStructuredApplyDense.cudafe1.stub.c(2): note: see reference to function template instantiation 'std::_Optional_destruct_base<_Ty,true>::_Optional_destruct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.6746037Z with 2024-11-01T16:28:23.6746440Z [ 2024-11-01T16:28:23.6746836Z _Ty=int 2024-11-01T16:28:23.6747281Z ] 2024-11-01T16:28:23.6750719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.6754082Z with 2024-11-01T16:28:23.6754503Z [ 2024-11-01T16:28:23.6754888Z _Ty=int 2024-11-01T16:28:23.6755333Z ] 2024-11-01T16:28:23.6758386Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\optional(189): note: see reference to function template instantiation 'std::_Optional_construct_base<_Ty>::_Optional_construct_base(std::in_place_t,const unsigned __int64 &&)' being compiled 2024-11-01T16:28:23.6762268Z with 2024-11-01T16:28:23.6762660Z [ 2024-11-01T16:28:23.6763050Z _Ty=int 2024-11-01T16:28:23.6763667Z ] 2024-11-01T16:28:23.6765980Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-11-01T16:28:23.6768697Z with 2024-11-01T16:28:23.6769078Z [ 2024-11-01T16:28:23.6769480Z I=size_t, 2024-11-01T16:28:23.6769943Z _Ty2=size_t 2024-11-01T16:28:23.6770375Z ] 2024-11-01T16:28:23.6772244Z C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/core/function_schema.h(438): note: see reference to function template instantiation 'std::optional::optional(_Ty2 &&)' being compiled 2024-11-01T16:28:23.6774726Z with 2024-11-01T16:28:23.6775155Z [ 2024-11-01T16:28:23.6775509Z I=size_t, 2024-11-01T16:28:23.6776015Z _Ty2=size_t 2024-11-01T16:28:23.6776456Z ] 2024-11-01T16:28:24.4045262Z [7259/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cu.obj 2024-11-01T16:28:24.4046262Z Activation.cu 2024-11-01T16:28:24.4046646Z tmpxft_000014f4_00000000-7_Activation.cudafe1.cpp 2024-11-01T16:28:25.3612119Z [7260/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\IntReprQuant.cu.obj 2024-11-01T16:28:25.3613126Z IntReprQuant.cu 2024-11-01T16:28:25.3613534Z tmpxft_00001448_00000000-7_IntReprQuant.cudafe1.cpp 2024-11-01T16:28:25.4492735Z [7261/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\MakePerTensorQuantizedTensor.cu.obj 2024-11-01T16:28:25.4493857Z MakePerTensorQuantizedTensor.cu 2024-11-01T16:28:25.4494459Z tmpxft_000017f0_00000000-7_MakePerTensorQuantizedTensor.cudafe1.cpp 2024-11-01T16:28:25.4676923Z [7262/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FusedObsFakeQuant.cu.obj 2024-11-01T16:28:25.4678759Z FusedObsFakeQuant.cu 2024-11-01T16:28:25.4679524Z tmpxft_0000127c_00000000-7_FusedObsFakeQuant.cudafe1.cpp 2024-11-01T16:28:26.2244038Z [7263/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k128_dropout.cu.obj 2024-11-01T16:28:26.2246297Z cutlassB_bf16_aligned_k128_dropout.cu 2024-11-01T16:28:26.2247356Z tmpxft_00000ee0_00000000-7_cutlassB_bf16_aligned_k128_dropout.cudafe1.cpp 2024-11-01T16:28:26.7412638Z [7264/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k128.cu.obj 2024-11-01T16:28:26.7413867Z cutlassB_bf16_aligned_k128.cu 2024-11-01T16:28:26.7414458Z tmpxft_00000638_00000000-7_cutlassB_bf16_aligned_k128.cudafe1.cpp 2024-11-01T16:28:27.1851199Z [7265/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention.cu.obj 2024-11-01T16:28:27.1852562Z attention.cu 2024-11-01T16:28:27.1853135Z tmpxft_000008f0_00000000-7_attention.cudafe1.cpp 2024-11-01T16:28:27.2994417Z [7266/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention_backward.cu.obj 2024-11-01T16:28:27.2996216Z attention_backward.cu 2024-11-01T16:28:27.2996979Z tmpxft_0000081c_00000000-7_attention_backward.cudafe1.cpp 2024-11-01T16:28:27.7424247Z [7267/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k64.cu.obj 2024-11-01T16:28:27.7425423Z cutlassB_bf16_aligned_k64.cu 2024-11-01T16:28:27.7425913Z tmpxft_00001218_00000000-7_cutlassB_bf16_aligned_k64.cudafe1.cpp 2024-11-01T16:28:27.8265902Z [7268/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k32_dropout.cu.obj 2024-11-01T16:28:27.8268217Z cutlassB_bf16_aligned_k32_dropout.cu 2024-11-01T16:28:27.8269479Z tmpxft_00001388_00000000-7_cutlassB_bf16_aligned_k32_dropout.cudafe1.cpp 2024-11-01T16:28:27.8385539Z [7269/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k32.cu.obj 2024-11-01T16:28:27.8387642Z cutlassB_bf16_aligned_k32.cu 2024-11-01T16:28:27.8388503Z tmpxft_0000093c_00000000-7_cutlassB_bf16_aligned_k32.cudafe1.cpp 2024-11-01T16:28:28.6685720Z [7270/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k64.cu.obj 2024-11-01T16:28:28.6687911Z cutlassB_f16_aligned_k64.cu 2024-11-01T16:28:28.6688770Z tmpxft_000003fc_00000000-7_cutlassB_f16_aligned_k64.cudafe1.cpp 2024-11-01T16:28:29.1216536Z [7271/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k65536.cu.obj 2024-11-01T16:28:29.1218764Z cutlassB_f16_aligned_k65536.cu 2024-11-01T16:28:29.1219626Z tmpxft_00001714_00000000-7_cutlassB_f16_aligned_k65536.cudafe1.cpp 2024-11-01T16:28:29.5453050Z [7272/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k64_dropout.cu.obj 2024-11-01T16:28:29.5455337Z cutlassB_f16_aligned_k64_dropout.cu 2024-11-01T16:28:29.5456362Z tmpxft_000003cc_00000000-7_cutlassB_f16_aligned_k64_dropout.cudafe1.cpp 2024-11-01T16:28:29.6951406Z [7273/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k32.cu.obj 2024-11-01T16:28:29.6953352Z cutlassB_f16_aligned_k32.cu 2024-11-01T16:28:29.6954361Z tmpxft_0000067c_00000000-7_cutlassB_f16_aligned_k32.cudafe1.cpp 2024-11-01T16:28:30.1622688Z [7274/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k96.cu.obj 2024-11-01T16:28:30.1624895Z cutlassB_f16_aligned_k96.cu 2024-11-01T16:28:30.1626013Z tmpxft_00000f18_00000000-7_cutlassB_f16_aligned_k96.cudafe1.cpp 2024-11-01T16:28:30.1760860Z [7275/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k32_dropout.cu.obj 2024-11-01T16:28:30.1762977Z cutlassB_f16_aligned_k32_dropout.cu 2024-11-01T16:28:30.1763960Z tmpxft_0000113c_00000000-7_cutlassB_f16_aligned_k32_dropout.cudafe1.cpp 2024-11-01T16:28:30.2061908Z [7276/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k128.cu.obj 2024-11-01T16:28:30.2064244Z cutlassB_f16_notaligned_k128.cu 2024-11-01T16:28:30.2065101Z tmpxft_0000175c_00000000-7_cutlassB_f16_notaligned_k128.cudafe1.cpp 2024-11-01T16:28:31.0695293Z [7277/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k65536_dropout.cu.obj 2024-11-01T16:28:31.0697659Z cutlassB_f16_aligned_k65536_dropout.cu 2024-11-01T16:28:31.0698440Z tmpxft_000017a8_00000000-7_cutlassB_f16_aligned_k65536_dropout.cudafe1.cpp 2024-11-01T16:28:31.5501026Z [7278/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k128_dropout.cu.obj 2024-11-01T16:28:31.5503367Z cutlassB_f16_notaligned_k128_dropout.cu 2024-11-01T16:28:31.5504562Z tmpxft_000000e4_00000000-7_cutlassB_f16_notaligned_k128_dropout.cudafe1.cpp 2024-11-01T16:28:31.9646284Z [7279/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k32.cu.obj 2024-11-01T16:28:31.9647586Z cutlassB_f16_notaligned_k32.cu 2024-11-01T16:28:31.9648083Z tmpxft_000009a4_00000000-7_cutlassB_f16_notaligned_k32.cudafe1.cpp 2024-11-01T16:28:32.0960781Z [7280/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k128.cu.obj 2024-11-01T16:28:32.0961955Z cutlassB_f32_aligned_k128.cu 2024-11-01T16:28:32.0962436Z tmpxft_000010b0_00000000-7_cutlassB_f32_aligned_k128.cudafe1.cpp 2024-11-01T16:28:32.6373818Z [7281/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k65536_dropout.cu.obj 2024-11-01T16:28:32.6376050Z cutlassB_f16_notaligned_k65536_dropout.cu 2024-11-01T16:28:32.6377142Z tmpxft_0000147c_00000000-7_cutlassB_f16_notaligned_k65536_dropout.cudafe1.cpp 2024-11-01T16:28:32.6463884Z [7282/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k64.cu.obj 2024-11-01T16:28:32.6466109Z cutlassB_f16_notaligned_k64.cu 2024-11-01T16:28:32.6466978Z tmpxft_00001444_00000000-7_cutlassB_f16_notaligned_k64.cudafe1.cpp 2024-11-01T16:28:32.7381649Z [7283/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k65536.cu.obj 2024-11-01T16:28:32.7383708Z cutlassB_f16_notaligned_k65536.cu 2024-11-01T16:28:32.7384676Z tmpxft_00000204_00000000-7_cutlassB_f16_notaligned_k65536.cudafe1.cpp 2024-11-01T16:28:33.3653216Z [7284/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k32_dropout.cu.obj 2024-11-01T16:28:33.3655436Z cutlassB_f16_notaligned_k32_dropout.cu 2024-11-01T16:28:33.3656478Z tmpxft_000016f4_00000000-7_cutlassB_f16_notaligned_k32_dropout.cudafe1.cpp 2024-11-01T16:28:34.0018460Z [7285/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k64_dropout.cu.obj 2024-11-01T16:28:34.0019766Z cutlassB_f16_notaligned_k64_dropout.cu 2024-11-01T16:28:34.0020364Z tmpxft_00001518_00000000-7_cutlassB_f16_notaligned_k64_dropout.cudafe1.cpp 2024-11-01T16:28:34.4430233Z [7286/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k64_dropout.cu.obj 2024-11-01T16:28:34.4431534Z cutlassB_f32_aligned_k64_dropout.cu 2024-11-01T16:28:34.4432186Z tmpxft_00001490_00000000-7_cutlassB_f32_aligned_k64_dropout.cudafe1.cpp 2024-11-01T16:28:34.5729426Z [7287/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k128_dropout.cu.obj 2024-11-01T16:28:34.5737036Z cutlassB_f32_aligned_k128_dropout.cu 2024-11-01T16:28:34.5737947Z tmpxft_00001934_00000000-7_cutlassB_f32_aligned_k128_dropout.cudafe1.cpp 2024-11-01T16:28:34.8818999Z [7288/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k32_dropout.cu.obj 2024-11-01T16:28:34.8820332Z cutlassB_f32_aligned_k32_dropout.cu 2024-11-01T16:28:34.8820966Z tmpxft_000014e8_00000000-7_cutlassB_f32_aligned_k32_dropout.cudafe1.cpp 2024-11-01T16:28:35.0086000Z [7289/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k64.cu.obj 2024-11-01T16:28:35.0088658Z cutlassB_f32_aligned_k64.cu 2024-11-01T16:28:35.0089587Z tmpxft_00001a38_00000000-7_cutlassB_f32_aligned_k64.cudafe1.cpp 2024-11-01T16:28:35.1314064Z [7290/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k32.cu.obj 2024-11-01T16:28:35.1316343Z cutlassB_f32_aligned_k32.cu 2024-11-01T16:28:35.1317219Z tmpxft_00001a50_00000000-7_cutlassB_f32_aligned_k32.cudafe1.cpp 2024-11-01T16:28:35.6582119Z [7291/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k32.cu.obj 2024-11-01T16:28:35.6584159Z cutlassB_f32_notaligned_k32.cu 2024-11-01T16:28:35.6585050Z tmpxft_000006c4_00000000-7_cutlassB_f32_notaligned_k32.cudafe1.cpp 2024-11-01T16:28:36.4254186Z [7292/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k128.cu.obj 2024-11-01T16:28:36.4256369Z cutlassB_f32_notaligned_k128.cu 2024-11-01T16:28:36.4257263Z tmpxft_000008a4_00000000-7_cutlassB_f32_notaligned_k128.cudafe1.cpp 2024-11-01T16:28:36.8927057Z [7293/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k65536_dropout.cu.obj 2024-11-01T16:28:36.8929259Z cutlassB_f32_aligned_k65536_dropout.cu 2024-11-01T16:28:36.8930292Z tmpxft_000008a8_00000000-7_cutlassB_f32_aligned_k65536_dropout.cudafe1.cpp 2024-11-01T16:28:37.0095282Z [7294/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k128_dropout.cu.obj 2024-11-01T16:28:37.0097684Z cutlassB_f32_notaligned_k128_dropout.cu 2024-11-01T16:28:37.0098800Z tmpxft_000005d4_00000000-7_cutlassB_f32_notaligned_k128_dropout.cudafe1.cpp 2024-11-01T16:28:37.2003589Z [7295/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k65536.cu.obj 2024-11-01T16:28:37.2005730Z cutlassB_f32_aligned_k65536.cu 2024-11-01T16:28:37.2006630Z tmpxft_00001518_00000000-7_cutlassB_f32_aligned_k65536.cudafe1.cpp 2024-11-01T16:28:37.2476640Z [7296/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k65536.cu.obj 2024-11-01T16:28:37.2479136Z cutlassB_f32_notaligned_k65536.cu 2024-11-01T16:28:37.2480129Z tmpxft_00001488_00000000-7_cutlassB_f32_notaligned_k65536.cudafe1.cpp 2024-11-01T16:28:37.4700076Z [7297/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k32_dropout.cu.obj 2024-11-01T16:28:37.4703054Z cutlassB_f32_notaligned_k32_dropout.cu 2024-11-01T16:28:37.4704050Z tmpxft_00001510_00000000-7_cutlassB_f32_notaligned_k32_dropout.cudafe1.cpp 2024-11-01T16:28:38.1293135Z [7298/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k64_dropout.cu.obj 2024-11-01T16:28:38.1295452Z cutlassB_f32_notaligned_k64_dropout.cu 2024-11-01T16:28:38.1296564Z tmpxft_00000740_00000000-7_cutlassB_f32_notaligned_k64_dropout.cudafe1.cpp 2024-11-01T16:28:38.7917337Z [7299/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k65536_dropout.cu.obj 2024-11-01T16:28:38.7918619Z cutlassB_f32_notaligned_k65536_dropout.cu 2024-11-01T16:28:38.7919231Z tmpxft_00001294_00000000-7_cutlassB_f32_notaligned_k65536_dropout.cudafe1.cpp 2024-11-01T16:28:39.2805235Z [7300/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_bf16_aligned.cu.obj 2024-11-01T16:28:39.2806717Z cutlassF_bf16_aligned.cu 2024-11-01T16:28:39.2807179Z tmpxft_000018dc_00000000-7_cutlassF_bf16_aligned.cudafe1.cpp 2024-11-01T16:28:39.4484370Z [7301/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_aligned.cu.obj 2024-11-01T16:28:39.4485607Z cutlassF_f32_aligned.cu 2024-11-01T16:28:39.4486249Z tmpxft_00001388_00000000-7_cutlassF_f32_aligned.cudafe1.cpp 2024-11-01T16:28:39.5095939Z [7302/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k64.cu.obj 2024-11-01T16:28:39.5098131Z cutlassB_f32_notaligned_k64.cu 2024-11-01T16:28:39.5099034Z tmpxft_00000948_00000000-7_cutlassB_f32_notaligned_k64.cudafe1.cpp 2024-11-01T16:28:39.5456969Z [7303/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_aligned.cu.obj 2024-11-01T16:28:39.5459643Z cutlassF_f16_aligned.cu 2024-11-01T16:28:39.5460424Z tmpxft_00000948_00000000-7_cutlassF_f16_aligned.cudafe1.cpp 2024-11-01T16:28:39.7570844Z [7304/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_notaligned.cu.obj 2024-11-01T16:28:39.7572968Z cutlassF_f16_notaligned.cu 2024-11-01T16:28:39.7573755Z tmpxft_00001038_00000000-7_cutlassF_f16_notaligned.cudafe1.cpp 2024-11-01T16:28:40.3337625Z [7305/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterNestedTensorCUDA.cpp.obj 2024-11-01T16:28:40.3358294Z [7306/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_notaligned.cu.obj 2024-11-01T16:28:40.3359939Z cutlassF_f32_notaligned.cu 2024-11-01T16:28:40.3360493Z tmpxft_000007bc_00000000-7_cutlassF_f32_notaligned.cudafe1.cpp 2024-11-01T16:28:40.6495646Z [7307/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterQuantizedCUDA.cpp.obj 2024-11-01T16:28:40.6997710Z [7308/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCUDA.cpp.obj 2024-11-01T16:28:40.8593623Z [7309/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCsrCUDA.cpp.obj 2024-11-01T16:28:41.2748571Z [7310/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CusolverDnHandlePool.cpp.obj 2024-11-01T16:28:41.3796675Z [7311/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\UfuncCUDA_add.cu.obj 2024-11-01T16:28:41.3797517Z UfuncCUDA_add.cu 2024-11-01T16:28:41.3797883Z tmpxft_0000107c_00000000-7_UfuncCUDA_add.cudafe1.cpp 2024-11-01T16:28:41.4633633Z [7312/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLibBlas.cpp.obj 2024-11-01T16:28:41.4728913Z [7313/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CudssHandlePool.cpp.obj 2024-11-01T16:28:41.5268690Z [7314/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterCUDA.cpp.obj 2024-11-01T16:28:41.9064606Z [7315/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CUDASolver.cpp.obj 2024-11-01T16:28:41.9244130Z [7316/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLib.cpp.obj 2024-11-01T16:28:42.0274832Z [7317/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\Tunable.cpp.obj 2024-11-01T16:28:42.0589985Z [7318/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CublasHandlePool.cpp.obj 2024-11-01T16:28:42.1343466Z [7319/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\StreamTimer.cpp.obj 2024-11-01T16:28:42.3003248Z [7320/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebra.cpp.obj 2024-11-01T16:28:42.5887457Z [7321/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseBlas.cpp.obj 2024-11-01T16:28:42.8287968Z [7322/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Equal.cpp.obj 2024-11-01T16:28:42.8769098Z [7323/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cpp.obj 2024-11-01T16:28:43.0508280Z [7324/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Blas.cpp.obj 2024-11-01T16:28:43.1700207Z [7325/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Activation.cpp.obj 2024-11-01T16:28:43.4047025Z [7326/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceOps.cpp.obj 2024-11-01T16:28:43.6714478Z [7327/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScanKernels.cpp.obj 2024-11-01T16:28:43.7029645Z [7328/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cpp.obj 2024-11-01T16:28:43.8112009Z [7329/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebraStubs.cpp.obj 2024-11-01T16:28:43.8611062Z [7330/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cpp.obj 2024-11-01T16:28:43.9586698Z [7331/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cpp.obj 2024-11-01T16:28:44.1593206Z [7332/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cpp.obj 2024-11-01T16:28:44.4134665Z [7333/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDABlas.cpp.obj 2024-11-01T16:28:44.5822695Z [7334/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cpp.obj 2024-11-01T16:28:44.5851519Z [7335/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cpp.obj 2024-11-01T16:28:44.6860693Z [7336/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\jit_utils.cpp.obj 2024-11-01T16:28:44.9358966Z [7337/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShapeCUDA.cpp.obj 2024-11-01T16:28:44.9388980Z [7338/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlas.cpp.obj 2024-11-01T16:28:44.9966931Z [7339/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\flash_attn\flash_api.cpp.obj 2024-11-01T16:28:45.1677866Z [7340/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDABlas.cpp.obj 2024-11-01T16:28:45.2495548Z [7341/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasLegacy.cpp.obj 2024-11-01T16:28:45.6169165Z [7342/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\CUDAPluggableAllocator.cpp.obj 2024-11-01T16:28:45.6656754Z [7343/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasImpl.cpp.obj 2024-11-01T16:28:45.7089976Z [7344/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\CudaIPCTypes.cpp.obj 2024-11-01T16:28:45.7729994Z [7345/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\memory_snapshot.cpp.obj 2024-11-01T16:28:45.8071285Z [7346/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.cpp.obj 2024-11-01T16:28:46.4582924Z [7347/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp.obj 2024-11-01T16:28:46.4822750Z [7348/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion_cuda.cpp.obj 2024-11-01T16:28:46.5951202Z [7349/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\shim_cuda.cpp.obj 2024-11-01T16:28:46.9061449Z [7350/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\profiler\stubs\cuda.cpp.obj 2024-11-01T16:28:47.7434641Z [7351/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\comm.cpp.obj 2024-11-01T16:28:48.4752059Z [7352/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\autograd\functions\comm.cpp.obj 2024-11-01T16:28:48.9535844Z [7353/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.cpp.obj 2024-11-01T16:28:49.4126545Z [7354/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\tensorexpr\cuda_codegen.cpp.obj 2024-11-01T16:28:49.4129466Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-11-01T16:28:49.4130943Z with 2024-11-01T16:28:49.4131196Z [ 2024-11-01T16:28:49.4131502Z T=int 2024-11-01T16:28:49.4131749Z ] 2024-11-01T16:28:49.4133281Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\cuda_codegen.cpp(147): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2024-11-01T16:28:49.4134934Z with 2024-11-01T16:28:49.4135249Z [ 2024-11-01T16:28:49.4135470Z T=int 2024-11-01T16:28:49.4135733Z ] 2024-11-01T16:28:49.6653467Z [7355/7871] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-11-01T16:28:49.6849147Z [7356/7871] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\runtime\register_cuda_ops.cpp.obj 2024-11-01T16:28:49.7045776Z [7357/7871] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-11-01T16:28:49.8594586Z [7358/7871] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Unique.cu.obj 2024-11-01T16:28:49.8596370Z Unique.cu 2024-11-01T16:28:49.8596905Z tmpxft_00001694_00000000-7_Unique.cudafe1.cpp 2024-11-01T16:28:50.2317487Z [7359/7871] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-11-01T16:28:50.8313242Z [7360/7871] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-11-01T16:28:50.8315100Z 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-11-01T16:28:50.8317149Z 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-11-01T16:28:50.8319418Z 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-11-01T16:28:50.8322620Z 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-11-01T16:28:51.1679823Z [7361/7871] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-11-01T16:28:51.3651254Z [7362/7871] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-11-01T16:28:51.5261563Z [7363/7871] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-11-01T16:28:51.7735431Z [7364/7871] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-11-01T16:28:51.8439731Z [7365/7871] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-11-01T16:28:51.9653291Z [7366/7871] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-11-01T16:28:52.3015036Z [7367/7871] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-11-01T16:28:52.4747718Z [7368/7871] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-11-01T16:28:52.5178251Z [7369/7871] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-11-01T16:28:53.8945205Z [7370/7871] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-11-01T16:28:54.2981217Z [7371/7871] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-11-01T16:28:54.3940818Z [7372/7871] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-11-01T16:28:54.5134394Z [7373/7871] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-11-01T16:28:54.8782318Z [7374/7871] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-11-01T16:28:55.0380553Z [7375/7871] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-11-01T16:28:55.0876044Z [7376/7871] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-11-01T16:28:56.4690307Z [7377/7871] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-11-01T16:28:56.8466929Z [7378/7871] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-11-01T16:28:57.0962559Z [7379/7871] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-11-01T16:28:57.3923496Z [7380/7871] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-11-01T16:28:57.4753326Z [7381/7871] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-11-01T16:28:57.5979193Z [7382/7871] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-11-01T16:28:57.6457529Z [7383/7871] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-11-01T16:28:59.2757950Z [7384/7871] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-11-01T16:28:59.4629824Z [7385/7871] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-11-01T16:28:59.7564040Z [7386/7871] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-11-01T16:28:59.9357755Z [7387/7871] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-11-01T16:29:00.0448994Z [7388/7871] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-11-01T16:29:00.0664716Z [7389/7871] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-11-01T16:29:00.2635596Z [7390/7871] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-11-01T16:29:00.4399922Z [7391/7871] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-11-01T16:29:01.7845244Z [7392/7871] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-11-01T16:29:01.8631893Z [7393/7871] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-11-01T16:29:02.5925572Z [7394/7871] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-11-01T16:29:02.6880260Z [7395/7871] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-11-01T16:29:02.7194356Z [7396/7871] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-11-01T16:29:02.8591053Z [7397/7871] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-11-01T16:29:03.0269503Z [7398/7871] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-11-01T16:29:04.2897928Z [7399/7871] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-11-01T16:29:04.3248501Z [7400/7871] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-11-01T16:29:04.6756137Z [7401/7871] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-11-01T16:29:05.1151410Z [7402/7871] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-11-01T16:29:05.1331261Z [7403/7871] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-11-01T16:29:05.2669310Z [7404/7871] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-11-01T16:29:05.2967925Z [7405/7871] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-11-01T16:29:05.3300145Z [7406/7871] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-11-01T16:29:05.4743679Z [7407/7871] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-11-01T16:29:05.8978305Z [7408/7871] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-11-01T16:29:06.1564310Z [7409/7871] 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-11-01T16:29:06.1658673Z [7410/7871] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-11-01T16:29:06.1972350Z [7411/7871] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-11-01T16:29:06.2996030Z [7412/7871] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-11-01T16:29:06.3079484Z [7413/7871] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-11-01T16:29:06.5935891Z [7414/7871] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-11-01T16:29:06.7747373Z [7415/7871] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-11-01T16:29:06.8612001Z [7416/7871] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-11-01T16:29:06.9762962Z [7417/7871] Building CXX object caffe2\CMakeFiles\cuda_apply_test.dir\__\aten\src\ATen\test\cuda_apply_test.cpp.obj 2024-11-01T16:29:07.4093920Z [7418/7871] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-11-01T16:29:08.4659892Z [7419/7871] Building CUDA object caffe2\CMakeFiles\cuda_complex_math_test.dir\__\aten\src\ATen\test\cuda_complex_math_test.cu.obj 2024-11-01T16:29:08.4661443Z cuda_complex_math_test.cu 2024-11-01T16:29:08.4662288Z tmpxft_000014c4_00000000-7_cuda_complex_math_test.cudafe1.cpp 2024-11-01T16:29:08.6789260Z [7420/7871] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-11-01T16:29:08.7706319Z [7421/7871] Building CUDA object caffe2\CMakeFiles\cuda_atomic_ops_test.dir\__\aten\src\ATen\test\cuda_atomic_ops_test.cu.obj 2024-11-01T16:29:08.7707432Z cuda_atomic_ops_test.cu 2024-11-01T16:29:08.7707931Z tmpxft_000007a8_00000000-7_cuda_atomic_ops_test.cudafe1.cpp 2024-11-01T16:29:08.8408706Z [7422/7871] Building CUDA object caffe2\CMakeFiles\cuda_complex_test.dir\__\aten\src\ATen\test\cuda_complex_test.cu.obj 2024-11-01T16:29:08.8409675Z cuda_complex_test.cu 2024-11-01T16:29:08.8410082Z tmpxft_0000107c_00000000-7_cuda_complex_test.cudafe1.cpp 2024-11-01T16:29:08.9850427Z [7423/7871] Building CXX object caffe2\CMakeFiles\cuda_allocator_test.dir\__\aten\src\ATen\test\cuda_allocator_test.cpp.obj 2024-11-01T16:29:09.3771804Z [7424/7871] Building CXX object caffe2\CMakeFiles\cuda_device_test.dir\__\aten\src\ATen\test\cuda_device_test.cpp.obj 2024-11-01T16:29:09.5163037Z [7425/7871] Building CXX object caffe2\CMakeFiles\cuda_caching_host_allocator_test.dir\__\aten\src\ATen\test\cuda_caching_host_allocator_test.cpp.obj 2024-11-01T16:29:11.1999489Z [7426/7871] Building CUDA object caffe2\CMakeFiles\cuda_cub_test.dir\__\aten\src\ATen\test\cuda_cub_test.cu.obj 2024-11-01T16:29:11.2000863Z cuda_cub_test.cu 2024-11-01T16:29:11.2001467Z tmpxft_00001588_00000000-7_cuda_cub_test.cudafe1.cpp 2024-11-01T16:29:11.4741840Z [7427/7871] Building CUDA object caffe2\CMakeFiles\cuda_integer_divider_test.dir\__\aten\src\ATen\test\cuda_integer_divider_test.cu.obj 2024-11-01T16:29:11.4747023Z cuda_integer_divider_test.cu 2024-11-01T16:29:11.4747854Z tmpxft_0000102c_00000000-7_cuda_integer_divider_test.cudafe1.cpp 2024-11-01T16:29:11.4750663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xmemory(674): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data 2024-11-01T16:29:11.4756480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(708): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,Value&,unsigned __int64,int&>(_Alloc &,_Objty *const ,Value &,unsigned __int64 &&,int &)' being compiled 2024-11-01T16:29:11.4760102Z with 2024-11-01T16:29:11.4760572Z [ 2024-11-01T16:29:11.4761373Z _Alloc=std::allocator>, 2024-11-01T16:29:11.4762299Z _Ty=TestCase, 2024-11-01T16:29:11.4763070Z Value=unsigned __int64, 2024-11-01T16:29:11.4763818Z _Objty=TestCase 2024-11-01T16:29:11.4764519Z ] 2024-11-01T16:29:11.4768223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(713): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,Value&,unsigned __int64,int&>(_Alloc &,_Objty *const ,Value &,unsigned __int64 &&,int &)' being compiled 2024-11-01T16:29:11.4771729Z with 2024-11-01T16:29:11.4772244Z [ 2024-11-01T16:29:11.4773131Z _Alloc=std::allocator>, 2024-11-01T16:29:11.4777905Z _Ty=TestCase, 2024-11-01T16:29:11.4778584Z Value=unsigned __int64, 2024-11-01T16:29:11.4779298Z _Objty=TestCase 2024-11-01T16:29:11.4779907Z ] 2024-11-01T16:29:11.4782572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(726): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::_Emplace_back_with_unused_capacity(Value &,unsigned __int64 &&,int &)' being compiled 2024-11-01T16:29:11.4785968Z with 2024-11-01T16:29:11.4786329Z [ 2024-11-01T16:29:11.4786745Z _Ty=TestCase, 2024-11-01T16:29:11.4787318Z Value=unsigned __int64 2024-11-01T16:29:11.4787861Z ] 2024-11-01T16:29:11.4790961Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(92): note: see reference to function template instantiation '_Ty &std::vector<_Ty,std::allocator<_Ty>>::emplace_back(Value &,unsigned __int64 &&,int &)' being compiled 2024-11-01T16:29:11.4793835Z with 2024-11-01T16:29:11.4794244Z [ 2024-11-01T16:29:11.4794691Z _Ty=TestCase, 2024-11-01T16:29:11.4795266Z Value=unsigned __int64 2024-11-01T16:29:11.4795782Z ] 2024-11-01T16:29:11.4797598Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(86): note: while compiling class template member function 'void IntDividerTester::addTestCase(Value,Value,int)' 2024-11-01T16:29:11.4799712Z with 2024-11-01T16:29:11.4799981Z [ 2024-11-01T16:29:11.4800246Z Value=unsigned __int64 2024-11-01T16:29:11.4800652Z ] 2024-11-01T16:29:11.4803116Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(188): note: see reference to function template instantiation 'void IntDividerTester::addTestCase(Value,Value,int)' being compiled 2024-11-01T16:29:11.4805881Z with 2024-11-01T16:29:11.4806251Z [ 2024-11-01T16:29:11.4806641Z Value=unsigned __int64 2024-11-01T16:29:11.4807191Z ] 2024-11-01T16:29:11.4808903Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\test\cuda_integer_divider_test.cu(181): note: see reference to class template instantiation 'IntDividerTester' being compiled 2024-11-01T16:29:11.9675545Z [7428/7871] Building CXX object caffe2\CMakeFiles\cuda_dlconvertor_test.dir\__\aten\src\ATen\test\cuda_dlconvertor_test.cpp.obj 2024-11-01T16:29:12.4655137Z [7429/7871] Building CXX object caffe2\CMakeFiles\cuda_allocatorTraceTracker_test.dir\__\aten\src\ATen\test\cuda_allocatorTraceTracker_test.cpp.obj 2024-11-01T16:29:13.1904458Z [7430/7871] Building CXX object caffe2\CMakeFiles\cuda_stream_test.dir\__\aten\src\ATen\test\cuda_stream_test.cpp.obj 2024-11-01T16:29:14.0403230Z [7431/7871] Building CXX object caffe2\CMakeFiles\cuda_reportMemoryUsage_test.dir\__\aten\src\ATen\test\cuda_reportMemoryUsage_test.cpp.obj 2024-11-01T16:29:14.2497550Z [7432/7871] Building CUDA object caffe2\CMakeFiles\cuda_distributions_test.dir\__\aten\src\ATen\test\cuda_distributions_test.cu.obj 2024-11-01T16:29:14.2499314Z cuda_distributions_test.cu 2024-11-01T16:29:14.2500175Z tmpxft_00000ef0_00000000-7_cuda_distributions_test.cudafe1.cpp 2024-11-01T16:29:15.1831688Z [7433/7871] Building CUDA object caffe2\CMakeFiles\cuda_generator_test.dir\__\aten\src\ATen\test\cuda_generator_test.cu.obj 2024-11-01T16:29:15.1832655Z cuda_generator_test.cu 2024-11-01T16:29:15.1833102Z tmpxft_000014d8_00000000-7_cuda_generator_test.cudafe1.cpp 2024-11-01T16:29:15.5220561Z [7434/7871] Building CUDA object caffe2\CMakeFiles\cuda_half_test.dir\__\aten\src\ATen\test\cuda_half_test.cu.obj 2024-11-01T16:29:15.5222244Z cuda_half_test.cu 2024-11-01T16:29:15.5222914Z tmpxft_00000e98_00000000-7_cuda_half_test.cudafe1.cpp 2024-11-01T16:29:16.0818107Z [7435/7871] Building CUDA object caffe2\CMakeFiles\cuda_optional_test.dir\__\aten\src\ATen\test\cuda_optional_test.cu.obj 2024-11-01T16:29:16.0819113Z cuda_optional_test.cu 2024-11-01T16:29:16.0819555Z tmpxft_00000f98_00000000-7_cuda_optional_test.cudafe1.cpp 2024-11-01T16:29:16.1854576Z [7436/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-11-01T16:29:16.6873036Z [7437/7871] Building CXX object caffe2\CMakeFiles\cuda_cudnn_test.dir\__\aten\src\ATen\test\cuda_cudnn_test.cpp.obj 2024-11-01T16:29:17.3726548Z [7438/7871] Building CUDA object caffe2\CMakeFiles\cuda_packedtensoraccessor_test.dir\__\aten\src\ATen\test\cuda_packedtensoraccessor_test.cu.obj 2024-11-01T16:29:17.3728625Z cuda_packedtensoraccessor_test.cu 2024-11-01T16:29:17.3729889Z tmpxft_00001784_00000000-7_cuda_packedtensoraccessor_test.cudafe1.cpp 2024-11-01T16:29:17.8230998Z [7439/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cuda.cpp.obj 2024-11-01T16:29:17.9280119Z [7440/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-11-01T16:29:18.7288283Z [7441/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-11-01T16:29:18.8389943Z [7442/7871] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-11-01T16:29:18.9066781Z [7443/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-11-01T16:29:19.2756089Z [7444/7871] Building CUDA object caffe2\CMakeFiles\cuda_vectorized_test.dir\__\aten\src\ATen\test\cuda_vectorized_test.cu.obj 2024-11-01T16:29:19.2757772Z cuda_vectorized_test.cu 2024-11-01T16:29:19.2758548Z tmpxft_000015e0_00000000-7_cuda_vectorized_test.cudafe1.cpp 2024-11-01T16:29:19.3503977Z [7445/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-11-01T16:29:19.4026088Z [7446/7871] Building CUDA object test_cpp_c10d\CMakeFiles\c10d_cuda_test.dir\CUDATest.cu.obj 2024-11-01T16:29:19.4027023Z CUDATest.cu 2024-11-01T16:29:19.4027350Z tmpxft_00001018_00000000-7_CUDATest.cudafe1.cpp 2024-11-01T16:29:19.4994544Z [7447/7871] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-11-01T16:29:19.6778743Z [7448/7871] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-11-01T16:29:19.9189845Z [7449/7871] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-11-01T16:29:21.6651969Z [7450/7871] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-11-01T16:29:21.9782117Z [7451/7871] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-11-01T16:29:22.1607137Z [7452/7871] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooAsyncTest.dir\ProcessGroupGlooAsyncTest.cpp.obj 2024-11-01T16:29:22.1788992Z [7453/7871] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-11-01T16:29:22.2534709Z [7454/7871] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-11-01T16:29:22.2889456Z [7455/7871] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-11-01T16:29:22.5222777Z [7456/7871] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-11-01T16:29:22.7331732Z [7457/7871] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-11-01T16:29:24.6556536Z [7458/7871] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-11-01T16:29:24.9259588Z [7459/7871] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-11-01T16:29:25.0204719Z [7460/7871] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-11-01T16:29:25.0908817Z [7461/7871] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-11-01T16:29:25.1609757Z [7462/7871] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-11-01T16:29:25.3254755Z [7463/7871] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-11-01T16:29:25.3701263Z [7464/7871] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-11-01T16:29:25.4637816Z [7465/7871] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-11-01T16:29:27.4537182Z [7466/7871] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-11-01T16:29:27.6052365Z [7467/7871] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-11-01T16:29:27.9148931Z [7468/7871] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-11-01T16:29:27.9535894Z [7469/7871] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-11-01T16:29:28.1311601Z [7470/7871] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-11-01T16:29:28.2212831Z [7471/7871] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-11-01T16:29:28.4846385Z [7472/7871] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-11-01T16:29:30.2476441Z [7473/7871] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-11-01T16:29:30.3221178Z [7474/7871] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-11-01T16:29:30.6005913Z [7475/7871] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-11-01T16:29:30.8315208Z [7476/7871] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-11-01T16:29:31.0000898Z [7477/7871] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-11-01T16:29:31.0600120Z [7478/7871] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-11-01T16:29:31.2354231Z [7479/7871] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-11-01T16:29:32.7968401Z [7480/7871] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-11-01T16:29:33.0286438Z [7481/7871] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-11-01T16:29:33.4197145Z [7482/7871] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-11-01T16:29:33.5672047Z [7483/7871] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-11-01T16:29:33.6926685Z [7484/7871] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-11-01T16:29:33.8209774Z [7485/7871] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-11-01T16:29:34.0030515Z [7486/7871] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-11-01T16:29:35.6002048Z [7487/7871] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-11-01T16:29:35.8568377Z [7488/7871] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-11-01T16:29:36.1417222Z [7489/7871] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-11-01T16:29:36.2209359Z [7490/7871] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-11-01T16:29:36.3540839Z [7491/7871] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-11-01T16:29:36.5853780Z [7492/7871] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-11-01T16:29:36.7495063Z [7493/7871] Building CXX object test_api\CMakeFiles\test_api.dir\parallel.cpp.obj 2024-11-01T16:29:37.0600175Z [7494/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-11-01T16:29:37.1560267Z [7495/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-11-01T16:29:37.2803796Z [7496/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-11-01T16:29:37.3336997Z [7497/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-11-01T16:29:37.6820412Z [7498/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-11-01T16:29:37.7039519Z [7499/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-11-01T16:29:37.9911521Z [7500/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-11-01T16:29:38.4180908Z [7501/7871] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-11-01T16:29:38.4960401Z [7502/7871] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-11-01T16:29:38.5493115Z [7503/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-11-01T16:29:38.5612267Z [7504/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-11-01T16:29:38.7946029Z [7505/7871] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-11-01T16:29:39.7870314Z [7506/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-11-01T16:29:41.0238311Z [7507/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-11-01T16:29:41.0970463Z [7508/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-11-01T16:29:41.1098309Z [7509/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-11-01T16:29:41.1874633Z [7510/7871] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-11-01T16:29:41.3029709Z [7511/7871] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-11-01T16:29:41.3957818Z [7512/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-11-01T16:29:41.5971570Z [7513/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-11-01T16:29:41.9260100Z [7514/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-11-01T16:29:42.0745532Z [7515/7871] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-11-01T16:29:42.1466715Z [7516/7871] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-11-01T16:29:42.1838984Z [7517/7871] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-11-01T16:29:42.3915639Z [7518/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-11-01T16:29:42.8229883Z [7519/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-11-01T16:29:42.8736347Z [7520/7871] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-11-01T16:29:43.0561551Z [7521/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-11-01T16:29:43.0738595Z [7522/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-11-01T16:29:43.5741333Z [7523/7871] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-11-01T16:29:43.6516756Z [7524/7871] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-11-01T16:29:43.7998390Z [7525/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-11-01T16:29:44.0844548Z [7526/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-11-01T16:29:44.4752302Z [7527/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-11-01T16:29:44.9676027Z [7528/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-11-01T16:29:45.3180755Z [7529/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-11-01T16:29:45.3511781Z [7530/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-11-01T16:29:45.3750663Z [7531/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-11-01T16:29:45.9098591Z [7532/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-11-01T16:29:46.5607210Z [7533/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-11-01T16:29:46.7299308Z [7534/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-11-01T16:29:46.7823157Z [7535/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-11-01T16:29:46.9663959Z [7536/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-11-01T16:29:47.0940035Z [7537/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-11-01T16:29:47.9918842Z [7538/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-11-01T16:29:48.2465049Z [7539/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-11-01T16:29:48.8525040Z [7540/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-11-01T16:29:49.5138643Z [7541/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-11-01T16:29:49.5867143Z [7542/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-11-01T16:29:49.6486989Z [7543/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-11-01T16:29:49.7819784Z [7544/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-11-01T16:29:49.8086564Z [7545/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-11-01T16:29:49.8251297Z [7546/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-11-01T16:29:50.3964193Z [7547/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-11-01T16:29:50.4695535Z [7548/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-11-01T16:29:50.5087116Z [7549/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-11-01T16:29:50.6651649Z [7550/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-11-01T16:29:51.1615191Z [7551/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-11-01T16:29:51.5541269Z [7552/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-11-01T16:29:52.3969280Z [7553/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-11-01T16:29:52.6917838Z [7554/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-11-01T16:29:52.7263008Z [7555/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-11-01T16:29:53.3131984Z [7556/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-11-01T16:29:53.3200770Z [7557/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-11-01T16:29:53.4438530Z [7558/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-11-01T16:29:53.5808365Z [7559/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-11-01T16:29:53.6168168Z [7560/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-11-01T16:29:54.1484871Z [7561/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-11-01T16:29:54.2001482Z [7562/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-11-01T16:29:54.3257206Z [7563/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-11-01T16:29:54.4693587Z [7564/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-11-01T16:29:54.5180795Z [7565/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-11-01T16:29:55.0830182Z [7566/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-11-01T16:29:55.2890458Z [7567/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-11-01T16:29:55.3227649Z [7568/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-11-01T16:29:55.4409135Z [7569/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-11-01T16:29:55.6736753Z [7570/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-11-01T16:29:55.7507301Z [7571/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-11-01T16:29:56.0744133Z [7572/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-11-01T16:29:56.1593178Z [7573/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-11-01T16:29:56.8380414Z [7574/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-11-01T16:29:57.1908715Z [7575/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-11-01T16:29:57.4476703Z [7576/7871] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-11-01T16:29:57.6519824Z [7577/7871] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-11-01T16:29:58.0123890Z [7578/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-11-01T16:29:58.5527845Z [7579/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-11-01T16:29:58.7944476Z [7580/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-11-01T16:29:59.5841571Z [7581/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-11-01T16:29:59.6640265Z [7582/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-11-01T16:29:59.6832792Z [7583/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-11-01T16:30:00.1874162Z [7584/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-11-01T16:30:00.2774915Z [7585/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-11-01T16:30:00.3733490Z [7586/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-11-01T16:30:00.7964661Z [7587/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-11-01T16:30:01.0071842Z [7588/7871] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-11-01T16:30:01.0285960Z [7589/7871] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-11-01T16:30:01.2870348Z [7590/7871] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-11-01T16:30:01.3458576Z [7591/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-11-01T16:30:02.3859831Z [7592/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-11-01T16:30:02.5405156Z [7593/7871] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-11-01T16:30:02.5574242Z [7594/7871] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-11-01T16:30:02.9203252Z [7595/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-11-01T16:30:03.1184359Z [7596/7871] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-11-01T16:30:03.9299873Z [7597/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-11-01T16:30:04.1498225Z [7598/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-11-01T16:30:04.3967275Z [7599/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-11-01T16:30:04.5182688Z [7600/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-11-01T16:30:05.3874639Z [7601/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-11-01T16:30:05.4522453Z [7602/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-11-01T16:30:05.5045158Z [7603/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-11-01T16:30:05.5302796Z [7604/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-11-01T16:30:05.6609655Z [7605/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-11-01T16:30:05.7187086Z [7606/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-11-01T16:30:05.7402483Z [7607/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-11-01T16:30:05.9311134Z [7608/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-11-01T16:30:06.4315580Z [7609/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-11-01T16:30:06.5074500Z [7610/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-11-01T16:30:06.5277404Z [7611/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-11-01T16:30:06.5735438Z [7612/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-11-01T16:30:06.6058360Z [7613/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2024-11-01T16:30:06.6609016Z [7614/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-11-01T16:30:06.8730787Z [7615/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-11-01T16:30:07.3632183Z [7616/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-11-01T16:30:07.5813758Z [7617/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-11-01T16:30:07.7332747Z [7618/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-11-01T16:30:07.7615717Z [7619/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-11-01T16:30:08.3054436Z [7620/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-11-01T16:30:08.6952306Z [7621/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-11-01T16:30:09.6027354Z [7622/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-11-01T16:30:09.6718948Z [7623/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-11-01T16:30:09.8036340Z [7624/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-11-01T16:30:10.9619924Z [7625/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-11-01T16:30:11.0351646Z [7626/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-11-01T16:30:11.0354640Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(594): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2024-11-01T16:30:11.0358010Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1857): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-11-01T16:30:11.0361620Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1857): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-11-01T16:30:11.8153282Z [7627/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-11-01T16:30:12.0235546Z [7628/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-11-01T16:30:13.0808775Z [7629/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-11-01T16:30:13.1223610Z [7630/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-11-01T16:30:13.1625809Z [7631/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-11-01T16:30:13.2259554Z [7632/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-11-01T16:30:14.0596615Z [7633/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-11-01T16:30:14.0955762Z [7634/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-11-01T16:30:14.5220440Z [7635/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-11-01T16:30:14.8852995Z [7636/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-11-01T16:30:15.1817127Z [7637/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-11-01T16:30:16.2865349Z [7638/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-11-01T16:30:16.4724490Z [7639/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-11-01T16:30:16.4905556Z [7640/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-11-01T16:30:17.2926285Z [7641/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-11-01T16:30:17.6438120Z [7642/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-11-01T16:30:17.8990268Z [7643/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-11-01T16:30:18.1295671Z [7644/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-11-01T16:30:18.3987367Z [7645/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-11-01T16:30:18.5048769Z [7646/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-11-01T16:30:18.6486390Z [7647/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-11-01T16:30:18.6726391Z [7648/7871] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-11-01T16:30:18.6729211Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:30:18.6731664Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:30:18.9827318Z [7649/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-11-01T16:30:19.1370804Z [7650/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-11-01T16:30:19.2017991Z [7651/7871] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-11-01T16:30:19.2019411Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:30:19.2020952Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:30:19.5190201Z [7652/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2024-11-01T16:30:19.7006697Z [7653/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-11-01T16:30:19.7673050Z [7654/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-11-01T16:30:19.8856154Z [7655/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-11-01T16:30:20.0675598Z [7656/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-11-01T16:30:20.9100139Z [7657/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2024-11-01T16:30:21.6173126Z [7658/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-11-01T16:30:22.1413930Z [7659/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-11-01T16:30:22.6740973Z [7660/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-11-01T16:30:22.7352200Z [7661/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-11-01T16:30:22.8459835Z [7662/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-11-01T16:30:22.8938223Z [7663/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-11-01T16:30:23.1231436Z [7664/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-11-01T16:30:23.9269875Z [7665/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-11-01T16:30:24.1682553Z [7666/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-11-01T16:30:24.1778098Z [7667/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-11-01T16:30:25.1611507Z [7668/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-11-01T16:30:25.3325147Z [7669/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-11-01T16:30:26.0680409Z [7670/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-11-01T16:30:26.1025116Z [7671/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-11-01T16:30:26.2280109Z [7672/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-11-01T16:30:26.2827314Z [7673/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-11-01T16:30:26.3401886Z [7674/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-11-01T16:30:27.0042050Z [7675/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-11-01T16:30:27.1065139Z [7676/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-11-01T16:30:27.2065731Z [7677/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-11-01T16:30:27.2598172Z [7678/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-11-01T16:30:27.2774703Z [7679/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-11-01T16:30:27.3887302Z [7680/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-11-01T16:30:27.6472751Z [7681/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-11-01T16:30:28.0300996Z [7682/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-11-01T16:30:28.0621125Z [7683/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-11-01T16:30:28.0823176Z [7684/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-11-01T16:30:28.5828442Z [7685/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-11-01T16:30:28.6866151Z [7686/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-11-01T16:30:28.9294578Z [7687/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-11-01T16:30:28.9954475Z [7688/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-11-01T16:30:29.2409522Z [7689/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-11-01T16:30:29.5249492Z [7690/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-11-01T16:30:29.8959443Z [7691/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-11-01T16:30:30.0184451Z [7692/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-11-01T16:30:30.2786829Z [7693/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-11-01T16:30:30.7865165Z [7694/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-11-01T16:30:31.5276220Z [7695/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-11-01T16:30:32.0022725Z [7696/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-11-01T16:30:32.7890568Z [7697/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-11-01T16:30:33.1501036Z [7698/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-11-01T16:30:33.4241149Z [7699/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-11-01T16:30:33.5080064Z [7700/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-11-01T16:30:33.5473437Z [7701/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-11-01T16:30:34.1880623Z [7702/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-11-01T16:30:34.4279835Z [7703/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-11-01T16:30:34.5409802Z [7704/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-11-01T16:30:34.5855704Z [7705/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-11-01T16:30:35.2807146Z [7706/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-11-01T16:30:35.3908200Z [7707/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-11-01T16:30:35.9950530Z [7708/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-11-01T16:30:35.9953420Z 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-11-01T16:30:35.9958745Z 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-11-01T16:30:35.9961947Z with 2024-11-01T16:30:35.9962416Z [ 2024-11-01T16:30:35.9962972Z _Ty1=const pybind11::object &, 2024-11-01T16:30:35.9963751Z _Ty2=const pybind11::object & 2024-11-01T16:30:35.9964446Z ] 2024-11-01T16:30:35.9967221Z 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-11-01T16:30:35.9970259Z with 2024-11-01T16:30:35.9970692Z [ 2024-11-01T16:30:35.9971208Z _InIt1=const pybind11::object *, 2024-11-01T16:30:35.9971883Z _InIt2=const pybind11::object *, 2024-11-01T16:30:35.9972578Z _Pr=std::equal_to 2024-11-01T16:30:35.9973230Z ] 2024-11-01T16:30:35.9976306Z 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-11-01T16:30:35.9979470Z with 2024-11-01T16:30:35.9979913Z [ 2024-11-01T16:30:35.9980473Z _InIt1=const pybind11::object *, 2024-11-01T16:30:35.9981294Z _InIt2=const pybind11::object * 2024-11-01T16:30:35.9981999Z ] 2024-11-01T16:30:35.9985667Z 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-11-01T16:30:36.9300016Z [7709/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-11-01T16:30:37.6902708Z [7710/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-11-01T16:30:37.8258429Z [7711/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-11-01T16:30:37.9304593Z [7712/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-11-01T16:30:38.0316937Z [7713/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-11-01T16:30:38.0967140Z [7714/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-11-01T16:30:38.4585715Z [7715/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-11-01T16:30:38.9249944Z [7716/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-11-01T16:30:38.9411462Z [7717/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-11-01T16:30:39.0136592Z [7718/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-11-01T16:30:39.3408145Z [7719/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-11-01T16:30:39.8585565Z [7720/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-11-01T16:30:40.1467466Z [7721/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-11-01T16:30:40.7393938Z [7722/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-11-01T16:30:40.9785041Z [7723/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-11-01T16:30:41.2632222Z [7724/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-11-01T16:30:41.3913675Z [7725/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-11-01T16:30:41.5675715Z [7726/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-11-01T16:30:41.7690670Z [7727/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-11-01T16:30:42.1564222Z [7728/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-11-01T16:30:42.1899889Z [7729/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-11-01T16:30:42.2643294Z [7730/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-11-01T16:30:42.3992577Z [7731/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-11-01T16:30:42.5483840Z [7732/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-11-01T16:30:42.5829153Z [7733/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-11-01T16:30:43.1537668Z [7734/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-11-01T16:30:43.4051126Z [7735/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-11-01T16:30:43.6482996Z [7736/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-11-01T16:30:44.0521333Z [7737/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-11-01T16:30:44.4057967Z [7738/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-11-01T16:30:44.4694496Z [7739/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-11-01T16:30:45.3182346Z [7740/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-11-01T16:30:45.4083438Z [7741/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2024-11-01T16:30:45.4495291Z [7742/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-11-01T16:30:45.7388814Z [7743/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-11-01T16:30:46.4872825Z [7744/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-11-01T16:30:47.4787480Z [7745/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudart.cpp.obj 2024-11-01T16:30:47.5692737Z [7746/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-11-01T16:30:47.7211199Z [7747/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Stream.cpp.obj 2024-11-01T16:30:48.3577511Z [7748/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudnn.cpp.obj 2024-11-01T16:30:48.4566523Z [7749/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\GdsFile.cpp.obj 2024-11-01T16:30:48.6807328Z [7750/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\python_comm.cpp.obj 2024-11-01T16:30:48.8402249Z [7751/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Module.cpp.obj 2024-11-01T16:30:48.8751323Z [7752/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Event.cpp.obj 2024-11-01T16:30:48.9806578Z [7753/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Graph.cpp.obj 2024-11-01T16:30:49.5144853Z [7754/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\nvtx.cpp.obj 2024-11-01T16:30:51.0352504Z [7755/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\MemPool.cpp.obj 2024-11-01T16:30:51.4194695Z [7756/7871] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-11-01T16:30:51.4196162Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:30:51.4197753Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:30:51.8116665Z [7757/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\utils.cpp.obj 2024-11-01T16:30:51.8871588Z [7758/7871] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-11-01T16:30:52.0174136Z [7759/7871] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-11-01T16:30:52.1969671Z [7760/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-11-01T16:30:52.4690283Z [7761/7871] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-11-01T16:30:52.5275126Z [7762/7871] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-11-01T16:30:53.9089019Z [7763/7871] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-11-01T16:35:23.9573695Z [7764/7871] Linking CXX shared library bin\torch_cpu.dll 2024-11-01T16:35:24.9223901Z [7765/7871] Linking CXX static library lib\unbox_lib.lib 2024-11-01T16:35:25.6916037Z [7766/7871] Linking CXX executable bin\BackoffTest.exe 2024-11-01T16:35:25.6952735Z [7767/7871] Linking CXX executable bin\TCPStoreTest.exe 2024-11-01T16:35:25.7115317Z [7768/7871] Linking CXX executable bin\test_edge_op_registration.exe 2024-11-01T16:35:25.7146949Z [7769/7871] Linking CXX executable bin\FileStoreTest.exe 2024-11-01T16:36:31.7148059Z [7770/7871] Linking CXX shared library bin\torch_cuda.dll 2024-11-01T16:36:31.8613167Z [7771/7871] Linking CXX shared library bin\torch.dll 2024-11-01T16:36:31.8815549Z [7772/7871] Linking CXX shared library bin\c10d_cuda_test.dll 2024-11-01T16:36:32.4714861Z [7773/7871] Linking CXX executable bin\type_ptr_test.exe 2024-11-01T16:36:32.5077102Z [7774/7871] Linking CXX executable bin\test_parallel.exe 2024-11-01T16:36:32.5401846Z [7775/7871] Linking CXX executable bin\thread_init_test.exe 2024-11-01T16:36:32.5521028Z [7776/7871] Linking CXX executable bin\type_test.exe 2024-11-01T16:36:32.5533142Z [7777/7871] Linking CXX executable bin\stride_properties_test.exe 2024-11-01T16:36:32.5543208Z [7778/7871] Linking CXX executable bin\StorageUtils_test.exe 2024-11-01T16:36:32.5592632Z [7779/7871] Linking CXX executable bin\scalar_test.exe 2024-11-01T16:36:32.9830498Z [7780/7871] Linking CXX executable bin\tensor_iterator_test.exe 2024-11-01T16:36:32.9885125Z [7781/7871] Linking CXX executable bin\Dimname_test.exe 2024-11-01T16:36:33.2927199Z [7782/7871] Linking CXX executable bin\NamedTensor_test.exe 2024-11-01T16:36:33.5087793Z [7783/7871] Linking CXX executable bin\apply_utils_test.exe 2024-11-01T16:36:33.5118740Z [7784/7871] Linking CXX executable bin\Dict_test.exe 2024-11-01T16:36:33.5304401Z [7785/7871] Linking CXX executable bin\atest.exe 2024-11-01T16:36:33.5392509Z [7786/7871] Linking CXX executable bin\MaybeOwned_test.exe 2024-11-01T16:36:33.9972138Z [7787/7871] Linking CXX executable bin\basic.exe 2024-11-01T16:36:34.0138651Z [7788/7871] Linking CXX executable bin\broadcast_test.exe 2024-11-01T16:36:34.0233639Z [7789/7871] Linking CXX executable bin\cpu_allocator_test.exe 2024-11-01T16:36:34.0278109Z [7790/7871] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-11-01T16:36:34.0287332Z [7791/7871] Linking CXX executable bin\cpu_generator_test.exe 2024-11-01T16:36:34.6445298Z [7792/7871] Linking CXX executable bin\dispatch_key_set_test.exe 2024-11-01T16:36:34.6637324Z [7793/7871] Linking CXX executable bin\dlconvertor_test.exe 2024-11-01T16:36:34.7372706Z [7794/7871] Linking CXX executable bin\half_test.exe 2024-11-01T16:36:34.7724120Z [7795/7871] Linking CXX executable bin\extension_backend_test.exe 2024-11-01T16:36:35.1674905Z [7796/7871] Linking CXX executable bin\lazy_tensor_test.exe 2024-11-01T16:36:35.2800250Z [7797/7871] Linking CXX executable bin\memory_format_test.exe 2024-11-01T16:36:35.3977527Z [7798/7871] Linking CXX executable bin\math_kernel_test.exe 2024-11-01T16:36:35.7310043Z [7799/7871] Linking CXX executable bin\cpu_rng_test.exe 2024-11-01T16:36:35.9125223Z [7800/7871] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-11-01T16:36:35.9328468Z [7801/7871] Linking CXX executable bin\ivalue_test.exe 2024-11-01T16:36:35.9344570Z [7802/7871] Linking CXX executable bin\native_test.exe 2024-11-01T16:36:36.0624487Z [7803/7871] Linking CXX executable bin\memory_overlapping_test.exe 2024-11-01T16:36:36.1469305Z [7804/7871] Linking CXX executable bin\operator_name_test.exe 2024-11-01T16:36:36.4436396Z [7805/7871] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-11-01T16:36:36.4565827Z [7806/7871] Linking CXX executable bin\operators_test.exe 2024-11-01T16:36:36.5696790Z [7807/7871] Linking CXX executable bin\quantized_test.exe 2024-11-01T16:36:36.6928387Z [7808/7871] Linking CXX executable bin\reduce_ops_test.exe 2024-11-01T16:36:36.7626210Z [7809/7871] Linking CXX executable bin\pow_test.exe 2024-11-01T16:36:36.9520166Z [7810/7871] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-11-01T16:36:37.2049609Z [7811/7871] Linking CXX executable bin\scalar_tensor_test.exe 2024-11-01T16:36:37.2185770Z [7812/7871] Linking CXX executable bin\verify_api_visibility.exe 2024-11-01T16:36:37.2355242Z [7813/7871] Linking CXX executable bin\undefined_tensor_test.exe 2024-11-01T16:36:37.4757259Z [7814/7871] Linking CXX executable bin\legacy_vmap_test.exe 2024-11-01T16:36:37.4892649Z [7815/7871] Linking CXX executable bin\weakref_test.exe 2024-11-01T16:36:37.7257427Z [7816/7871] Linking CXX executable bin\wrapdim_test.exe 2024-11-01T16:36:37.7427460Z [7817/7871] Linking CXX executable bin\xla_tensor_test.exe 2024-11-01T16:36:37.8744368Z [7818/7871] Linking CXX executable bin\IListRef_test.exe 2024-11-01T16:36:38.2407322Z [7819/7871] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-11-01T16:36:38.3343280Z [7820/7871] Linking CXX executable bin\KernelFunction_test.exe 2024-11-01T16:36:38.3420211Z [7821/7871] Linking CXX executable bin\List_test.exe 2024-11-01T16:36:38.3503194Z [7822/7871] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-11-01T16:36:38.5631566Z [7823/7871] Linking CXX executable bin\op_allowlist_test.exe 2024-11-01T16:36:38.6847354Z [7824/7871] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-11-01T16:36:38.8770836Z [7825/7871] Linking CXX executable bin\CppSignature_test.exe 2024-11-01T16:36:38.8973835Z [7826/7871] Linking CXX executable bin\kernel_stackbased_test.exe 2024-11-01T16:36:38.9164855Z [7827/7871] Linking CXX executable bin\kernel_function_test.exe 2024-11-01T16:36:39.1856582Z [7828/7871] Linking CXX executable bin\cuda_apply_test.exe 2024-11-01T16:36:39.1934851Z [7829/7871] Linking CXX executable bin\backend_fallback_test.exe 2024-11-01T16:36:39.4174874Z [7830/7871] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-11-01T16:36:39.5247177Z [7831/7871] Linking CXX executable bin\kernel_lambda_test.exe 2024-11-01T16:36:39.5555929Z [7832/7871] Linking CXX executable bin\inline_container_test.exe 2024-11-01T16:36:39.7024523Z [7833/7871] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-11-01T16:36:39.7071854Z [7834/7871] Linking CXX executable bin\cuda_allocator_test.exe 2024-11-01T16:36:39.8210920Z [7835/7871] Linking CXX executable bin\cuda_atomic_ops_test.exe 2024-11-01T16:36:39.9982347Z [7836/7871] Linking CXX executable bin\cuda_device_test.exe 2024-11-01T16:36:40.0011740Z [7837/7871] Linking CXX executable bin\cuda_complex_math_test.exe 2024-11-01T16:36:40.0021896Z [7838/7871] Linking CXX executable bin\cuda_caching_host_allocator_test.exe 2024-11-01T16:36:40.0264474Z [7839/7871] Linking CXX executable bin\cuda_complex_test.exe 2024-11-01T16:36:40.0894177Z [7840/7871] Linking CXX executable bin\cuda_cub_test.exe 2024-11-01T16:36:40.2678784Z [7841/7871] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-11-01T16:36:40.3732435Z [7842/7871] Linking CXX executable bin\cuda_integer_divider_test.exe 2024-11-01T16:36:40.3826706Z [7843/7871] Linking CXX executable bin\cuda_dlconvertor_test.exe 2024-11-01T16:36:40.3846436Z [7844/7871] Linking CXX executable bin\cuda_distributions_test.exe 2024-11-01T16:36:40.3866641Z [7845/7871] Linking CXX executable bin\cuda_generator_test.exe 2024-11-01T16:36:40.4694106Z [7846/7871] Linking CXX executable bin\cuda_optional_test.exe 2024-11-01T16:36:40.4737713Z [7847/7871] Linking CXX executable bin\cuda_half_test.exe 2024-11-01T16:36:40.6592394Z [7848/7871] Linking CXX executable bin\cuda_allocatorTraceTracker_test.exe 2024-11-01T16:36:40.7674579Z [7849/7871] Linking CXX executable bin\cuda_packedtensoraccessor_test.exe 2024-11-01T16:36:40.7733610Z [7850/7871] Linking CXX executable bin\cuda_reportMemoryUsage_test.exe 2024-11-01T16:36:40.7792164Z [7851/7871] Linking CXX executable bin\cuda_stream_test.exe 2024-11-01T16:36:40.7874319Z [7852/7871] Linking CXX executable bin\cuda_cudnn_test.exe 2024-11-01T16:36:41.0338843Z [7853/7871] Linking CXX executable bin\cuda_vectorized_test.exe 2024-11-01T16:36:41.1656362Z [7854/7871] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-11-01T16:36:41.1799673Z [7855/7871] Linking CXX executable bin\parallel_benchmark.exe 2024-11-01T16:36:41.2471122Z [7856/7871] Linking CXX executable bin\ProcessGroupGlooAsyncTest.exe 2024-11-01T16:36:41.3924716Z [7857/7871] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-11-01T16:36:41.6289460Z [7858/7871] Linking CXX shared library bin\jitbackend_test.dll 2024-11-01T16:36:41.8098813Z [7859/7871] Linking CXX shared library bin\shm.dll 2024-11-01T16:36:42.0679023Z [7860/7871] Linking CXX shared library bin\aoti_custom_ops.dll 2024-11-01T16:36:42.1002545Z [7861/7871] Linking CXX shared library bin\backend_with_compiler.dll 2024-11-01T16:36:42.8087286Z [7862/7871] Linking CXX shared library bin\torchbind_test.dll 2024-11-01T16:36:44.2736122Z [7863/7871] Linking CXX executable bin\op_registration_test.exe 2024-11-01T16:36:44.5392308Z [7864/7871] Linking CXX executable bin\test_lazy.exe 2024-11-01T16:36:47.0500537Z [7865/7871] Linking CXX executable bin\test_tensorexpr.exe 2024-11-01T16:36:49.8403806Z [7866/7871] Linking CXX executable bin\test_jit.exe 2024-11-01T16:36:50.8062401Z [7867/7871] Linking CXX executable bin\test_api.exe 2024-11-01T16:36:58.3922167Z [7868/7871] Linking CXX shared library bin\torch_python.dll 2024-11-01T16:36:58.5602535Z [7869/7871] Linking CXX shared module functorch\functorch.pyd 2024-11-01T16:36:58.5697448Z [7870/7871] Linking CXX shared library bin\nnapi_backend.dll 2024-11-01T16:36:58.5712374Z [7870/7871] Install the project... 2024-11-01T16:36:58.6217806Z -- Install configuration: "Release" 2024-11-01T16:37:44.4241625Z -- Building version 2.6.0a0+gitd1aa4ef 2024-11-01T16:37:44.4249725Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2019-cuda12.1-py3 -DBUILD_PYTHON=True -DBUILD_TEST=True -DBUILD_TYPE=release -DBUILD_WHEEL=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/bin/nvcc.exe -DCMAKE_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 -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 -DCUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat -DCUDNN_LIBRARY=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1\lib\x64 -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DTORCH_BUILD_VERSION=2.6.0a0+gitd1aa4ef -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=1 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:37:44.4261168Z cmake --build . --target install --config Release -- -j 8 2024-11-01T16:37:44.4261685Z running bdist_wheel 2024-11-01T16:37:47.6181166Z running build 2024-11-01T16:37:47.6181541Z running build_py 2024-11-01T16:37:47.6313321Z creating build\lib.win-amd64-cpython-39 2024-11-01T16:37:47.6315136Z creating build\lib.win-amd64-cpython-39\functorch 2024-11-01T16:37:47.6317616Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-11-01T16:37:47.6343699Z creating build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.6345755Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.6385307Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.6413626Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.6441547Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7816265Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7832478Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7843878Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7855132Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7888987Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7919976Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7931703Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7943565Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.7949081Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8427879Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8437945Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8449018Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8461834Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8472683Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8477985Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8500550Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8529681Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8542261Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8584919Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8585737Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8669718Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8681141Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8719226Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8730744Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8742173Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8754005Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8764400Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8770026Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8814294Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8882316Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8901673Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.8906504Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9457947Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9482449Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9488133Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9493740Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9505768Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9523345Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9528858Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9539827Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:47.9591214Z creating build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9594007Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9605401Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9617212Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9673029Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9690847Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9715031Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9738476Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9765291Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9798975Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9799884Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9812101Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9823457Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9879781Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9897415Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9914187Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9924885Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:37:47.9933634Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-11-01T16:37:47.9936150Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-11-01T16:37:47.9948486Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:47.9951165Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:47.9961515Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:47.9972375Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:47.9983306Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:47.9999801Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:48.0012206Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:48.0031304Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:48.0037033Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:48.0053864Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:37:48.0078585Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:37:48.0079422Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:37:48.0080423Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:37:48.0093070Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:37:48.0100919Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:37:48.0108584Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:37:48.0113920Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:37:48.0119255Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:37:48.0125587Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-11-01T16:37:48.0128321Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-11-01T16:37:48.0134055Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-11-01T16:37:48.0136638Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-11-01T16:37:48.0143447Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-11-01T16:37:48.0145941Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-11-01T16:37:48.0152513Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-11-01T16:37:48.0160939Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-11-01T16:37:48.0167219Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-11-01T16:37:48.0169682Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-11-01T16:37:48.0176237Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:37:48.0178952Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:37:48.0189413Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:37:48.0202770Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:37:48.0205370Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:37:48.0225099Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:37:48.0244991Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:37:48.0251431Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-11-01T16:37:48.0253937Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-11-01T16:37:48.0262145Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0264803Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0275985Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0288489Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0310854Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0367684Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0392940Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0405676Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0423941Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0453283Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0464598Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0486972Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0492116Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:37:48.0510932Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-11-01T16:37:48.0513317Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-11-01T16:37:48.0525381Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-11-01T16:37:48.0528043Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-11-01T16:37:48.0540860Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:37:48.0543530Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:37:48.0554656Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:37:48.0560135Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-11-01T16:37:48.0562549Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-11-01T16:37:48.0579473Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0581889Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0587236Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0591570Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0919853Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0937561Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0948488Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0980299Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0987321Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.0998061Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1007494Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1018629Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1023884Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1034824Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1045931Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1056467Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1075465Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1093810Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1103776Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:37:48.1137179Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.1140185Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.2320925Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.2348031Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.2365090Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.2375008Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.2397072Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3445877Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3892078Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3898010Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3909814Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3921799Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3946960Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3958014Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3969333Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.3980881Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.4005466Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.4021064Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.4034231Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:37:48.4054260Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4057138Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4068838Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4079217Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4093372Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4109601Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4119571Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4134570Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4151201Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4162474Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4173260Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4185075Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4200664Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4211406Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4222082Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4232270Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4242651Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4253393Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4264045Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4274497Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4284574Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4295799Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4306057Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4323106Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4337716Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4348004Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4359152Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4369236Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4379898Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4391287Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4402855Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4414905Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4430232Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4895669Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4908486Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4924780Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4939722Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4954339Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4969287Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.4983546Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5001727Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5014726Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5065614Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5077823Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5090928Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5104502Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5127291Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5142484Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:37:48.5166862Z creating build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.5169641Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.5175233Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.5609424Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.5645164Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.5699858Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6136835Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6185148Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6199127Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6215249Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6232521Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6242568Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6266115Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6318357Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6328514Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6340902Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:37:48.6362571Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-11-01T16:37:48.6365047Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-11-01T16:37:48.6411374Z creating build\lib.win-amd64-cpython-39\torch\func 2024-11-01T16:37:48.6413615Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-11-01T16:37:48.6420224Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-11-01T16:37:48.6422688Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-11-01T16:37:48.6438031Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6440791Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6454216Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6459978Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6553943Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6555558Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6577514Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6601354Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6636157Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6656722Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6681823Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6693735Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6707750Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6720030Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.6731789Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.7511923Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.7526999Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.7593174Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.7609973Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:37:48.9344304Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9346544Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9369170Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9404706Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9417002Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9437734Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9453902Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9464616Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9480902Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9495002Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9508412Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9522966Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9538955Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9558055Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9563563Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9576211Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9591537Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9602250Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9607791Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9621633Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9632186Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9667741Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9721083Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:48.9742080Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:49.0012911Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:49.0023415Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:49.0071256Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:49.0089528Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-11-01T16:37:49.0092002Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-11-01T16:37:49.0175772Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:37:49.0185901Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:37:49.1160438Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:37:49.1214474Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:37:49.1230102Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-11-01T16:37:49.1232581Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-11-01T16:37:49.1247855Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:37:49.1250448Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:37:49.1263149Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:37:49.1273572Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:37:49.1285892Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:37:49.1288406Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:37:49.1299888Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:37:49.1314030Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1316790Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1328581Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1344630Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1365668Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1382182Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1399508Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:37:49.1415471Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-11-01T16:37:49.1418211Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-11-01T16:37:49.1447235Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1449321Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1464641Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1475804Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1653065Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1667009Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1702345Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1716977Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1729575Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:49.1747565Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1750635Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1761082Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1775559Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1794499Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1870775Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1902218Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1949537Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.1962862Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2008726Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2025017Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2038564Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2052462Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2063435Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2076258Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2082033Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2095360Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2109268Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.2121610Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3135135Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3189007Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3250032Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3263428Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3273878Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3283678Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3288995Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3300348Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3312314Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3901870Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3917396Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:37:49.3940760Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.3943271Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.3967372Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.3990211Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4024015Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4069400Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4070269Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4092869Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4123362Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4191882Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4216817Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4254716Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4286586Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4312836Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4333013Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4358605Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4373495Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4395776Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4421011Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4433903Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:37:49.4451662Z creating build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4454683Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4468143Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4479396Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4506657Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4522409Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4566153Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4595572Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4607535Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4620742Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4630722Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4642844Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4657377Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4668469Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4682015Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4694443Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:37:49.4701998Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.4704488Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.4719736Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.4755479Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.4760807Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.4903571Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.5825879Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.5838666Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:37:49.5859104Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5862006Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5876551Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5882522Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5909258Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5922284Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5942101Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5956210Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.5970187Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6032730Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6033816Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6034849Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6035867Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6049152Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6050354Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6053600Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6069084Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:37:49.6085054Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-11-01T16:37:49.6087608Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-11-01T16:37:49.6094976Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.6097658Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.6119876Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.6134009Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.6155790Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.6219999Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.7375616Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:37:49.7402690Z creating build\lib.win-amd64-cpython-39\torch\special 2024-11-01T16:37:49.7405122Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-11-01T16:37:49.7453485Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:37:49.7456108Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:37:49.7497432Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:37:49.7513193Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:37:49.7525098Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:37:49.7537891Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7540910Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7565716Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7588324Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7643141Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7673996Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7679340Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7751560Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7761352Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7774884Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7787612Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7813136Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7829366Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7844312Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7860295Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7865989Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7878770Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7895029Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7907171Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7920039Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.7933328Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8469934Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8493257Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8508209Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8520343Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8550433Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8563154Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8595048Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8595933Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8609759Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8620356Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8630952Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8640655Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8655309Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8677950Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8727584Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8740960Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8746211Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8762280Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8774649Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8780439Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8796250Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:37:49.8808920Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8811417Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8826758Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8840243Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8854310Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8869447Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8881256Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:37:49.8913304Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-11-01T16:37:49.8915690Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-11-01T16:37:49.8927790Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:37:49.8930714Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:37:49.8942069Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:37:49.8955134Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:37:49.8981411Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:37:49.8987781Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:37:49.8990889Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:37:49.9191054Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:37:49.9203401Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:37:49.9636503Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:37:50.0275254Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:37:50.0278010Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:37:50.0296102Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:37:50.0307906Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0311624Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0327906Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0374352Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0397836Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0411753Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0437673Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0451845Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0491451Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0503686Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.0527593Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1405715Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1416809Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1431187Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1458544Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1487593Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1500296Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1515664Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1576541Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1602973Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1608806Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1625431Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1711430Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1727357Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1740756Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.1752770Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4085146Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4105844Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4116645Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4128341Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4152793Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4177683Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4203459Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4311072Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4330622Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4344844Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4355581Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.4378480Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.5072143Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.5095488Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.5213295Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.5239293Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:37:50.5259696Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5262448Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5343133Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5365030Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5394190Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5435784Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5455112Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5499413Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5531238Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5546492Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:37:50.5570344Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5573167Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5768815Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5797936Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5829412Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5855928Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5881239Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5895111Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5916657Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5966096Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.5969507Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6044929Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6064505Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6090678Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6113424Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6161423Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6176270Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6181817Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6195024Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6226820Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6243227Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6266946Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:37:50.6284287Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6287254Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6298971Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6327454Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6350235Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6362660Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6378273Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6412991Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6427280Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6441065Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6458626Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6471420Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6485231Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6508423Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6521253Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6536449Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6576836Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6597940Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6614303Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6629343Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:37:50.6642872Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.6646058Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.6663697Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.6676297Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.6707810Z copying torch\_inductor\bisect_helper.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7298486Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7314893Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7421950Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7458073Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7471926Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7487844Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7546192Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7576184Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7587664Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7617126Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7629516Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7676533Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7688934Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7699756Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7716263Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7738093Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7755723Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7770645Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7781150Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7792412Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7804150Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7846389Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7851945Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7865338Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.7876852Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.8992766Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9005642Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9024758Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9121417Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9150353Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9164863Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9203028Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9239512Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9261503Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9275242Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9333322Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9344167Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9357375Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9455286Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9510420Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9548947Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9574032Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9588682Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9600994Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9614366Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9675989Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9691615Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9706761Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:37:50.9725194Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9728237Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9743034Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9753271Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9758630Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9772105Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9795947Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9816715Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9822127Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9827595Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9840378Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9845868Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:37:50.9862088Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:50.9864904Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:50.9880560Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0415473Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0428275Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0446428Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0459387Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0470034Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0481654Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0494735Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:37:51.0502220Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:37:51.0504940Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:37:51.0514973Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:37:51.0534585Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:37:51.0559056Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:37:51.0574998Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:37:51.0589957Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0592584Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0602893Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0614060Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0625644Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0636312Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0664179Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0676535Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0688095Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0698583Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0727961Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0733342Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0749278Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0761371Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0773272Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0785538Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0796466Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0808502Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:37:51.0815641Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:37:51.0818302Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:37:51.0830917Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:37:51.0841017Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:37:51.0851123Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:37:51.0862483Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:37:51.0907442Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:37:51.0910164Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:37:51.0926376Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:37:51.0961532Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:37:51.0964284Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:37:51.0979820Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:37:51.0990055Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:37:51.1081851Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:37:51.1089977Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:37:51.1106609Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:37:51.1117691Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:37:51.1130524Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1133159Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1158958Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1209438Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1226514Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1248127Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1288424Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1300823Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1311931Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:37:51.1318286Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-11-01T16:37:51.1325592Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-11-01T16:37:51.1331008Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-11-01T16:37:51.1333708Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-11-01T16:37:51.1340433Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:37:51.1347961Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:37:51.1364675Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:37:51.1387358Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:37:51.1393127Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:37:51.1400502Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:37:51.1415291Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:37:51.1424391Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1427166Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1445235Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1457222Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1472782Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1506540Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1525540Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1538514Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1551098Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1569696Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1596960Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1608511Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1621786Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1633131Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1647962Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1684400Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1685537Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1695683Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1708141Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:37:51.1720423Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-11-01T16:37:51.1723013Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-11-01T16:37:51.1734683Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-11-01T16:37:51.1742223Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-11-01T16:37:51.1748924Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-11-01T16:37:51.1751471Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-11-01T16:37:51.1758035Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:37:51.1771411Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:37:51.1787951Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:37:51.1794480Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-11-01T16:37:51.1797033Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-11-01T16:37:51.1803793Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:37:51.1806434Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:37:51.1818496Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:37:51.1824781Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-11-01T16:37:51.1827323Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-11-01T16:37:51.1834004Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-11-01T16:37:51.1836624Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-11-01T16:37:51.1843518Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:37:51.1852426Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:37:51.1875800Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:37:51.1886784Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:37:51.1897036Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:37:51.1912945Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:37:51.1915572Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:37:51.1922559Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:37:51.1925415Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:37:51.1940767Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:37:51.1951735Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:37:51.1969487Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:37:51.1980951Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:37:51.1992441Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:37:51.1995317Z 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-11-01T16:37:51.2006652Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:37:51.2012823Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-11-01T16:37:51.2020534Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-11-01T16:37:51.2027483Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:37:51.2030273Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:37:51.2042164Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:37:51.2058149Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:37:51.2068574Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:37:51.2075509Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:37:51.2078198Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:37:51.2088939Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:37:51.2096283Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:37:51.2099246Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:37:51.2116648Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:37:51.2137619Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:37:51.2144393Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-11-01T16:37:51.2146975Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-11-01T16:37:51.2155323Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2158250Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2171966Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2183612Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2207520Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2222344Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2238723Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2250033Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2261541Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2277979Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2288639Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2302363Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:37:51.2314811Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-11-01T16:37:51.2326752Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-11-01T16:37:51.2333619Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:37:51.2336278Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:37:51.2352877Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:37:51.2363595Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:37:51.2391571Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:37:51.2398687Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2401420Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2418257Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2428430Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2447021Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2458022Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2470841Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:37:51.2477919Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:37:51.2480605Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:37:51.2493778Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:37:51.2507954Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:37:51.2514729Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:37:51.2517846Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:37:51.2528697Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:37:51.2536510Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2539735Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2555587Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2580346Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2596583Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2607530Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2642033Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2654118Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2677517Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2684063Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2696154Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:37:51.2702692Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:37:51.2714522Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:37:51.2726633Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:37:51.2737502Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:37:51.2753194Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:37:51.2764509Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:37:51.2772222Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:37:51.2784464Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:37:51.2795690Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:37:51.2812393Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:37:51.2824320Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:37:51.2829898Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-11-01T16:37:51.2832515Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-11-01T16:37:51.2843666Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:37:51.2846640Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:37:51.2863599Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:37:51.2869122Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:37:51.2872211Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:37:51.2883577Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:37:51.2890499Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:37:51.2898765Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:37:51.2910228Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:37:51.2922008Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:37:51.2938965Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:37:51.2946616Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.2949707Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.2961141Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.2971895Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.2987347Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.2998524Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.3009340Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.3026391Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.3036731Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:37:51.3043273Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:37:51.3046520Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:37:51.3052335Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-11-01T16:37:51.3055485Z 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-11-01T16:37:51.3067587Z 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-11-01T16:37:51.3078146Z 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-11-01T16:37:51.3091178Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3093941Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3112079Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3129435Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3142323Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3158484Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3163104Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3180616Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3192731Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3203770Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3214848Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3225697Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3244206Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3255529Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:37:51.3274038Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3276746Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3307354Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3324007Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3340630Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3354770Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3371080Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3376713Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3382506Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3394550Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3407930Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3418913Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3462368Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3475387Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3486897Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3497724Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3521787Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3547074Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3569541Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3603854Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:37:51.3613477Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3616545Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3627210Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3639518Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3650186Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3666242Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3684770Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3707964Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3725907Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3738246Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:37:51.3745160Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3748098Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3759047Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3795683Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3797012Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3798421Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3828443Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3840885Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3865065Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:37:51.3872169Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:37:51.3875717Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:37:51.3911513Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:37:51.3929284Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:37:51.3958636Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:37:51.3981052Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:37:51.3986942Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:37:51.3989653Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:37:51.4007144Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:37:51.4013486Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:37:51.4016253Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:37:51.4026757Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:37:51.4036653Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:37:51.4043019Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-11-01T16:37:51.4045557Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-11-01T16:37:51.4051941Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-11-01T16:37:51.4054408Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-11-01T16:37:51.4076660Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:37:51.4080118Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:37:51.4090086Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:37:51.4102040Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-11-01T16:37:51.4104688Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-11-01T16:37:51.4115678Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-11-01T16:37:51.4123304Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-11-01T16:37:51.4134205Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-11-01T16:37:51.4136641Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-11-01T16:37:51.4147710Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-11-01T16:37:51.4150182Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-11-01T16:37:51.4161608Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-11-01T16:37:51.4163962Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-11-01T16:37:51.4175090Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-11-01T16:37:51.4177591Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-11-01T16:37:51.4188723Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-11-01T16:37:51.4191274Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-11-01T16:37:51.4197624Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-11-01T16:37:51.4200157Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-11-01T16:37:51.4211191Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-11-01T16:37:51.4213816Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-11-01T16:37:51.4225340Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:37:51.4227820Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:37:51.4277341Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:37:51.4278223Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-11-01T16:37:51.4279886Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-11-01T16:37:51.4280810Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:37:51.4281797Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:37:51.4291717Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:37:51.4297656Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:37:51.4300982Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:37:51.4311972Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:37:51.4350887Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:37:51.4356631Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:37:51.4359293Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:37:51.4370014Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:37:51.4380317Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:37:51.4387105Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:37:51.4389795Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:37:51.4400277Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:37:51.4405583Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:37:51.4416343Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:37:51.4423102Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:37:51.4425916Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:37:51.4441597Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:37:51.4448371Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-11-01T16:37:51.4450671Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-11-01T16:37:51.4466955Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4474587Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4485071Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4503085Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4520478Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4537277Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4547625Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4556654Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4567429Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4579655Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4592225Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4603989Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4614142Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4625528Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4636471Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4666344Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4688299Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4691005Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4702465Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4714296Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4724819Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4735253Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4746258Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4757386Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4772442Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4783230Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4793904Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4804954Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4810267Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:37:51.4817235Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:37:51.4820070Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:37:51.4830369Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:37:51.4843963Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.4846665Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.4863299Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.4910303Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.4926263Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.4943144Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5307950Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5318917Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5329699Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5345313Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5405521Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5416733Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5438779Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5449028Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5487179Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5519059Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5530051Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5551243Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5562962Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5574285Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5585584Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5601425Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:37:51.5613319Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:37:51.5616090Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:37:51.5627317Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:37:51.5634266Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:37:51.5637480Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:37:51.5648778Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:37:51.5657839Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5661006Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5672313Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5682691Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5698144Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5710927Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5722734Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5734564Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5745460Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5755238Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5767229Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5778926Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5790325Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5801574Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5811965Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5847860Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:37:51.5860043Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.5862906Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.5879674Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.5917405Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.5955224Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.5979778Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.5981011Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.6008863Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.6019202Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.6029707Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:37:51.6037685Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6040281Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6061542Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6077272Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6086710Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6101640Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6113374Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6125483Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6135837Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6147912Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6157783Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:37:51.6172304Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6175198Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6187166Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6206887Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6230887Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6246757Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6264652Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6277294Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6294614Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6306025Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6317915Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6334122Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6345738Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6356973Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6368853Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:37:51.6381022Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:37:51.6383989Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:37:51.6396208Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:37:51.6409046Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:37:51.6420538Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:37:51.6436814Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:37:51.6443992Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6446643Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6458384Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6469082Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6479797Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6489996Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6505390Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6516100Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:37:51.6529166Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-11-01T16:37:51.6530269Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-11-01T16:37:51.6532838Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-11-01T16:37:51.6568159Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-11-01T16:37:51.6569258Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-11-01T16:37:51.6570397Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-11-01T16:37:51.6573703Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:37:51.6576341Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:37:51.6581985Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:37:51.6587418Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:37:51.6599699Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6602738Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6622224Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6634605Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6646906Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6674128Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6685638Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6702870Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6726055Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6737048Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:37:51.6745254Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6748207Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6767338Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6776422Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6793166Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6804076Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6816129Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6829473Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6860429Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6871998Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:37:51.6883594Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:37:51.6891406Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:37:51.6903049Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:37:51.6915029Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:37:51.6931017Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:37:51.6936714Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:37:51.6939688Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:37:51.6950837Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:37:51.6956416Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:37:51.6959239Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:37:51.6970549Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:37:51.6976993Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:37:51.6980090Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:37:51.6990589Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:37:51.6997421Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:37:51.7000252Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:37:51.7011924Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:37:51.7017471Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-11-01T16:37:51.7020517Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-11-01T16:37:51.7026274Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:37:51.7028832Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:37:51.7039653Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:37:51.7044824Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:37:51.7057261Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:37:51.7059980Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:37:51.7074144Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:37:51.7088708Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:37:51.7096584Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:37:51.7130131Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:37:51.7139402Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:37:51.7158050Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:37:51.7170658Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7173613Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7203341Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7205132Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7591189Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7613297Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7624955Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7638150Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7649845Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7660440Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7671130Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7682461Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:37:51.7696268Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:37:51.7699126Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:37:51.7711348Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:37:51.7721460Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:37:51.7732999Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:37:51.7748620Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:37:51.7761443Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7763552Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7773441Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7784312Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7794340Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7799546Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7815016Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:37:51.7822378Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:37:51.7825185Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:37:51.7848513Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:37:51.7858519Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:37:51.7874363Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:37:51.7885472Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:37:51.7893236Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:37:51.7903845Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:37:51.7915015Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:37:51.7928923Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:37:51.7931810Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:37:51.7942734Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:37:51.7953502Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:37:51.7960187Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:37:51.7963091Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:37:51.7973352Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:37:51.7983511Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:37:51.7989891Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:37:51.7992515Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:37:51.8010761Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:37:51.8016656Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:37:51.8019363Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:37:51.8030324Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:37:51.8036691Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:37:51.8039883Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:37:51.8052547Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:37:51.8058353Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:37:51.8061348Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:37:51.8071567Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:37:51.8079048Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:37:51.8081562Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:37:51.8098751Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:37:51.8112115Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:37:51.8121385Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:37:51.8137702Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:37:51.8140631Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:37:51.8164423Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:37:51.8176240Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:37:51.8192009Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:37:51.8210412Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:37:51.8222414Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8225422Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8236862Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8247639Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8260064Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8270741Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8288876Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8309815Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8319882Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8330367Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:37:51.8338555Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8341406Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8353186Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8365809Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8377522Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8394101Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8405405Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8415154Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8439402Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8454786Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8471235Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8482071Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8499827Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8516544Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:37:51.8524689Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8527506Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8544806Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8555431Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8572562Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8588169Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8599513Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8620893Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8637945Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8652906Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:37:51.8659755Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-11-01T16:37:51.8662286Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-11-01T16:37:51.8668823Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:37:51.8672244Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:37:51.8683189Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:37:51.8695302Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8698069Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8748310Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8758810Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8764330Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8774825Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8790761Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8800470Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8811969Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:37:51.8835786Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:37:51.8838688Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:37:51.8848835Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:37:51.8855631Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:37:51.8858420Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:37:51.8870884Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:37:51.8883338Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:37:51.8895247Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:37:51.8907436Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8910416Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8921166Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8932564Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8937795Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8949520Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8965182Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:37:51.8972075Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-11-01T16:37:51.8975296Z 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-11-01T16:37:51.8987289Z 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-11-01T16:37:51.9003931Z 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-11-01T16:37:51.9021020Z 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-11-01T16:37:51.9026276Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-11-01T16:37:51.9028767Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-11-01T16:37:51.9040324Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2024-11-01T16:37:51.9043424Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2024-11-01T16:37:51.9057505Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9060681Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9084571Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9096508Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9112221Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9133779Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9145058Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9157954Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9168829Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9185165Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9196488Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9238211Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9255224Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9260698Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9271848Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9283012Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9393972Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9421815Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9432603Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9454157Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9464759Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9475003Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:37:51.9487947Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9490766Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9501216Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9511565Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9527077Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9541963Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9552769Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9575270Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9587301Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9598227Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9610166Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9633334Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9651057Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9662286Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9684080Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9829079Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9842282Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9853599Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9865073Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:37:51.9873005Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9876080Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9892185Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9920366Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9947930Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9953583Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9970489Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9980521Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9990295Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:37:51.9996685Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:51.9999541Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0010410Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0015690Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0026231Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0036620Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0052559Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0063595Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0073489Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:37:52.0080784Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0083996Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0095252Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0105256Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0117164Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0127202Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0142135Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:37:52.0148742Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:37:52.0151833Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:37:52.0162220Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:37:52.0167948Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-11-01T16:37:52.0175010Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-11-01T16:37:52.0181328Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:37:52.0184206Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:37:52.0201149Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:37:52.0212464Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:37:52.0224371Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:37:52.0236978Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:37:52.0239559Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:37:52.0249701Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:37:52.0256334Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0259307Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0271634Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0284475Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0301814Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0317562Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0329147Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:37:52.0336277Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:37:52.0338997Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:37:52.0349597Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:37:52.0355166Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-11-01T16:37:52.0357809Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-11-01T16:37:52.0370275Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:37:52.0372959Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:37:52.0383244Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:37:52.0389833Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0392576Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0403314Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0414828Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0420431Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0430424Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0446211Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0457266Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0472675Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:37:52.0479208Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:37:52.0481933Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:37:52.0498955Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:37:52.0536180Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:37:52.0552625Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:37:52.0558551Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:37:52.0561277Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:37:52.0572716Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:37:52.0598922Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:37:52.0608862Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:37:52.0621094Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:37:52.0623449Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:37:52.0628551Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:37:52.0634002Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-11-01T16:37:52.0636602Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-11-01T16:37:52.0651559Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.0654130Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.0692960Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1163554Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1193715Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1208065Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1230964Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1266746Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1276364Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1287354Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1298608Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1311090Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1329546Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1341317Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1353716Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1393898Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1447188Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1459510Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1476713Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1487253Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1514647Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1548514Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1566825Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1596568Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1608624Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1618917Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1630992Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:37:52.1645201Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1647923Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1659815Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1672012Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1716113Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1741452Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1744485Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1756034Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1767173Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:37:52.1778573Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-11-01T16:37:52.1781090Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-11-01T16:37:52.1787690Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-11-01T16:37:52.1790370Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-11-01T16:37:52.1796945Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:37:52.1799597Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:37:52.1804946Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:37:52.1817811Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1820510Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1831659Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1841167Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1851746Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1861935Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1878038Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1894743Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1921572Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1957058Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1972858Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1984441Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.1996138Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.2006934Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.2017068Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.2029350Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.2040698Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:37:52.2052086Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:37:52.2060049Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:37:52.2070678Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:37:52.2077065Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:37:52.2080444Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:37:52.2096529Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:37:52.2103111Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-11-01T16:37:52.2105383Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-11-01T16:37:52.2112104Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-11-01T16:37:52.2114367Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-11-01T16:37:52.2120894Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:37:52.2123539Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:37:52.2697392Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:37:52.2703058Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:37:52.2708554Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:37:52.2720773Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:37:52.2723165Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:37:52.2730003Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:37:52.2732828Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:37:52.2738324Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:37:52.2743662Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:37:52.2749009Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:37:52.2755626Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:37:52.2758445Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:37:52.2763713Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:37:52.2773976Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-11-01T16:37:52.2776448Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-11-01T16:37:52.2783868Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:37:52.2786419Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:37:52.2791700Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:37:52.2796921Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:37:52.2802175Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:37:52.2808711Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:37:52.2811320Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:37:52.2821018Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:37:52.2832613Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:37:52.2836739Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:37:52.2842186Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:37:52.2847412Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:37:52.2854966Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-11-01T16:37:52.2857455Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-11-01T16:37:52.2865367Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2868063Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2873415Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2878677Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2883911Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2895192Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2905314Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2910568Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2916160Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2926073Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2931272Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2936511Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:37:52.2947894Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-11-01T16:37:52.2955144Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-11-01T16:37:52.2961941Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:37:52.2964576Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:37:52.2969838Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:37:52.2975036Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:37:52.2984743Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:37:52.2996417Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.2999045Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.3009609Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.3015146Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.3020047Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.3025286Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.3030430Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:37:52.3043771Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3046659Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3057712Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3069120Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3099107Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3112304Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3124307Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3135153Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3146155Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3156926Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3167724Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:37:52.3175725Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3183448Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3199895Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3211119Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3245735Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3259861Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3272463Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3294298Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3304897Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:37:52.3311214Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:37:52.3314034Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:37:52.3327814Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:37:52.3350506Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:37:52.3359533Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3362274Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3780982Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3799737Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3810759Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3825880Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3856617Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3866233Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3876698Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3886428Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3896323Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3905988Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3915704Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3927172Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3937914Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3948635Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3964725Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3974373Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3984567Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.3994373Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:37:52.4002167Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4005147Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4016552Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4027837Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4039184Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4054410Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4076489Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4088217Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4111223Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4122029Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4132008Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4143384Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4154691Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4165771Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:37:52.4173260Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4176091Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4193356Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4205221Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4215666Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4226420Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4243137Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:37:52.4258543Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4261781Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4267222Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4285332Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4294502Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4304958Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4319790Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4330743Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4341970Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4352528Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4362923Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4374212Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4384934Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4395328Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4405884Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4416478Z 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-11-01T16:37:52.4426666Z 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-11-01T16:37:52.4440904Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4450536Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4460968Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4471689Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4483245Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4498095Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4508244Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4518099Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4528112Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4538510Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4548738Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4559077Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4574230Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4580048Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4590800Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4605101Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4615596Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4625838Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4636473Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4647413Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4657609Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4668907Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4679560Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4691075Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4701566Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4716429Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4727186Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4738203Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4750516Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4761329Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4771944Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4782984Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4794424Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4806239Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4817158Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4832541Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4843521Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4854331Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4864913Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:37:52.4878160Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:37:52.4880933Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:37:52.4890731Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:37:52.4902874Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.4905556Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.4920657Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.4931710Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.4953710Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.4973457Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.5006123Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.5020729Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.5031873Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:37:52.5038213Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:37:52.5040845Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:37:52.5057453Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:37:52.5065625Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:37:52.5076061Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:37:52.5081571Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:37:52.5096424Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:37:52.5109645Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5112454Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5117730Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5123051Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5133867Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5139242Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5149889Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5164695Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5174507Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5185183Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5190486Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5200958Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5211150Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:37:52.5217847Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:37:52.5220732Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:37:52.5237594Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:37:52.5260485Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5262907Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5299685Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5300955Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5313836Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5325245Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5377770Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5442565Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5456785Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5473351Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5503825Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.5515462Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.6604388Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.6661119Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.6712704Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7157080Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7196885Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7208959Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7256458Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7272083Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7283854Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7380665Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7397174Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7417588Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7428498Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7439978Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7451327Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7461523Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7473411Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7490274Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7501202Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7531715Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7554252Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7564941Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7576518Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7591132Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7601324Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7611880Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7622462Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7640892Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:37:52.7647342Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-11-01T16:37:52.7649912Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-11-01T16:37:52.7657164Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:37:52.7665095Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:37:52.7674421Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:37:52.7679943Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:37:52.7692035Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7699918Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7710341Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7721198Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7742505Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7929289Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7939266Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7949269Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7964557Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7978991Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:37:52.7984811Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:37:52.7987725Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:37:52.8190019Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:37:52.8200397Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:37:52.8202838Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:37:52.8251193Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:37:52.8282908Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:37:52.8299552Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:37:52.8308325Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8311147Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8322386Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8333467Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8338715Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8359709Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8370017Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:37:52.8381495Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:37:52.8384389Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:37:52.8389673Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:37:52.8394935Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:37:52.8405263Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-11-01T16:37:52.8407906Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-11-01T16:37:52.8414645Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8417740Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8467214Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8478090Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8494137Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8504496Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8515591Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8605528Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8615965Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:37:52.8621767Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:37:52.8624593Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:37:52.8634843Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:37:52.8645604Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:37:52.8648352Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:37:52.8668969Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:37:52.8674875Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:37:52.8677848Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:37:52.8698044Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:37:52.8709387Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:37:52.8712243Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:37:52.8723581Z 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-11-01T16:37:52.8734855Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:37:52.8745213Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:37:52.8748194Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:37:52.8760153Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:37:52.8785567Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:37:52.8802574Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:37:52.8809400Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:37:52.8812348Z 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-11-01T16:37:52.8823418Z 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-11-01T16:37:52.8838022Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:37:52.8849874Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8852694Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8870629Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8907277Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8926148Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8937482Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8958463Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.8978944Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.9004758Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:37:52.9011080Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-11-01T16:37:52.9013669Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-11-01T16:37:52.9024408Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-11-01T16:37:52.9026954Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-11-01T16:37:52.9033487Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:37:52.9036028Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:37:52.9044884Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:37:52.9057690Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9060394Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9065750Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9227670Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9244442Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9264145Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9283056Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9292693Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9304168Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:37:52.9317113Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:37:52.9319117Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:37:52.9334081Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:37:52.9459609Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:37:52.9482283Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:37:52.9492324Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:37:52.9499062Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:37:52.9501754Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:37:52.9512214Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:37:52.9518108Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:37:52.9525877Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:37:52.9541476Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:37:52.9549664Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9552290Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9578187Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9599395Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9609542Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9624565Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9635001Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9645057Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9657440Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9668189Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:37:52.9674967Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:37:52.9677523Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:37:52.9693626Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:37:52.9700236Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:37:52.9708008Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:37:52.9718615Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:37:52.9725586Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9728230Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9762297Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9777100Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9785346Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9797485Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9811967Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9822542Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9832205Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9853349Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:37:52.9864859Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9867642Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9878154Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9887634Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9897557Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9908426Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9918786Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9929746Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:37:52.9940743Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:52.9943746Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:52.9955162Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:52.9965626Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:52.9975493Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:52.9993379Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:53.0003387Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:37:53.0010300Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0017879Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0033058Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0045238Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0056100Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0076142Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0092853Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0112302Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0129285Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0139113Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:37:53.0145140Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:37:53.0148420Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:37:53.0170435Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:37:53.0176440Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0179286Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0195491Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0207147Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0226481Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0241976Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0257968Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:53.0265116Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0272350Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0283546Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0296379Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0306959Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0316684Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0332053Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:37:53.0343892Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:37:53.0346701Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:37:53.0359877Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:37:53.0369970Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:37:53.0386351Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:37:53.0396610Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:37:53.0404512Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0407206Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0418625Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0429994Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0447892Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0462217Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0472645Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0484268Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0494477Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0504799Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0514869Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0531162Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0539934Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:37:53.0551762Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0561949Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0570935Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0582303Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0594988Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0602571Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0649249Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:37:53.0650423Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:37:53.0651524Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:37:53.0652896Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:37:53.0654269Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:37:53.0661320Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:37:53.0668415Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0671084Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0681833Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0693990Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0705826Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0727077Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0732434Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0742509Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0752708Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0757908Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0767839Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0779927Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:37:53.0786400Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0789148Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0799695Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0810518Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0820400Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0834247Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0848394Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0853635Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:37:53.0865703Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:37:53.0868287Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:37:53.0891571Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:37:53.0909988Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:37:53.0918506Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.0921194Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.0932899Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.0986316Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1026291Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1038486Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1065683Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1090583Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1107782Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1252255Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1298851Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1316546Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1328146Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1349367Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1384700Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1412434Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1425181Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1435765Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1446295Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1477194Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1505169Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1521831Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1559168Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:37:53.1566903Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:37:53.1569830Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:37:53.1582088Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:37:53.1588036Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:37:53.1599154Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:37:53.1608910Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1612098Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1623464Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1634775Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1651426Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1661844Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1674460Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1685174Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1696330Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1713937Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1724271Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1734711Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1745575Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1755366Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:37:53.1762218Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:37:53.1765176Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:37:53.1775042Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:37:53.1785199Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:37:53.1791678Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1794395Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1799862Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1811205Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1822701Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1839111Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1901644Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1910692Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:37:53.1922616Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1925609Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1931305Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1942173Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1952758Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1963154Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1977867Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1988004Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.1993576Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2003927Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2014564Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2024846Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2035273Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2040753Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2046257Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2051814Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2057307Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2063125Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2068812Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2079383Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2084707Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2090125Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2100015Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2105464Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2115622Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2126608Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2132222Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2142499Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2147959Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2153641Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2159509Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2164776Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2170297Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2176218Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2182066Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2187694Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2213636Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2219251Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:37:53.2232974Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2235904Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2254093Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2278286Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2300365Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2318174Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2336319Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2363072Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2373478Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2414663Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2437803Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2456062Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2477860Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2495425Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:37:53.2502826Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:37:53.2505720Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:37:53.2517953Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:37:53.2534471Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:37:53.2549670Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:37:53.2561844Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:37:53.2571347Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.2574245Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.2585007Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.2626534Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3115980Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3144799Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3167413Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3178849Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3190954Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3217735Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3257649Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3283021Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3307486Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3315516Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3325490Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3337660Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3371145Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3389609Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3406016Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3438869Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3450895Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3518006Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3544704Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3555917Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3571544Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3611505Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:37:53.3618493Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:37:53.3621473Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:37:53.3633394Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:37:53.3647557Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:37:53.3651993Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:37:53.3667050Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3669868Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3687043Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3699555Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3718606Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3734778Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3745599Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3758172Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3770222Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3788464Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3818330Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3840901Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3858411Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3869592Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3897660Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3908684Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3926842Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3950234Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.3967006Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.4013828Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.4032630Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.4047875Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.4094439Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:37:53.4101872Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4104551Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4116078Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4133677Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4170042Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4187172Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4209630Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4228591Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4240429Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4252626Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4263772Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:37:53.4271608Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:37:53.4274181Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:37:53.4279732Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:37:53.4291888Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:37:53.4297108Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:37:53.4305971Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4309129Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4325385Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4336782Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4347148Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4362061Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4373696Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4384390Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4395008Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4405464Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4421994Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4456267Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:37:53.4463349Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4466261Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4477666Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4489179Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4511889Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4530238Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4541605Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:37:53.4548375Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4551225Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4563073Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4573840Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4585605Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4601707Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4614193Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4626558Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4638333Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4668442Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:37:53.4675579Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4678929Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4696742Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4707598Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4728470Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4739671Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4750856Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4761688Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4773609Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4784955Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4794973Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:37:53.4801127Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:37:53.4807077Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:37:53.4814866Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:37:53.4832498Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:37:53.4835482Z 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-11-01T16:37:53.4847395Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:37:53.4857291Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4860273Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4870706Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4880802Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4895303Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4907276Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4919002Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4930589Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4943463Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4954824Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4967569Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.4980082Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5003467Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5020474Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5043697Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5055561Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5066880Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5078733Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5090257Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5102575Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5118023Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5130595Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5143614Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5155738Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:37:53.5161615Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:37:53.5164292Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:37:53.5198583Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:37:53.5205644Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-11-01T16:37:53.5208157Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-11-01T16:37:53.5221089Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-11-01T16:37:53.5223529Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-11-01T16:37:53.5230241Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-11-01T16:37:53.5238016Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-11-01T16:37:53.5250815Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-11-01T16:37:53.5253298Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-11-01T16:37:53.5278080Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:37:53.5281210Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:37:53.5297813Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:37:53.5308695Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:37:53.5315988Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:37:53.5319103Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:37:53.5329833Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:37:53.5337283Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5339990Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5361799Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5377360Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5387471Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5399173Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5420666Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5425884Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5436929Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5465304Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5476089Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5500251Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5510910Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5523393Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:37:53.5535718Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5538391Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5560118Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5570440Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5585208Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5624655Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5646590Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:37:53.5658095Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:37:53.5661114Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:37:53.6305552Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:37:53.6320450Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:37:53.6326807Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:37:53.6329723Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:37:53.6344622Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:37:53.6350394Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:37:53.6364695Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:37:53.6367385Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:37:53.6381032Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:37:53.6396693Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:37:53.6403063Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:37:53.6414816Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:37:53.6426639Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:37:53.6461521Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:37:53.6479239Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:37:53.6485282Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:37:53.6488413Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:37:53.6503348Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:37:53.6518115Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:37:53.6528923Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:37:53.6556297Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:37:53.6557268Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:37:53.6558430Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:37:53.6564984Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:37:53.6579795Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:37:53.6585695Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:37:53.6588498Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:37:53.6599360Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:37:53.6611850Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:37:54.1913991Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:54.2217170Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:54.5553874Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:37:54.5558933Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5561980Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5572327Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5625874Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5635943Z copying torch\bin\ProcessGroupGlooAsyncTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5652198Z copying torch\bin\ProcessGroupGlooTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5663286Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5695488Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5705500Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5790249Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5800126Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5856239Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5885311Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5943375Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:37:54.5951356Z creating build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.5953639Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.5963381Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.5973970Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.5984008Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6018834Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6019842Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6024410Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6036459Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6046759Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6055354Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6064660Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6074842Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6084691Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6093300Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6103166Z copying torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6112217Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6127195Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6136525Z copying torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6150315Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6159909Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6169004Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6178159Z copying torch\test\c10_cuda_CUDATest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6187410Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6196237Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6205580Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6220113Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6229805Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6239432Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6248756Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6257734Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6267225Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6276584Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6286241Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6299609Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6315792Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6324920Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6334158Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6348222Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6357621Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6366716Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6375841Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6386499Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6405074Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6414102Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6423746Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6432941Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6447651Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6456681Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6465446Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6474502Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6488674Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6497826Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6506975Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6515608Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6524839Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6534085Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6543277Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6552153Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6560901Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6574886Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6584426Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6594386Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6618592Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6619644Z copying torch\test\cuda_allocatorTraceTracker_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6631659Z copying torch\test\cuda_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6648228Z copying torch\test\cuda_apply_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6650286Z copying torch\test\cuda_atomic_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6666069Z copying torch\test\cuda_caching_host_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6676151Z copying torch\test\cuda_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6686509Z copying torch\test\cuda_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6696617Z copying torch\test\cuda_cub_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6706764Z copying torch\test\cuda_cudnn_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6716830Z copying torch\test\cuda_device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6726906Z copying torch\test\cuda_distributions_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6737346Z copying torch\test\cuda_dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6747582Z copying torch\test\cuda_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6757464Z copying torch\test\cuda_half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6767074Z copying torch\test\cuda_integer_divider_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6777013Z copying torch\test\cuda_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6786846Z copying torch\test\cuda_packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6796605Z copying torch\test\cuda_reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6806592Z copying torch\test\cuda_stream_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6816062Z copying torch\test\cuda_vectorized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6825908Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6842117Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6851511Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6861278Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6870650Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6880548Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6890314Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6900776Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6910411Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6922179Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6932410Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6945636Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6957443Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6970614Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6983161Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.6993145Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7002694Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7013710Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7031262Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7043091Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7052848Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7064106Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7073629Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7083819Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7093759Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7104343Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7114970Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7124686Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7134487Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7143813Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7169030Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7178958Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7190103Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7200522Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7210925Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7220786Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7231173Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7247025Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7256835Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7266972Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7278200Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7293197Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7301251Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7310363Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7321237Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7336525Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7344161Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7354413Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7364260Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:37:54.7378504Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7381665Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7388247Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7403040Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7433196Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7434009Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7434880Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7444629Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7467772Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7478253Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7489698Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7495758Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7511676Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7517926Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7523848Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7535585Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7541806Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7552827Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7649500Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7655865Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7671727Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.7697324Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.8167452Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.8173457Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:37:54.8764739Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:37:54.8776994Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:54.8795169Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:37:54.8807487Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:37:54.8834021Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:37:54.8836757Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:37:54.8842640Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:37:54.8848242Z creating build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8856553Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8863614Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8869802Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8876376Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8887708Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8898651Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8904847Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8911281Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8933312Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8934244Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8940482Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8946383Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8958030Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8963795Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8970333Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8976801Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8989360Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.8998242Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:37:54.9006090Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9008836Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9020078Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9025749Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9031749Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9038352Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9049468Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9055211Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9061439Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9068144Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9078967Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9085156Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9091468Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9097694Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9104890Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9111379Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9118332Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9124714Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9136536Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9143092Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9154051Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9160174Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9166834Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9173437Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9179983Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9186074Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9197636Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9204497Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9211394Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9217409Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9230145Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9236085Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9242493Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9248557Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9259292Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9265136Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9271664Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9279177Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9289805Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9296620Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9302676Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9309383Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9324990Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9331277Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9338192Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9344385Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9356035Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9362856Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9370332Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9376585Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9388538Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9395272Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9406207Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9412123Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9422813Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9429337Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9435797Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9442107Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9453614Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9459973Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9466337Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9477173Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9492042Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9498119Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9504683Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9510919Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9517204Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9523075Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9529434Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9536614Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9544388Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9555401Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9561633Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9570571Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9576529Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9582940Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9588910Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9595215Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9601419Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9607397Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9613543Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9625335Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9631827Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9638316Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9645112Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:54.9672894Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0093947Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0100105Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0106121Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0112525Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0118888Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0125450Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0131551Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0137981Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0145072Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0151505Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0157578Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0163906Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0169990Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0176327Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0182809Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0195631Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0202397Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0208752Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0215246Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0221752Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0228310Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0234820Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0241266Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0248001Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0254482Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0260983Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0267286Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0273538Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0280155Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0285895Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0309455Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0315882Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:37:55.0321752Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:37:55.0324335Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:37:55.0330306Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:37:55.0336623Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:37:55.0342511Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0343843Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:37:55.0346417Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:37:55.0352368Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:37:55.0358609Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:37:55.0365679Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:37:55.0377072Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0379907Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0386406Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0392423Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0398900Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0411278Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0418073Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0425024Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0431638Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0438264Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0445370Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0452555Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0458784Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:37:55.0465478Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:37:55.0468288Z 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-11-01T16:37:55.0474410Z 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-11-01T16:37:55.0480842Z 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-11-01T16:37:55.0492556Z 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-11-01T16:37:55.0504436Z 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-11-01T16:37:55.0511007Z 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-11-01T16:37:55.0520314Z 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-11-01T16:37:55.0526552Z 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-11-01T16:37:55.0593921Z 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-11-01T16:37:55.0599877Z 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-11-01T16:37:55.0606232Z 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-11-01T16:37:55.0613171Z 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-11-01T16:37:55.0620064Z 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-11-01T16:37:55.0625925Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:37:55.0628581Z 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-11-01T16:37:55.0635199Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0637842Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0643864Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0651064Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0657833Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0718866Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0725033Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0731740Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0738427Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0745992Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0752412Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:37:55.0759372Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0765206Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0828493Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0834939Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0841225Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0847701Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0854182Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0860481Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0866542Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0872752Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:37:55.0884137Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0886733Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0892970Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0899118Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0911774Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0972997Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0974293Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:37:55.0980417Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.0983046Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.0990436Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.0996462Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1001469Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1061423Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1067290Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1074637Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1080670Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1261527Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1268012Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1274064Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1280726Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1611194Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1617097Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1623492Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1630591Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1641613Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1647701Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1654153Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1660226Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1671297Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1677430Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1688675Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1694334Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1706365Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1712433Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1718357Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1724649Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1762847Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1764100Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1765361Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1766616Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1767760Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1777098Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1787977Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1794230Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1805621Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1812563Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1820097Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1826076Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1838584Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1845476Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1851521Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1858104Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1869853Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1880695Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1886898Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1893397Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1904740Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1911045Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1917393Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1923520Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1935186Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1941347Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1947152Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1959568Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1970002Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1975644Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1981338Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1987398Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.1998882Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2005240Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2010994Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2017858Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2032734Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2038544Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2054298Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2060402Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2071655Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2077743Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2083649Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2089930Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2101821Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2107748Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:37:55.2113199Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2115962Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2127263Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2133351Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2140401Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2146539Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2164319Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2170729Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2176874Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2182894Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2194072Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2200165Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2206156Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2212755Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2223608Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2229469Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2235532Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2241604Z copying torch\include\ATen\cuda\CUDAConfig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2253406Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2259180Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2266555Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2272729Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2288652Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2295139Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2301828Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2308191Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2319095Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2325334Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2331626Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2337694Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2348921Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2360156Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2366502Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2372863Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2384141Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2390130Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2402771Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2404033Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2414836Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:37:55.2420280Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2422927Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2429217Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2440676Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2452550Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2459225Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2465442Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2477986Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2484506Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2491037Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2497418Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:37:55.2507909Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2510732Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2516846Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2523367Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2534509Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2545798Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2551855Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2559187Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:37:55.2569766Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2572502Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2578456Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2584639Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2595439Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2601594Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2612122Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:37:55.2617376Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2625276Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2631326Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2637675Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2648745Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2659858Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2666425Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2672793Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2678918Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2690780Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2696776Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2702997Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2709143Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2720618Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:37:55.2725724Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2728218Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2734191Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2746266Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2752435Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2764106Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2770717Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2781848Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2788098Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2794316Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2800483Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2811432Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2817414Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2824149Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2830442Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2841566Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2847830Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2854329Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2860916Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2871999Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2878869Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2890207Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2896725Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2907535Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2913437Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2919766Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2926018Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2937459Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2944279Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2952422Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2963649Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2973339Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2980160Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2987271Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.2993158Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3004663Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3010813Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3017328Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3023875Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3039817Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3046725Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3052700Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3059509Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3071341Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3077526Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3083800Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3090055Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3179107Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3185861Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3201296Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3207780Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3221120Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3226592Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3232912Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3239912Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3251935Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3258524Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3265110Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3271748Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3283908Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3295419Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3302452Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3308747Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3321159Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3327495Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3334242Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3346048Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3357746Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3364220Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3370803Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3377993Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3390092Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3401662Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3408018Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3419632Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3431005Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3437918Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3444534Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3450723Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3463250Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3469809Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3482769Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3499389Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3511316Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3517675Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3524660Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3535177Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3546234Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3552375Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3558483Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3564716Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3576584Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3583174Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3589309Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3601162Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3613062Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3619461Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3625851Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3632278Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3644020Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3650472Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3656501Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3662931Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3674117Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3680499Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3686838Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3693244Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3704848Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3711096Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3716831Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3723054Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3729908Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3736189Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3742253Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3748616Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3760999Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3767318Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3773216Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3779532Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3786032Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3792010Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3798501Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3805038Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3811331Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3817446Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3823348Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3829556Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3840870Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3846924Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3853057Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3859493Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3865735Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3872195Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3878428Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3884222Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3890542Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3896944Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3903657Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3915289Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3926407Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3934622Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3941074Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3947173Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3954040Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3983602Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3985014Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3986518Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3988615Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3990031Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.3996415Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4002686Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4009033Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4015786Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4022396Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4034951Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4041268Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4048039Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4053770Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4060114Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4066491Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4072582Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4078561Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4084901Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4091870Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4098111Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4104156Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4110354Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4116590Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4122748Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4129339Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4135336Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4141524Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4148146Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4154194Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4160206Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4166933Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4173292Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4179566Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4185980Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4192247Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4198340Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4204335Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4215944Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4222157Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4228239Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4234871Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4241370Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4247689Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4253814Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4260361Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4266623Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4273182Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4279310Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4286359Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4292966Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4305714Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4311851Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4317964Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4324632Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4330886Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4337328Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4343655Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4355961Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4362594Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4369143Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4376247Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4382674Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4389131Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4395574Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4405793Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4418931Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4426548Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4434975Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4442640Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4457100Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4468062Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4492479Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4501650Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4514967Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4521229Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4529145Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4535406Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4543566Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4549903Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4556361Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4562671Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4569130Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4576609Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4582877Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4589229Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4600520Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4609895Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4613234Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4620403Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4626732Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4633052Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4647862Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4653964Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4660714Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4666793Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4673147Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4679383Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4685460Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4691889Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4698018Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4704301Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4716205Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4722459Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4728861Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4735618Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4747148Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4753634Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4759815Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4766005Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4772314Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4781365Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4788979Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4796384Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4805347Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4812758Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4821892Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4830023Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4836639Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4843999Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4850352Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4856890Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4863438Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4870130Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4876830Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4883733Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4890055Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4896851Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4903381Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4909861Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4916438Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4923201Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4929492Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4936082Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4942834Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4949410Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4955944Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4971173Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4972298Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4976903Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4983236Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4989760Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.4996381Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5004026Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5009672Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5015765Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5022722Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5028651Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5040276Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5046620Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5053055Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5060225Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5066697Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5073467Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5080076Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5086830Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5093661Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5100058Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5106639Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5112620Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5118852Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5125062Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5131197Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5137924Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5144119Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5151036Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.5157425Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6303940Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6310146Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6316642Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6323025Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6329348Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6335937Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6342491Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6348925Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6356025Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6362498Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6368828Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6375533Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6381934Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6388085Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6394566Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6401100Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6407404Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6413698Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6420442Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6426819Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6433109Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6450162Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6456891Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6463281Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6470036Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6486099Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6492658Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6498928Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6505246Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6512143Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6518240Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6524673Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6530884Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6537143Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6543675Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6549947Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6555954Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6562680Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6568732Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6574833Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6581160Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6588246Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6594582Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6601467Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6624496Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6625842Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6627214Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6630306Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6648808Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6650151Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6651519Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6658067Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6664585Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6672092Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6678920Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6685669Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6692519Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6699280Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6705830Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6712656Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6719064Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6726123Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6732720Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6739131Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6745446Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6752513Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6758584Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6764891Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6771166Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6777902Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6785195Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6791330Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6797810Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6804201Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6813179Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6819430Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6825654Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6832410Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6838498Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6844944Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6857784Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6869934Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6876594Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6882838Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6889376Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6896016Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6902331Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6908695Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6915480Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6922220Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6928525Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6934851Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6941362Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6953932Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6960053Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6966360Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6972825Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.6989247Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7002023Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7003821Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7040614Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7042111Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7043683Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7063031Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7069563Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7081486Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7087873Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7094653Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7101589Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7108348Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7114859Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7121620Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7128074Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7139702Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7146070Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7152691Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7159160Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7170847Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7177638Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7184221Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7190793Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7197459Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7204099Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7211112Z 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-11-01T16:37:55.7217710Z 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-11-01T16:37:55.7229575Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7236193Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7242836Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7248930Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7260635Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7267434Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7273862Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7280357Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7287085Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7294012Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7301085Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7307661Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7320040Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7326557Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7334134Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7340148Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7352565Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7359172Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7365781Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7372412Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7395013Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7401586Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7408059Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7414686Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7421377Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7427722Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7433967Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7440556Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7452716Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7459512Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7466125Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7472614Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7479279Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7494258Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7495645Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7501535Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7514687Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7521519Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7528838Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7535061Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7541822Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7548219Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7554700Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7560871Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7573244Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7579850Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7586499Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7592966Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7599515Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7606061Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7612561Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7618989Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7631405Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7637885Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7644876Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7651367Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7663759Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7670223Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7676633Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7683121Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7689553Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7696216Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7702789Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7709738Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7721893Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7728224Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7735319Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7741505Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7748144Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7754560Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7761497Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7767985Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7774801Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7781355Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7787888Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7794383Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7805345Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7811656Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7817992Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7824384Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7841315Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7847959Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7854808Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7861369Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7872788Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7879298Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7885672Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7892125Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7898727Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7905716Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7912262Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7918644Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7930008Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7936570Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7943290Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7949769Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7961595Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7967951Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7974834Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7981821Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7988260Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.7996297Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8001790Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8034980Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8036377Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8037583Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8038776Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8041526Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8054053Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8060627Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8067019Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8073747Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8091452Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8097703Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8104113Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8110711Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8122831Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8129607Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8135805Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8141980Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8155062Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8156296Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8162360Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8169018Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8180697Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8186566Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8192690Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8199341Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8205880Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8212294Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8218537Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8225236Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8231509Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8237799Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8244423Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8250744Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8257303Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8263805Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8270081Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8276205Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8283049Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8290239Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8296417Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8302771Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8314303Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8320995Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8327621Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8334001Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8340467Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8347064Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8353326Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8359712Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8371448Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8377504Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8384128Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8390435Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8396919Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8403549Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8417342Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8423815Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8430618Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8437351Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8443545Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8450485Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8462848Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8469314Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8475843Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8482932Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8502923Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8504064Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8505358Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8510466Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8521784Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8527980Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8534463Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8541567Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8547715Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8554261Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8560378Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8566769Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8579231Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8585457Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8591861Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8598016Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8604828Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8610980Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8617931Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8624335Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8631458Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8637593Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8643953Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8651053Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8656943Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8663373Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8669986Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8677259Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8684220Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8690280Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8697498Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8703995Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8710227Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8716986Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.8723680Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9628785Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9630199Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9631656Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9632905Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9634122Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9635351Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9636708Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9638074Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9639489Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9640717Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9641960Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9643502Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9645110Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9646451Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9647628Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9649003Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9651155Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9652371Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9653455Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9654896Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9656378Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:55.9657706Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0010542Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0012079Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0013712Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0014964Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0016192Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0017420Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0018640Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0019884Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0021036Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0022210Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0023367Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0024784Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0026433Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0027699Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0028900Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0030126Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0031355Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0032513Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0033676Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0034821Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0035899Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0037158Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0038520Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0039644Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0040906Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0042189Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0043562Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0044693Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0045791Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0047104Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0048468Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0049636Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0050735Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0051895Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0053138Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0054326Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0055469Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0056607Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0057961Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0059408Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0060617Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0061778Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0063201Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0064560Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0066040Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0067712Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0069124Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0070381Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0071600Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0072782Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0073935Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0075700Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0077124Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0078343Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0079526Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0080834Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0082202Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0083433Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0084653Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0085809Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0086921Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0088024Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0089387Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0095046Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0101450Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0108216Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0114794Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0138117Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0139292Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0140564Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0146477Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0150079Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0156377Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0163550Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0170179Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0176712Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0183470Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0190063Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0196912Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0208704Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0215912Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0222335Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0229053Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0235584Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0253352Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0259570Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0265753Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0277155Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0283621Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0289859Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0296118Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0302805Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0309055Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0315024Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0321629Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0328029Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0334458Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0340814Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0347100Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0358737Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0365057Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0371920Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0378592Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0385334Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0391673Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0398318Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0405278Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0417604Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0424234Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0430886Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0437540Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0444203Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0450508Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0457639Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0464516Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0471236Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0478392Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0484763Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0491785Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0509694Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0510959Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0514025Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0520544Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0530052Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0535206Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0555153Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0556693Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0562488Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0568877Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0575300Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0582142Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0589607Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0595198Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0601716Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0609008Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0615591Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0622154Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0628580Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0636397Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0642181Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0648895Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0655171Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0661221Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0667862Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0674351Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0680738Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0687196Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0694002Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0700913Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0707500Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0714569Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0721498Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0728104Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0734952Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0743164Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0754736Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0760971Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0768292Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0775442Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0788430Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0796597Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0804152Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0811567Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0818196Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0825190Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0832183Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0839449Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0846601Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0853716Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0860604Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0867740Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0873940Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0880726Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0887451Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0893938Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0901174Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0913761Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0920402Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0926919Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0934046Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0941187Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0947469Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0954514Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0960935Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0967434Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0973849Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0980109Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0991454Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.0998072Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1004927Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1011924Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1018942Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1025794Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1032483Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1039289Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1050248Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1056799Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1063359Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1069822Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1080799Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1087598Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1094080Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1101060Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1111828Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1128643Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1135082Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1141746Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1148199Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1154536Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1160966Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1168094Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1174907Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1181473Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1187881Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1194376Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1200824Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1207235Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1213750Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1220282Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1226882Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1233504Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1249387Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1256110Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1263068Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1269604Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1276091Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1282892Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1289524Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1296139Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1302997Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1309620Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1320848Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1327631Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1334112Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1340709Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1347693Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1354678Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1361211Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1367662Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1379269Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1385792Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1392716Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1400279Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1407825Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1414615Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1421159Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1427522Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1434119Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1440604Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1447613Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1454286Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1466242Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1472697Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1479416Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1485998Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1501910Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1508342Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1515268Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1521818Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1533935Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1540536Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1547475Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1554655Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1589497Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1590927Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1592408Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1593976Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1599829Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1606990Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1613159Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1619904Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1626593Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1633153Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1639719Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1645934Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1657809Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1664366Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1670817Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1677741Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1689319Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1695585Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1702126Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1708475Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1714999Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1721742Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1728245Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1734569Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1741121Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1747718Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1754616Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1760855Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1772718Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1779348Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1786060Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1792424Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1803509Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1809921Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1816469Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1823291Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1834400Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1840965Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1847901Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1854515Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1865474Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1872170Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1878910Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1885606Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1897353Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1904052Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1910837Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1917783Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1929221Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1936190Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1942683Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1949061Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1960383Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1966858Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1973322Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1979861Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1991172Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.1997921Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2004420Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2024483Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2025844Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2027423Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2034024Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2041933Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2052637Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2059598Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2066577Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2073237Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2084693Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2090495Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2096970Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2103270Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2110337Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2117075Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2123425Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2129713Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2141282Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2147297Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2154122Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2160624Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2171817Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2177780Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2184183Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2190368Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2201686Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2207770Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2214143Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2220350Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2232078Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2238365Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2244980Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2251565Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2258111Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2264428Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2271970Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2278614Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2285017Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2291834Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2300441Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2307803Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2319265Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2328051Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2335707Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2341886Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2348181Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2355302Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2361533Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2369021Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2375548Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2393563Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2394755Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2397796Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2404283Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2410571Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2417368Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2423817Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2430090Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2436338Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2442928Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2449336Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2455792Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2462334Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2468718Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2475379Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2481701Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2488074Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2494528Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2500955Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2507198Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2513321Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2519524Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2525975Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2532662Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2539453Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2548141Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2553572Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2561025Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2567130Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2576900Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2580713Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2587463Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2594024Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2600772Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2607704Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2616952Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2621632Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2628667Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2635144Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2641555Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2648259Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2654834Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2661140Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2667657Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2674156Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2680543Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2686798Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2693168Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2699556Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2705884Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2711913Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2718351Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2724776Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2731212Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2737393Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2743815Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2749887Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2756750Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2763132Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2769730Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2776316Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2782749Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2789189Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2795726Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2802599Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2808523Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2814819Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2821461Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2827540Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2834091Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2840226Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2846496Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2852901Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2860485Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2866954Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2873303Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2879510Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2886183Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2892330Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2898642Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2905420Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2911901Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2919270Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2925409Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2932138Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2938757Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2945437Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2952067Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2958929Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2965286Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2972382Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2979063Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2985794Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2993216Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.2999565Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3006153Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3012825Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3020445Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3027231Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3034045Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3045451Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3048890Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3057409Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3063104Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3069864Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3076244Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3083201Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3089752Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3096345Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3103203Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3109621Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3116116Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3122808Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3129793Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3136354Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3143021Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3149435Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3156313Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3163283Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3169902Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3176437Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3183761Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3190291Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3196986Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3203603Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3210219Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3216789Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3223494Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3229882Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3236482Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3243542Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3250277Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3257038Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3264553Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3270848Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3279126Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3285909Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3292183Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3298493Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3305115Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3311448Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3317964Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3324296Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3341843Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3348479Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3356348Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3363204Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3369529Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3375901Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3390755Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3392142Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3397034Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3403917Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3410448Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3416821Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3428393Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3434745Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3441689Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3447838Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3454153Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3460794Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3466738Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3473203Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3479718Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3485693Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3491704Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3498379Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3504773Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3511418Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3517655Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3523851Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3535071Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3541411Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3547485Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3553539Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3560170Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3566611Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3572671Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3579433Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3585649Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3592626Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3599143Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3605464Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3612290Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3618691Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3624903Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3636734Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3639857Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3667444Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3668685Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3669865Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3675508Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3682144Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3688745Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3695552Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3707482Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3713914Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3721208Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3727987Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3734723Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3741395Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3748420Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3754751Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3761160Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3767587Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3773880Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3780416Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3786815Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3792836Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3799296Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3805521Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3811949Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3818398Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3825019Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3831370Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3843570Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3850071Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3856618Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3863731Z 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-11-01T16:37:56.3870585Z 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-11-01T16:37:56.3877513Z 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-11-01T16:37:56.3884456Z 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-11-01T16:37:56.3891142Z 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-11-01T16:37:56.3898185Z 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-11-01T16:37:56.3904983Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3911659Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3918553Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3925148Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3931951Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3938601Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3945372Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3962230Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.3969579Z 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-11-01T16:37:56.3976484Z 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-11-01T16:37:56.3983505Z 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-11-01T16:37:56.3990570Z 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-11-01T16:37:56.3997323Z 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-11-01T16:37:56.4004317Z 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-11-01T16:37:56.4011131Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4017917Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4025145Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4031767Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4038673Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4051029Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4057692Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4064446Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4071422Z 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-11-01T16:37:56.4080573Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4131059Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4132539Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4133904Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4135252Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4136825Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4138401Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4145280Z 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-11-01T16:37:56.4156509Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4163292Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4170240Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4176975Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4189210Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4196197Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4202750Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4209654Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4216745Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4223945Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4230646Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4236907Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4243595Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4250650Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4257182Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4263938Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4270710Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4277512Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4283964Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4290736Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4309618Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4316394Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4322616Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4329242Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4340189Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4346007Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4352342Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4358607Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4365039Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4371738Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4378943Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4385149Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4391801Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4398530Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4405259Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4411682Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4418290Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4424905Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4432024Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4438468Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4444790Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4452395Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4458429Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4465153Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4471800Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4478024Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4484866Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4491798Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4498397Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4504859Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4512015Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4518580Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4525790Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4533552Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4540122Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4546707Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4553694Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4560096Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4566933Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4573383Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4579899Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4586353Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4593393Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4599956Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4606514Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4612934Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4619954Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4626255Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4632532Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4639410Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4645950Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4652357Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4658807Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4665220Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4671962Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4678462Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4685086Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4692592Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4699867Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4706406Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4713007Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4720003Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4726537Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4733072Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4739697Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4746613Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4753634Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4760429Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4766942Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4773582Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4780734Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4787315Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4794303Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4801261Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4807706Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4814292Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4820960Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4827186Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4834082Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4840601Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4847383Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4853966Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4860974Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4867569Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4874238Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4881301Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4888288Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4895152Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4901954Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4908838Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4916189Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4921976Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4928549Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4935304Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4942317Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4948642Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4955401Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4962233Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4968642Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4974889Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4981797Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4988253Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.4995305Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5001249Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5007895Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5014093Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5020489Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5026774Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5033178Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5039536Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5046527Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5053056Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5059399Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5065796Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5072206Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5078584Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5084757Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5091042Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5110373Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5111583Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5124364Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5139843Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5141225Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5937128Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5938523Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5959421Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5964852Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5972324Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5979200Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5987039Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5988579Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5990170Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5991541Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.5992916Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6000255Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6001726Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6003027Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6004356Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6005765Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6011399Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6012685Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6013972Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6015272Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6016559Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6017711Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6018879Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6020122Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6021236Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6022317Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6023663Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6025076Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6026363Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6027649Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6028793Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6029951Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6031078Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6032159Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6033492Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6034900Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6036102Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6037266Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6038415Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6039580Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6040741Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6041818Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6043166Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6044759Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6046086Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6047453Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6048603Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6049772Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6050939Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6052043Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6053114Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6054272Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6055556Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6057178Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6058869Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6060444Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6061873Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6064814Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6071109Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6077686Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6084936Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6091353Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6097895Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6104511Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6111231Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6117663Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6124325Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6130861Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6137570Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6144392Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6151175Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6157740Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6164486Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6171512Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6179302Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6185817Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6192498Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6199526Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6206022Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6212532Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6219519Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6225847Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6232238Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6238901Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6245510Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6251928Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6258198Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6264376Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6270848Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6277117Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6283521Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6289943Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6296475Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6303185Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6309982Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6316313Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6322625Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6329010Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6335377Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6342315Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6348945Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6355365Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6361758Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6368129Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6374591Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6381044Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6387704Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6394285Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6400703Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6407095Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6413479Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6419910Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6426766Z 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-11-01T16:37:56.6433266Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6440073Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6446487Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6453515Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6460359Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6466802Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6473575Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6480563Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6487764Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6494489Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6501070Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6507644Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6514301Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6520872Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6527705Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6534265Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6565669Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6567095Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6568297Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6569438Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6571289Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6577168Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6583524Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6589890Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6595969Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6602290Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6609232Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6615981Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6622380Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6628892Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6635731Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6642520Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6649139Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6656033Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6662342Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6668748Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6675133Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6681769Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6688421Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6694900Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6701703Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6708517Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6714832Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6721253Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6727745Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6734327Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6740803Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6747157Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6753403Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6759840Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6766242Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6772564Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6778789Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6785193Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6791549Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6797791Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6804551Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6811265Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6817777Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6824371Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6830680Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6837696Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6844358Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6850611Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6856894Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6863581Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6870227Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6877097Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6884367Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6890936Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6897645Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6904322Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6911288Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6917754Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6924526Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6931501Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6938496Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6945540Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6951803Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6958391Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6964878Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6971472Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6977913Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6985020Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6991630Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.6997592Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7003981Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7010464Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7017061Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7023857Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7030412Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7036847Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7046976Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7051010Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7057520Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7064635Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7071712Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7077931Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7084271Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7091156Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7107889Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7114113Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7120547Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7127781Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7134194Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7141078Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7147715Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7153901Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7160423Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7166610Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7173062Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7179940Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7186706Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7193334Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7199971Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7206891Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7213365Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7220084Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7226840Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7233454Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7240225Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7246701Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7253294Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7259904Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7267047Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7273834Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7280781Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7287344Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7293971Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7301038Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7307505Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7314548Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7321005Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7327320Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7333974Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7340497Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7347022Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7353919Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7360992Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7367472Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7373777Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7380614Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7388245Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7394414Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7400846Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7407214Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7414045Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7420420Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7427081Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7434084Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7440482Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7447027Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7453590Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7460668Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7467480Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7474029Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7480581Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7487167Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7494145Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7500706Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7507481Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7514288Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7521074Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7527754Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7534427Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7541662Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7555352Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7556637Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7562647Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7569401Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7576069Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7582958Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7589754Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7596065Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7603114Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7609916Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7616488Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7623031Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7629901Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7636688Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7643546Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7650790Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7660572Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7665410Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7671555Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7678120Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7684692Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7691285Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7698080Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7705031Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7711695Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7718015Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7724506Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7731037Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7737617Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7744197Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7750684Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7757127Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7763503Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7769962Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7776333Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7782807Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7789589Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7796030Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7802420Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7808816Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7815608Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7821905Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7828345Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7835014Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7841362Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7847756Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7854931Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7861473Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7868411Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7874927Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7881841Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7888579Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7894992Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7901765Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7908646Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7929836Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7936298Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7942945Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7949324Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7955832Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7962363Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7968757Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7975349Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7981850Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7988782Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.7995777Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8002350Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8009036Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8015557Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8022127Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8028675Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8035255Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8041569Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8048768Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8056000Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8063143Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8069686Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8076237Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8082960Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8089275Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8095511Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8102065Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8108619Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8115789Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8122366Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8128828Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8135452Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8142043Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8148702Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8155212Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8161681Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8168149Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8174436Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8181330Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8187564Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8194158Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8200651Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8207155Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8213550Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8220018Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8226384Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8232991Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8239107Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8245636Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8251930Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8258185Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8264732Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8270758Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8276751Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8282738Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8289327Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8295509Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8302252Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8308607Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8315093Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8321449Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8327898Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8334767Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8341908Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8349003Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8355733Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8362763Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8369143Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8375902Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8382286Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8388749Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8408552Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8415008Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8421839Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8428319Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8434998Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8441897Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8447830Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8453980Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8460460Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8467465Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8474349Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8480875Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8487567Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8494143Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8501266Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8507882Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8514522Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8521929Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8528156Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8535238Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8542129Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8552543Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8555768Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8563084Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8576158Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8577448Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8584306Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8591015Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8598213Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8604748Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8611764Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8618636Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8625174Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8631878Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8638326Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8644692Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8651986Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8658650Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8665300Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8671659Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8678320Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8684713Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8691514Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8697804Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8704598Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8711433Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8718400Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8724887Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8731411Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8737702Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8744364Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8751033Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8757798Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8764270Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8770768Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8777654Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8784283Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8790804Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8797660Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8804597Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8811388Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8817948Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8825174Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8831631Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8838094Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8844483Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8851757Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8858528Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8865272Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8871786Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8878867Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8884898Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8891677Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8898967Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8905602Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8912392Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8918816Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8925433Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8932018Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8938612Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8945191Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8952503Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8958748Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8965294Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8971938Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8978593Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8985369Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8992181Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.8998656Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9005310Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9012087Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9018385Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9025035Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9031939Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9038320Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9051598Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9088336Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9089669Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9091010Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9092175Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9094190Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9100171Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9106521Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9112929Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9119429Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9126497Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9132640Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9139281Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9145804Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9152481Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9158841Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9165059Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9171384Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9177817Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9184149Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9190522Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9196900Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9203506Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9209983Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9216667Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9223204Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9229601Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9236072Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9242231Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9248949Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9255296Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9261858Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9268481Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9274741Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9281231Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9287733Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9294062Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9300888Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9307678Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9314051Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9320287Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9326744Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9332921Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9339314Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9345774Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9352191Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9358438Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9365054Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9371682Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9378236Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9384567Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9391034Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9398222Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9404787Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9411145Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9418076Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9424356Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9430726Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9436978Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9443508Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9450657Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9457350Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9463728Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9470353Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9477417Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9483879Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9490508Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9497071Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9504127Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9510714Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9517754Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9524528Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9531214Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9537604Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9544402Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9550913Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9576644Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9577978Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9579108Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9580301Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9592501Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9600115Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9605758Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9612415Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9618824Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9625224Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9631819Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9638207Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9644928Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9651512Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9658116Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9664809Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9671019Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9677673Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9684058Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9690348Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9696972Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9703581Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9726945Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9733028Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9739701Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9746527Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9752843Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9759212Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9765451Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9771721Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9777989Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9784216Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9790348Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9797227Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9804427Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9810996Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9817342Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9823931Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9830236Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9836468Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9842795Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9849276Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9855718Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9862153Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9868418Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9875223Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9882939Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9889426Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9896053Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9902783Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9910646Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9916781Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9923630Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9933235Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9939451Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9945136Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9952199Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9958934Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9965525Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9972315Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9979700Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9986187Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:56.9992729Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0000346Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0006320Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0013232Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0020326Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0027016Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0033711Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0040739Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0047759Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0054341Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0067402Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0069396Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0078374Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0083996Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0113090Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0159648Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0166680Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0173924Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0181778Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0189363Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0195740Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0202995Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0209729Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0216273Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0223232Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0229495Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0235850Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0242964Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0249986Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0274102Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0280361Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0286764Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0293281Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0299741Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0305809Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0312343Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0318613Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0325207Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0331436Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0337786Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0344532Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0350707Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0357221Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0363930Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0370231Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0376371Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0382625Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0388873Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0395500Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0401681Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0408138Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0414294Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0421024Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0427589Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0433905Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0440501Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0447250Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0453720Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0460358Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0466680Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0473543Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0479850Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0487019Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0494006Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0500652Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0507280Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0513887Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0520369Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0526820Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0532959Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0539529Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0546627Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0553019Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0560251Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0567453Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0574903Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0583098Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0590559Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0602549Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0609084Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0615823Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0622616Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0629095Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0636413Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0642714Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0655659Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0662066Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0669041Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0675312Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0681995Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0689341Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0695945Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0702533Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0709046Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0715651Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0722577Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0728940Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0735508Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0742146Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0748898Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0755227Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0761439Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0767773Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0774191Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0781089Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0787864Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0794487Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0800862Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0807270Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0814105Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0820641Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0827383Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0834511Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0841559Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0847938Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0854406Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0860661Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0867093Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0873749Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0880130Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0886487Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0893027Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0899677Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0906531Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0913862Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0920552Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0926891Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0933838Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0940699Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0947313Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0953600Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0960275Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0966694Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0973587Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0980023Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0986451Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0992868Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.0999039Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1005521Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1012539Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1018838Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1025994Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1032418Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1039474Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1046483Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1054096Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1061578Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1083970Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1085261Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1086517Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1091450Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1098773Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1105565Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1112378Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1120302Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1127075Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1133649Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1160468Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1161824Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1163340Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1164779Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1167422Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1174024Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1180684Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1187672Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1194353Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1200814Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1207356Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1213962Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1221062Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1227517Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1234873Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1241216Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1247786Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1254456Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1261253Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1267805Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1274448Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1281003Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1287559Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1294030Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1300832Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1307741Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1314439Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1321704Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1328372Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1334823Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1342013Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1348584Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1355092Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1361853Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1368589Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1375170Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1382142Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1388530Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1395112Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1401644Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1408495Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1415394Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1422181Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1428680Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1435146Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1447103Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1450959Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1457875Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1464223Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1470799Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1477675Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1484151Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1490639Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1497266Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1504402Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1510945Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1517577Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1524058Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1530886Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1537970Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1544542Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1550971Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1558038Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1564398Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1570880Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1577350Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1584455Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1591619Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1598075Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1604394Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1611143Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1617619Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1625571Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1632207Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1638794Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1645266Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1651877Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1658341Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1665009Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1671552Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1678606Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1685084Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1691597Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1698078Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1705216Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1711868Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1718912Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1725986Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1732157Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1738815Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1745557Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1752071Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1758706Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1765976Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1772600Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1779235Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1785731Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1792429Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1799299Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1805879Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1812524Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1819413Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1826091Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1832744Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1839462Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1846542Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1853576Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1860308Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1867049Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1874117Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1880787Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1887634Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1894314Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1901624Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1908782Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1915136Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1921859Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1928910Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1935578Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1942399Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1949296Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1956444Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1963122Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1969952Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1976915Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1983623Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1990663Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.1997348Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2004564Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2028895Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2035794Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2042332Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2048963Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2056133Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2063153Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2077432Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2078584Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2084520Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2091330Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2097935Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2105079Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2111962Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2118253Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2124676Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2131272Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2137407Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2144016Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2150221Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2156954Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2163575Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2169933Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2176545Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2183050Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2189504Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2196138Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2202593Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2209114Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2215788Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2222399Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2229088Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2235709Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2242875Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2249291Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2256339Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2263020Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2285112Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2291451Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2298006Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2304675Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2310984Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2317717Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2325385Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2331786Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2338783Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2345375Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2352173Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2358939Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2365568Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2372762Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2379745Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2386500Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2393173Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2400162Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2406790Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2414274Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2421431Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2428238Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2434914Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2441421Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2448433Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2455000Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2461413Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2467874Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2474482Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2481169Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2488082Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2495041Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2501554Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2508680Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2515417Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2522357Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2529694Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2536078Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2542929Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2549714Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2556590Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2563650Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2570962Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2577626Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2584593Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2591475Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2598123Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2604564Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2611426Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2618395Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2625106Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2631585Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2638200Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2644774Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2650994Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2657951Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2664735Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2671300Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2677769Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2684380Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2690962Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2697622Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2704560Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2711275Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2717916Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2724487Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2730959Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2737443Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2744500Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2751102Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2757617Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2764292Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2770794Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2777269Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2783976Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2790848Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2797357Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2803991Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2810950Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2817273Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2824130Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2830316Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2836642Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2843004Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2848954Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2855542Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2861928Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2868700Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2874940Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2881481Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2888048Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2894618Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2901562Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2908811Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2915117Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2921799Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2928492Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2935616Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2942621Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2949329Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2956532Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2963108Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2970586Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2977515Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2984183Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2990935Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.2997887Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3004344Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3011256Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3017985Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3024887Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3031462Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3038608Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3045434Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3052106Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3058575Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3065305Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3072649Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3079529Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3086865Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3094202Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3100937Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3107660Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3114067Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3120940Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3127665Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3134240Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3141093Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3147945Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3154477Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3160956Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3167652Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3173297Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3180084Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3186315Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3192693Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3199521Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3205737Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3211969Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3218227Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3224577Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3231193Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3237417Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3243794Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3250230Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3257097Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3263669Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3270056Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3276460Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3283141Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3290318Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3296824Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3303654Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3310601Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3316905Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3323253Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3329636Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3336362Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3350516Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3356967Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3363504Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3369928Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3376415Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3383128Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3389802Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3397097Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3403713Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3410632Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3417546Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3424248Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3430860Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3438260Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3444887Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3451701Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3458398Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3465233Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3472374Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3479117Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3486178Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3492719Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3499425Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3506706Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3513426Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3519962Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3526329Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3533566Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3540223Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3546929Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3559402Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3567617Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3582668Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3583885Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3600647Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3602091Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3607046Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3613517Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3620630Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3627248Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3633583Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3640449Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3646699Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3653654Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3659764Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3666317Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3673193Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3680182Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3687396Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3693505Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3705477Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3708102Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3714100Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3720544Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3727037Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3733517Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3740280Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3747035Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3754003Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3760143Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3766774Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3773206Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3779512Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3785956Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3792235Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3798767Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3804963Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3811606Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3817961Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3824609Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3831072Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3838198Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3844607Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3851101Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3857456Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3864145Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3871037Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3877647Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3884359Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3891239Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3897600Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3904490Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3911539Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3918313Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3925679Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3932163Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3939080Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3945712Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3952430Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3959198Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3965790Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3972861Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3979432Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3986896Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3993154Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.3999995Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4006515Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4013033Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4019482Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4026408Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4032997Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4039557Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4046081Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4052814Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4059572Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4066399Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4073257Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4079979Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4090335Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4094082Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4129438Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4130787Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4132128Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4133411Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4134813Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4139353Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4146779Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4153415Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4160176Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4167310Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4173828Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4180505Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4188517Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4195116Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4201590Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4208120Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4214608Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4221365Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4227798Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4234417Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4240867Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4247384Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4253390Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4259878Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4266594Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4273151Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4279694Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4286131Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4292599Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4299072Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4305715Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4312465Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4318974Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4325296Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4331477Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4337717Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4343917Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4349992Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4355882Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4362386Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4369084Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4376026Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4382694Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4389217Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4395663Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4402151Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4409018Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4415629Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4422035Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4429159Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4435640Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4441764Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4448016Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4454341Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4460652Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4467537Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4474583Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4481373Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4488204Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4495006Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4502478Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4509514Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4516320Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4523033Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4530452Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4536679Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4543620Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4550575Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4557390Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4564870Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4571353Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4578308Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4609058Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4610342Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4611693Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4613073Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4617103Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4624190Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4631551Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4638747Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4645712Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4652422Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4659641Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4666499Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4673144Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4680027Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4687398Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4694122Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4701090Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4707901Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4714631Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4721307Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4727808Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4734770Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4741364Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4748035Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4755025Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4761477Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4768062Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4775133Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4781978Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4788684Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4795292Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4802014Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4809683Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4816773Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4823855Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4830459Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4837171Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4844119Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4850787Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4857490Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4864328Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4871821Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4878543Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4885080Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4891890Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4899092Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4906145Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4913491Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4920126Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4926884Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4933288Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4940182Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4947231Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4954089Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4961496Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4968294Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4974958Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4981626Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4988610Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.4995635Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5002717Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5009452Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5016453Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5024027Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5030424Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5037208Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5043932Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5050862Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5058466Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5065631Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5072616Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5080575Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5086957Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5125109Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5126354Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5127627Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5129131Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5130788Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5133075Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5140355Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5147215Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5153833Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5160883Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5167840Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5174488Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5181392Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5187907Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5194945Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5201635Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5208457Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5215066Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5221837Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5228862Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5235752Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5242261Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5249209Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5255746Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5262454Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5269081Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5275782Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5282201Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5315594Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5322351Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5328901Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5335467Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5341727Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5348295Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5354747Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5360791Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5367343Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5373683Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5380110Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5386826Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5393374Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5399620Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5406036Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5412653Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5419301Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5425890Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5432929Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5438938Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5445531Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5451935Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5458853Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5466100Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5472764Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5479973Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5486784Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5494058Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5520686Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5522181Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5523456Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5524669Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5532170Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5538673Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5545447Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5552527Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5559639Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5565975Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5572737Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5579227Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5585997Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5592615Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5599152Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5605633Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5612009Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5618191Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5624482Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5630769Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5636992Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5643323Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5649433Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5655770Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5663070Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5670983Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5679319Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5683884Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5695140Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5698103Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5706000Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5713545Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5721089Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5731155Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5735673Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5742516Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5749330Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5755977Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5762371Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5769002Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5775767Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5782527Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5789514Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5795981Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5802582Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5809346Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5815897Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5822458Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5829188Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5835794Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5842486Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5849037Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5855649Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5862390Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5869225Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5875860Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5883656Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5922596Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5924138Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5925457Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5926705Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5927958Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5929098Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5934074Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5940370Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5946644Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5952754Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5959432Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5965806Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5972819Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5978878Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5985371Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5992123Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.5998387Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6020365Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6026462Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6033142Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6040110Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6046406Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6056414Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6062952Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6069251Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6075696Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6082188Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6088895Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6095498Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6102043Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6108776Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6115082Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6121582Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6127948Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6134555Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6141164Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6147627Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6153934Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6160596Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6167419Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6173823Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6180353Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6186950Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6193497Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6199852Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6206306Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6212835Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6219821Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6226163Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6232733Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6239854Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6245794Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6252090Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6258593Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6265584Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6301001Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6302579Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6304026Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6305519Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6306916Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6312618Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6318529Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6325584Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6332082Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6339169Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6346083Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6352950Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6360029Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6366849Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6373464Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6380126Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6387283Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6393922Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6400554Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6407342Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6413899Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6420827Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6427554Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6434159Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6440568Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6446825Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6453300Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6459904Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6466828Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6473780Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6480234Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6486638Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6493826Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6500582Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6507410Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6513854Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6520372Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6526768Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6533746Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6540568Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6548749Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6586041Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6587497Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6588902Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6590315Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6591886Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6593378Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6599767Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6606345Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6613597Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6629370Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6630761Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6633286Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6639725Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6645811Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6652325Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6658355Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6664719Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6670986Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6677094Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6683852Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6689872Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6696111Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6703001Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6708909Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6715239Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6721439Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6727754Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6736004Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6742654Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6749327Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6755746Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6762323Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6768484Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6774850Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6781477Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6788533Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6795236Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6802349Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6808821Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6815599Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6822630Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6829157Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6835523Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6842168Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6848817Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6855518Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6861791Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6884975Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6892379Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6898920Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6905687Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6912249Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6919594Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6926241Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6933107Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6939894Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6946499Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6953247Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6959857Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6966871Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6973814Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6980347Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6987173Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.6993698Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7000165Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7006779Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7012827Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7019040Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7025975Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7032635Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7044087Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7050511Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7056995Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7064084Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7070394Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7077207Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7083636Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7090066Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7096527Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7102955Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7109403Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7115921Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7123464Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7129899Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7136441Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7142964Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7149511Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7155996Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7162750Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7169586Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7176082Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7183311Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7190032Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7196835Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7203437Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7210072Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7216615Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7223988Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7230334Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7236811Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7243891Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7250622Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7257121Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7263784Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7270608Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7276808Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7283242Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7289635Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7296036Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7303256Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7309638Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7315880Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7322381Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7328740Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7335246Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7341898Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7348516Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7354875Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7361087Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7367926Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7374206Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7381208Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7387599Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7394197Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7400749Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7408040Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7414327Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7421076Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7427619Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7433946Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7440367Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7447391Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7453976Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7461235Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7467696Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7474138Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7480560Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7487321Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7493484Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7500470Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7506827Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7513283Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7519874Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7526804Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7533592Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7540163Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7546728Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7553402Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7559657Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7565934Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7572538Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7579924Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7585432Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7592462Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7630100Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7630609Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7631104Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7631569Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7632045Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7635966Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7642114Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7648367Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7654942Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7661115Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7667565Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7673703Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7681285Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7686460Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7693018Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7699454Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7707153Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7713474Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7725061Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7731233Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7737310Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7743707Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7750295Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7756526Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7763130Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7769653Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7776064Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7782428Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7788639Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7794961Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7801124Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7807872Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7813964Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7819925Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7826362Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7832601Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7839098Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7845739Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7852238Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7858970Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7865131Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7871164Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7877306Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7883313Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7889097Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7895698Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7901564Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7907723Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7914520Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7920856Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7926877Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7933500Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7939858Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7946185Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7953628Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7964500Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7970380Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7977895Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7984457Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7991007Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.7998191Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8004872Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8011539Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8019388Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8026782Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8033998Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8040642Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8047485Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8054095Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8062070Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8068604Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8075851Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8082594Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8089779Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8096296Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8134926Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8135480Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8136018Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8136530Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8137043Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8142061Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8149184Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8155862Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8162666Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8169427Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8176058Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8182552Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8189202Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8195741Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8202222Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8208933Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8216098Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8223346Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8229722Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8236923Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8244438Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8250938Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8257737Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8528628Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8536450Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8544811Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8551620Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8558828Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8566250Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8573553Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8579894Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8586845Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8593510Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:57.8600055Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.0963909Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.0971690Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.0980473Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.0987479Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.0994159Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1000822Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1007448Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1014933Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1021199Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1027932Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1034614Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1053388Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1060302Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1067929Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1074344Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1080872Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1087178Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1096262Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1103394Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1110277Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1117969Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1123790Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1132422Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1139354Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1146847Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1154872Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1161483Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1167749Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1175013Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1181290Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1187739Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1193662Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1199790Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1206440Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1213009Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1219640Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1226741Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1235532Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1242635Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1250926Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1257353Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1264309Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1271883Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1279715Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1286432Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1293262Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1299732Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1306938Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1313538Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1320903Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1327426Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1335080Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1344954Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1354702Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1364257Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1374813Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1384973Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1391550Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1398197Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1405457Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1412394Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1419047Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1425930Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1433178Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1440145Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1446417Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1453263Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1460493Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1466888Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1474024Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1480295Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1487351Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1494280Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1501266Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1508228Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1514633Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1521014Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1528045Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1534665Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1541800Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1555441Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1562569Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1569267Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1576378Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1583373Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1590149Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1596935Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1603876Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1610334Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1616751Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1623276Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1629662Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1644717Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1646181Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1683255Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1684527Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1686015Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1687571Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1688995Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1693155Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1699389Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1706764Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1712226Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1718863Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1725186Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1732030Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1739327Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1746077Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1753023Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1759854Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1767660Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1775605Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1782818Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1790189Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1796504Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1803184Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1809633Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1815956Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1822165Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1828920Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1835171Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1841227Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1848102Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1854641Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1860841Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1867683Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1874006Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1880409Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1886669Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1892949Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1899624Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1905860Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1913181Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1919848Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1926315Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1933157Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1939603Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1946081Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1952420Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1958859Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1965233Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1975268Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1981235Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1987477Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.1995013Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2001024Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2007372Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2013875Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2020727Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2026548Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2034207Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2040466Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2047722Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2054334Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2061269Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2068333Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2075469Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2081674Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2088208Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2094241Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2100685Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2107349Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2113481Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2120107Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2126167Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2133826Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2140849Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2148096Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2156390Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2165405Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2168618Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2175087Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2181862Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2188283Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2195493Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2201213Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2207710Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2214158Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2220272Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2227198Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2233495Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2240312Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2247168Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2254150Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2260750Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2267460Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2274572Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2280966Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2287645Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2294572Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2301110Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2308076Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2314457Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2321529Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2327852Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2334088Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2340350Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2346735Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2353461Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2360172Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2367019Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2373610Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2380173Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2386831Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2393681Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2400149Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2406683Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2413232Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2420427Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2427046Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2433964Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2440543Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2447202Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2454082Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2461178Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2468093Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2474899Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2481698Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2488318Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2495671Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2502304Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2508961Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2515692Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2521916Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2528686Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2535146Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2541642Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2548719Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2555019Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2561815Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2568635Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2575176Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2581776Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2588000Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2595288Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2601962Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2633533Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2640430Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2659569Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2660823Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2662625Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2669252Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2675879Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2683269Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2689041Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2695344Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2702134Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2708622Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2715933Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2721661Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2727974Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2734356Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2741156Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2747676Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2754002Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2760489Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2766805Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2773589Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2780374Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2786989Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2794850Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2801283Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2807818Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2814542Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2821057Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2827559Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2834254Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2841352Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2847927Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2854629Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2861273Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2867934Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2874826Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2881629Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2888589Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2895017Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2901706Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2908444Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2915268Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2921814Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2928338Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2934857Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2941681Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2954299Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2960985Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2967728Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2979740Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2987974Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.2994194Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3001012Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3008018Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3015033Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3021892Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3029012Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3035717Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3042567Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3049834Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3056493Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3063310Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3070328Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3077705Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3084402Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3091370Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3098141Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3105101Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3111957Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3118654Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3125458Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3132212Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3138987Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3162688Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3163852Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3164979Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3167269Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3174522Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3180661Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3187600Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3194576Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3201659Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3207986Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3214691Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3221164Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3227621Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3234498Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3240764Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3247660Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3254093Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3260967Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3267581Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3274074Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3280816Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3287484Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3293852Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3300644Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3307122Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3313481Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3320067Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3326722Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3333464Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3339740Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3345989Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3352380Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3359487Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3365947Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3372345Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3378728Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3385521Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3391680Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3398032Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3404625Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3411492Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3417993Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3424744Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3431354Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3438033Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3444847Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3451028Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3457623Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3464258Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3470956Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3477449Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3484302Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3490369Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3497236Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3503957Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3510444Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3517603Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3524238Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3530780Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3537309Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3543660Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3550543Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3557064Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3564000Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3572735Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3579842Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3586884Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3593286Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3599834Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3606307Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3612863Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3620500Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3626788Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3632981Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3639687Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3646133Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3668854Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3669976Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3671348Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3675129Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3681729Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3688294Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3695049Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3701702Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3708362Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3714723Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3721395Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3727742Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3734633Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3741254Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3747633Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3754279Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3760738Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3767094Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3773485Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3780330Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3786621Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3792707Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3799058Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3805606Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3811761Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3818695Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3825406Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3832045Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3838991Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3845530Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3852063Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3858781Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3865742Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3872323Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3878748Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3888600Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3894953Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3901466Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3908288Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3914738Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3921316Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3929714Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3936386Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3943083Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3951042Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3957335Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3964520Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3970761Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3977134Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3983688Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3990277Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.3996813Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4003345Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4009771Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4017057Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4023651Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4030063Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4036408Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4043240Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4049656Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4056064Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4063032Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4070034Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4076549Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4083075Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4089527Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4095794Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4103098Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4109851Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4116298Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4122988Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4129567Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4136270Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4142977Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4149801Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4157446Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4164719Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4171407Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4178301Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4185031Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4191797Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4198421Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4205033Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4211623Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4219453Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4225907Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4232432Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4238901Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4245668Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4252501Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4258874Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4265390Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4271782Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4278083Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4284444Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4291037Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4297636Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4304568Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4311044Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4317571Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4323916Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4330288Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4336658Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4343134Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4349966Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4356469Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4363085Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4369651Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4376264Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4383148Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4389375Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4396366Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4402872Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4409675Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4416205Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4422818Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4429148Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4435741Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4442766Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4449284Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4455743Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4462481Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4469319Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4475684Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4481918Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4488010Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4494176Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4500921Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4507642Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4514070Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4520470Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4526960Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4533429Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4539781Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4546093Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4552704Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4558911Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4565441Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4571605Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4578247Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4584585Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4591076Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4597813Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4604145Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4610406Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4616714Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4623151Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4629390Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4636330Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4643125Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4649761Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4656738Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4663749Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4670551Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4677644Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4685025Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4691794Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4698510Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4705077Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4711763Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4718346Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4724830Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4731437Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4737428Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4744343Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4750445Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4757062Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4763611Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4769839Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4776465Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4782960Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4797482Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4803817Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4810419Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4816931Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4823326Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4830102Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4836399Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4842395Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4848481Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4855371Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4861884Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4868465Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4875095Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4881467Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4888007Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4894477Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4901114Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4907976Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4914238Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4920828Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4927178Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4933320Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4939666Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4946171Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4952146Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4958219Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4964709Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4971096Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4977694Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4984092Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4990218Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.4996865Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5003194Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5009251Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5015790Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5022345Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5028724Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5034966Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5041468Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5047534Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5053711Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5060305Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5066705Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5073126Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5079705Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5085783Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5092230Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5098641Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5104960Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5111543Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5118070Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5124299Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5130487Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5136810Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5143838Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5150316Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5156956Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5164313Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5171226Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5179035Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5187133Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5193906Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5200652Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5207440Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5214986Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5222225Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5229561Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5237026Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5243553Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5250240Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5257497Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5264698Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5271013Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5277700Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5284183Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5290822Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5297108Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5303938Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5310928Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5317796Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5323913Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5330456Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5336936Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5343577Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5349952Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5356656Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5362989Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5369894Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5376582Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5383164Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5390142Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5396987Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5403338Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5410237Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5416608Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5423302Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5429730Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5436178Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5442749Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5449947Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5456230Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5463220Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5469965Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5477024Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5483739Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5490494Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5497024Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5504053Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5510720Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5517368Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5524279Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5530865Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5537222Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5543646Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5549977Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5556294Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5562802Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5570138Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5576753Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5584150Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5590758Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5597454Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5604804Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5611393Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5617980Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5624729Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5631393Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5637993Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5644606Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5651132Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5657951Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5664767Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5671924Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5678456Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5685883Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5692487Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5699653Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5706273Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5723829Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5730913Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5737647Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5744344Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5750796Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5758047Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5764179Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5770544Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5777560Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5784065Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5790423Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5797221Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5803694Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5810303Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5817265Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5823842Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5830469Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5837059Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5843602Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5850258Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5856794Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5863833Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5870069Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5876560Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5882938Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5889770Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5896208Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5902735Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5909815Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5916263Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5923314Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5929865Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5937544Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5945264Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5952570Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5959954Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5967060Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5974758Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5981700Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5988538Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.5995351Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6002026Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6008277Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6014811Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6021210Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6027635Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6034125Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6040771Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6047059Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6053507Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6060112Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6066854Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6073390Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6079741Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6086237Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6093080Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6099488Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6106145Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6112537Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6119736Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6126247Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6132582Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6139072Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6145656Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6152486Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6159269Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6165790Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6172371Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6191450Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6192140Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6192816Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6199088Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6205422Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6212536Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6250215Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6250722Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6251415Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6251939Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6252462Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6256902Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6263719Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6271086Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6277761Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6284865Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6290892Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6297903Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6304546Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6310911Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6317288Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6323971Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6330582Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6337272Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6343907Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6350820Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6357144Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6363797Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6370139Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6376643Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6383390Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6390155Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6396939Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6404147Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6410609Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6417471Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6424383Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6431016Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6437648Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6444412Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6451369Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6458403Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6465200Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6472281Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6478554Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6485252Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6491852Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6498442Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6527858Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6535102Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6542052Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6548742Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6555900Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6563402Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6570810Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6577594Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6584329Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6591546Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6598249Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6604981Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6611604Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6618502Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6625195Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6631990Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6638566Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.6645765Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7063759Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7070530Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7077337Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7084139Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7091236Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7098594Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7105288Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7112035Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7119334Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7126208Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7132847Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7139952Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7147198Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7153838Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7160592Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7167412Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7178120Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7183171Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7195647Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7198376Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7205951Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7213124Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7219985Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7226640Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7233647Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7240264Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7247625Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7254645Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7261435Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7268148Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7274622Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7281732Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7288358Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7295127Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7301713Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7309073Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7315567Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7322294Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7328954Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7336051Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7342638Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7349296Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7355723Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7362360Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7368993Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7375458Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7382080Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7388597Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7395018Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7402222Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7408577Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7415368Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7422050Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7428636Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7435328Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7442182Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7448944Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7455386Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7461901Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7468460Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7475292Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7481706Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7488180Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7495370Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7502076Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7508574Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7515222Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7522675Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7529252Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7535654Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7542340Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7549279Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7556074Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7562452Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7569003Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7576112Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7582856Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7589327Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7595927Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7602834Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7609912Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7616549Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7623385Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7630680Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7637370Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7644086Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7650857Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7657873Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7664714Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7671550Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7678489Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7685614Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7693778Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7701764Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7708863Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7715822Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7722845Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7730248Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7736927Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7743897Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7751068Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7758319Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7765886Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7772675Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7779382Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7786192Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7793098Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7799812Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7806486Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7812946Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7820085Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7832018Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7834872Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7841877Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7848415Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7855231Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7861892Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7868705Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7875094Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7881499Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7888180Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7894583Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7902657Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7909323Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7915936Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7922471Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7929048Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7935591Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7942448Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7949768Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7956191Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7962921Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7969484Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7976236Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7982949Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7989355Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.7996475Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8003715Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8010542Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8017060Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8023938Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8030875Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8037899Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8044790Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8051619Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8058491Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8066022Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8073499Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8080296Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8087719Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8094488Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8102064Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8108684Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8115580Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8122283Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8130073Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8136324Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8143156Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8149808Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8156949Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8163766Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8170727Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8177336Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8187001Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8192462Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8199753Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8207153Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8214960Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8221709Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8228633Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8235537Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8242437Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8249462Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8256047Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8262872Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8270064Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8276568Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8283772Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8290267Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8298087Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8304743Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8311423Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8318004Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8325035Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8331754Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8338609Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8345313Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8352471Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8359363Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8366059Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8372652Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8379652Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8386276Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8392931Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8399875Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8407002Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8413563Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8420401Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8427221Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8434308Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8441483Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8447991Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8454770Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8462187Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8468754Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8475693Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8482477Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8489416Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8496278Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8503022Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8511147Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8518216Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8524995Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8531570Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8538003Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8544814Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8551823Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8558451Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8565035Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8571504Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8578138Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8584773Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8591400Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8598577Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8605273Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8611703Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8618520Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8625805Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8632326Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8639025Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8645791Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8653079Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8659690Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8666209Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8672798Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8679843Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8687292Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8701268Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8702564Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8710000Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8722677Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8724904Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8731888Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8739061Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8746048Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8752871Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8759780Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8767124Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8773928Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8780923Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8787623Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8794797Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8801845Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8808572Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8815208Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8823301Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8830472Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8837421Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8844390Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8851124Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8858203Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8865092Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8872124Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8879001Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8886512Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8893450Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8900567Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8907480Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8914321Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8921169Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8927967Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8934938Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8941877Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8949281Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8956328Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8963076Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8970152Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8976783Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8983834Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8990586Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.8997470Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9004662Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9012154Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9019413Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9026533Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9033798Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9040728Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9047758Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9054753Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9061840Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9068982Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9076144Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9083052Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9089645Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9096391Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9109570Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9116177Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9122896Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9129835Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9137071Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9143892Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9150870Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9157925Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9164856Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9171735Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9178616Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9185528Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9203453Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9211301Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9218846Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9225989Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9238299Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9245284Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9252002Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9258992Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9265655Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9272630Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9279279Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9285961Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9293117Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9300344Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9307535Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9314100Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9320750Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9327341Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9334064Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9340920Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9347654Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9354383Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9360754Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9367477Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9373686Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9380605Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9387071Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9394262Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9401024Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9407453Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9413794Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9420403Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9427316Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9433724Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9459573Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9466406Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9472970Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9479520Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9486069Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9492711Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9499701Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9506301Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9513283Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9519645Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9526290Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9532877Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9539448Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9546175Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9552617Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9558868Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9565337Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9571717Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9578229Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9584870Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9591638Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9598318Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9604833Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9611836Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9618597Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9625456Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9637217Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9643927Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9650479Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9657252Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9663916Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9670709Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9677121Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9683897Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9690931Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9714037Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9715333Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9716645Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9719894Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9726423Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9733142Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9744129Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9756781Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9764566Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9770275Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9776725Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9783087Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9789530Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9796078Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9802520Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9813512Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9819688Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9825846Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9832244Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9838637Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9845484Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9851092Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9857511Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9868475Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9874611Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9880935Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9887101Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9893538Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9899924Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9906262Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9913375Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9920077Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9926634Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9933128Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9939475Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9945487Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9951712Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9957961Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9964090Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9970643Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9977278Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9983943Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:58.9990177Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0002507Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0008085Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0014177Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0020981Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0032135Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0038438Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0045305Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0051887Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0058978Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0064935Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0071526Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0078071Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0084487Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0090967Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0097669Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0103900Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0110366Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0116959Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0123516Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0130359Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0136797Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0143876Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0150538Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0157078Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0164326Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0171239Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0177976Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0184848Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0191512Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0211271Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0212608Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0213954Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0220609Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0227232Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0233825Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0240168Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0246512Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0252947Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0259811Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0266609Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0272859Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0280897Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0287589Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0295477Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0301731Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0307998Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0313840Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0320152Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0327122Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0333389Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0339832Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0346318Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0354227Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0360422Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0366787Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0372910Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0378915Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0385127Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0391846Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0398188Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0404595Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0410962Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0417632Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0424474Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0431150Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0437918Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0444588Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0452190Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0458513Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0465172Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0471718Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0478179Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0489817Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0496099Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0502828Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0509286Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0519696Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0526450Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0532850Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0538996Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0545392Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0552145Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0558542Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0565039Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0576275Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0583400Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0589945Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0596609Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0607932Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0614627Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0621130Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0627661Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0634230Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0641191Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0648393Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0654787Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0661558Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0668210Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0674818Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0681824Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0693279Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0701173Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0707912Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0714627Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0721102Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0727868Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0734663Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0741672Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0752345Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0758962Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0765669Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0771715Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0777709Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0783766Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0790775Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0819101Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0825499Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0831790Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0838140Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0844734Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0851156Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0857697Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0864316Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0870490Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0882013Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0888524Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0900979Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0907719Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0914313Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0920878Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0927513Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0934569Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0941566Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0948010Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0954357Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0961483Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0968595Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0975060Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0981739Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0988424Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.0994745Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1001120Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1008287Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1014698Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1021542Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1028393Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1034484Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1041152Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1047778Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1054111Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1060850Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1067684Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1074212Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1080663Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1087691Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1094117Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1101089Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1107799Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1114276Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1121109Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1128024Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1134545Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1140973Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1147702Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1154702Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1161073Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1167699Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1174714Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1181603Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1187888Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1207980Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1208508Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1210007Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1220584Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1227293Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1234020Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1240864Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1247613Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1254232Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1261680Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1268398Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1274881Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1281326Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1287820Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1294424Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1301277Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1307977Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1314322Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1320780Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1327202Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1333829Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1340181Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1346883Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1353506Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1360360Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1367053Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1373578Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1380169Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1386949Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1393794Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1400747Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1407015Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1413633Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1419889Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1434456Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1440603Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1447588Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1453883Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1464994Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1471462Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1477853Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1484298Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1490604Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1496834Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1503439Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1510521Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1517453Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1523840Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1530240Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1536982Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1543671Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1550230Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1556627Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1563124Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1570306Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1576792Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1583785Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1590216Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1597131Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1603722Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1610174Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1616662Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1623195Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1629408Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1636390Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1642801Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1649554Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1656013Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1662995Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1669424Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1675913Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1682358Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1688773Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1695523Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1714354Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1715446Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1721371Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1727936Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1734271Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1741257Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1747662Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1754529Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1761002Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1767369Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1773627Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1780120Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1785960Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1791964Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1798549Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1805280Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1811586Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1818211Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1840872Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1847074Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1853751Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1860938Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1867303Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1873705Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1880403Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1886838Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1893704Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1900237Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1906618Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1913046Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1919439Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1925788Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1931720Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1938464Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1944898Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1951756Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1958131Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1964553Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1970877Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1977801Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1984747Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1991414Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.1997860Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2004397Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2015671Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2022358Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2028987Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2035399Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2041961Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2048896Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2055428Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2062095Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2068917Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2075446Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2081956Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2088724Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2095543Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2102418Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2109381Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2116119Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2123497Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2130277Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2138150Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2145862Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2153699Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2160491Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2167577Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2174331Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2181204Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2188231Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2195346Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2201902Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2208588Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2215151Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2222389Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2228822Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2235447Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2241814Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2248573Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2255046Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2261608Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2268246Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2275211Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2282160Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2288773Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2295219Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2302201Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2308673Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2320314Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2327040Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2333397Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2339995Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2346582Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2352981Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2359443Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2366438Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2373720Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2380264Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2386878Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2394133Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2400872Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2407655Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2414293Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2421597Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2428164Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2434610Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2441389Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2447984Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2454670Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2461410Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2467895Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2474712Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2481625Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2488854Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2495605Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2502375Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2509096Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2515638Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2522452Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2528994Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2540926Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2547926Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2554456Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2561536Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2568430Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2575011Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2581656Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2588154Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2595063Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2601906Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2609268Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2616503Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2623111Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2629952Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2636805Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2643977Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2651016Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2658229Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2665289Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2685302Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2686829Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2688156Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2692758Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2699714Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2719596Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2720843Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2738170Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2739908Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2750106Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2756293Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2763170Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2770063Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2776904Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2783717Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2791658Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2798221Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2804720Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2811311Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2818233Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2825283Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2831965Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2838998Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2845608Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2852327Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2859682Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2866869Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2873315Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2879945Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2891168Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2897750Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2904774Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2911757Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2918839Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2925737Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2932484Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2939371Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2946072Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2952632Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2959171Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2965649Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2972308Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2979460Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2986366Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2993162Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.2999745Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3006463Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3013188Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3020472Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3027857Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3034871Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3041628Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3048965Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3055624Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3062778Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3070212Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3076722Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3083498Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3090362Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3097755Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3105477Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3112397Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3119387Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3126372Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3133185Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3140078Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3147469Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3155060Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3161403Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3168238Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3174957Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3182231Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3189055Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3195806Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3202909Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3209238Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3215720Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3223359Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3235439Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3238258Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3244846Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3251587Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3258756Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3265229Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3272850Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3284288Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3290869Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3297386Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3303953Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3310212Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3316744Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3323128Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3329634Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3336062Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3342478Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3348835Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3355293Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3366965Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3373545Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3380290Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3386857Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3393304Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3399856Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3406432Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3412535Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3418915Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3425424Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3431990Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3438353Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3449232Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3455173Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3461538Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3467543Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3480349Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3487385Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3493927Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3500509Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3506954Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3513458Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3519946Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3526761Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3533263Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3539707Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3546788Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3553175Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3564109Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3570462Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3577270Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3584412Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3591078Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3597595Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3604052Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3610622Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3622751Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3629339Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3636048Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3642462Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3649485Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3655653Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3662599Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3669779Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3676260Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3682840Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3689518Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3696395Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3703232Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3709815Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3716745Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3724981Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3733517Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3740781Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3748023Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3755344Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3762779Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3769337Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3775821Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3782545Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3789213Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3795647Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3802771Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3809076Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3815696Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3822516Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3829260Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3835688Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3841963Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3848722Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3855389Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3862110Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3868581Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3875485Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3881886Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3888320Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3894529Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3900842Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3906925Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3912951Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3919432Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3925430Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3932359Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3938898Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3945331Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3951799Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3958276Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3964650Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3971345Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3977754Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3984664Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3991251Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.3997454Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4003700Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4009905Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4016703Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4023883Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4030412Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4037294Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4044259Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4050871Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4057812Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4064588Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4071231Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4077901Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4084414Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4090984Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4097814Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4105023Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4111464Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4118156Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4124893Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4131514Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4138776Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4145690Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4152284Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4159129Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4165930Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4172741Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4180360Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4186885Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4193576Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4200170Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4207070Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4213751Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4220835Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4228286Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4236260Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4243668Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4250973Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4257572Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4264807Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4271622Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4278391Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4285119Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4291853Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4298592Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4305219Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4311859Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4318748Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4325133Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4331527Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4338258Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4345699Z 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-11-01T16:37:59.4352406Z 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-11-01T16:37:59.4359320Z 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-11-01T16:37:59.4366115Z 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-11-01T16:37:59.4372823Z 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-11-01T16:37:59.4379365Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4386341Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4392997Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4399749Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4406432Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4413052Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4420114Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4426611Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4433246Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4440729Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4449242Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4457464Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4463603Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4470547Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4477087Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4483432Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4490192Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4497084Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4503729Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4510337Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4516931Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4523370Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4529860Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4536228Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4543032Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4549653Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4556101Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4563169Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4569560Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4575983Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4582380Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4588854Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4595317Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4601991Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4609416Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4615641Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4622353Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4629337Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4635781Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4643814Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4650332Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4657293Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4664054Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4670643Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4677275Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4684172Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4690991Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4697824Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4704442Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4710955Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4717444Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4724140Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4730982Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4737142Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4743899Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4750825Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4757248Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4792572Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4799065Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4806066Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4812450Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4851373Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4852570Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4853923Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4855441Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4856811Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4877081Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4878426Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4879775Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4880958Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4885834Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4892809Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4899711Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4906189Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4912846Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4919855Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4926392Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4933057Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4939593Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4947522Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4959607Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4966316Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4973306Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4980259Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4986936Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.4993499Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5000289Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5007178Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5013943Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5021129Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5027410Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5034018Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5041235Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5047835Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5054543Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5061571Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5068163Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5074775Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5081811Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5088558Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5095506Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5102629Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5109018Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5115437Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5121881Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5135512Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5142341Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5149016Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5155852Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5162510Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5169001Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5175941Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5188444Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5195149Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5201760Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5208844Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5215604Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5222166Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5229256Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5260792Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5261446Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5262060Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5262666Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5266727Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5273267Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5279613Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5286847Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5295425Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5301455Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5307733Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5314328Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5320538Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5327065Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5333853Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5340856Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5347357Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5359347Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5366557Z 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-11-01T16:37:59.5372877Z 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-11-01T16:37:59.5379864Z 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-11-01T16:37:59.5387070Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5393256Z 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-11-01T16:37:59.5399863Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5406581Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5413399Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5420645Z 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-11-01T16:37:59.5427130Z 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-11-01T16:37:59.5433968Z 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-11-01T16:37:59.5440678Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5447752Z 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-11-01T16:37:59.5454723Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5461388Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5468077Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5474780Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5481447Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5488449Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5495128Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5501888Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5508850Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5515497Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5526962Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5534520Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5541005Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5548436Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5555150Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5562207Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5568768Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5575593Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5582574Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5589224Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5596037Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5603022Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5609523Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5616279Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5623192Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5629947Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5636932Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5643417Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5649861Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5657183Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5663938Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5671169Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5677772Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5684666Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5691209Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5697518Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5704541Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5711497Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5718299Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5725015Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5731925Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5746925Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5747605Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5754482Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5761434Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5768854Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5775704Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5782579Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5788952Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5795590Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5802504Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5809559Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5815938Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5822772Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5829741Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5836224Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5842745Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5849326Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5856300Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5862986Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5869316Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5875823Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5887678Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5894818Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5901392Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5908366Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5915177Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5921562Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5928324Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5935787Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5942334Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5949060Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5955653Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5962485Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5968995Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5975570Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5982978Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5993498Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.5997801Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6014377Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6014892Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6037003Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6037566Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6038305Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6043901Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6050372Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6057122Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6064390Z 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-11-01T16:37:59.6070925Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6077650Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6084298Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6091462Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6098044Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6104533Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6111288Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6118497Z 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-11-01T16:37:59.6125153Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6131688Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6138191Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6144875Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6151627Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6158445Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6165020Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6171751Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6178279Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6184970Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6191424Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6198151Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6204861Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6211635Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6218218Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6224524Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6231721Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6237670Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6244288Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6250588Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6256467Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6262732Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6269077Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6276106Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6282729Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6288569Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6295172Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6301940Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6308442Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6314891Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6321348Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6328151Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6334565Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6342313Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6348599Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6355217Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6362121Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6368532Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6375173Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6382471Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6389264Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6396093Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6402702Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6409538Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6416350Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6423346Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6430046Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6436551Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6443229Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6449973Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6456703Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6464496Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6470941Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6478483Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6488537Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6493144Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6499827Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6506982Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6513730Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6520664Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6527438Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6533963Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6546080Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6553760Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6560201Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6566949Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6573459Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6580494Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6586866Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6593378Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6600161Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6607525Z 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-11-01T16:37:59.6614472Z 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-11-01T16:37:59.6621433Z 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-11-01T16:37:59.6628378Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6635226Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6641910Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6649130Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6656656Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6663615Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6670734Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6677908Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6703361Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6704739Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6706061Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6708937Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6716927Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6728730Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6732063Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6739365Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6746213Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6753151Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6759478Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6766136Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6773146Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6780390Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6787437Z 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-11-01T16:37:59.6794278Z 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-11-01T16:37:59.6806210Z 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-11-01T16:37:59.6813149Z 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-11-01T16:37:59.6820544Z 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-11-01T16:37:59.6827628Z 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-11-01T16:37:59.6834541Z 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-11-01T16:37:59.6841476Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6848324Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6855310Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6862321Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6869995Z 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-11-01T16:37:59.6877491Z 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-11-01T16:37:59.6885051Z 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-11-01T16:37:59.6892413Z 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-11-01T16:37:59.6900158Z 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-11-01T16:37:59.6908134Z 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-11-01T16:37:59.6916125Z 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-11-01T16:37:59.6923772Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6930992Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6938088Z 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-11-01T16:37:59.6945721Z 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-11-01T16:37:59.6953716Z 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-11-01T16:37:59.6961355Z 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-11-01T16:37:59.6968554Z 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-11-01T16:37:59.6975907Z 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-11-01T16:37:59.6982627Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6988902Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.6995447Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7002035Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7008775Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7015250Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7021653Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7028449Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7035304Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7041740Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7048171Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7054399Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7061083Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7067735Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7074032Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7080817Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7087545Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7094149Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7100938Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7107261Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7113958Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7121218Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7127740Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7134543Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7141345Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7148374Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7155014Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7161887Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7168763Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7175238Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7181664Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7188461Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7194849Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7201424Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7208134Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7214840Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7221368Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7228159Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7234557Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7241410Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7247808Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7254625Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7261309Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7268304Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7275162Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7283067Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7290349Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7297892Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7305663Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7313209Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7320640Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7327377Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7334179Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7341027Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7348003Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7355180Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7361764Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7368273Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7375040Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7382237Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7388772Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7395294Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7402103Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7408878Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7415907Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7434855Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7441442Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7448073Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7454865Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7462015Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7468498Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7475119Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7481656Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7488179Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7495049Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7501960Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7508530Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7515110Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7521659Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7528675Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7535219Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7542046Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7548705Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7555397Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7562653Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7569440Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7576325Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7583107Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7589918Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7596759Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7604319Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7610665Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7617321Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7624210Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7631191Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7638411Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7645431Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7651805Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7658415Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7666505Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7672797Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7679686Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7686846Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7693678Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7700761Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7707636Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7714330Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7721146Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7727964Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7735210Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7742244Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7758448Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7759661Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7764482Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7771491Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7778754Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7785757Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7792935Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7799612Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7806625Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7813395Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7820024Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7826626Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7833425Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7840699Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7847158Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7853768Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7860479Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7866988Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7873858Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7880565Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7887180Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7893752Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7901332Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7908614Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7915149Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7921830Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7928637Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7935278Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7942348Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7948918Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7955709Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7962189Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7968882Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7975574Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7982545Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7989119Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.7995562Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8002162Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8008662Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8015612Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8022599Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8029105Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8035625Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8042238Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8049225Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8055973Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8063245Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8071218Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8078078Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8090657Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8097690Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8104029Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8111024Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8118195Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8125925Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8132735Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8139360Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8146090Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8153112Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8161307Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8168183Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8174900Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8181822Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8188974Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8196883Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8203609Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8211376Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8217754Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8225485Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8232177Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8239842Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8246104Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8256739Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8261463Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8269369Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8276400Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8283579Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8297653Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8299040Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8305976Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8312926Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8321119Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8326906Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8334510Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8341378Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8348500Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8355316Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8362072Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8369619Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8376403Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8383958Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8390842Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8397359Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8405146Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8411710Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8418648Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8425659Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8432084Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8439489Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8445888Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8454321Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8461328Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8467844Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8474806Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8481723Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8488452Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8495066Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8502191Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8508932Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8516940Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8523387Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8531415Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8538276Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8545536Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8552658Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8559043Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8567122Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8573622Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8581775Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8592137Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8599856Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8607907Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8614666Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8621767Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8628463Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8636169Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8642966Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8649766Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8657796Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8664961Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8671626Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8683694Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8689957Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8696518Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.8703159Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9140431Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9146840Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9153418Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9160455Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9166990Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9173554Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9180232Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9187037Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9194118Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9200584Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9207198Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9213949Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9221200Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9227763Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9235150Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9241376Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9248040Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9255451Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9288065Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9289426Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9290761Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9292417Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9299817Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9306672Z 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-11-01T16:37:59.9318853Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9325908Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9332596Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9339497Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9346017Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9352858Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9364459Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9371076Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9377630Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9384446Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9396077Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9403097Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9409746Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9416627Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9437281Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9438615Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9439991Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9443225Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9449798Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9456262Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9463059Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9469767Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9476739Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9483321Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9489830Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9496420Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9503354Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9510634Z 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-11-01T16:37:59.9517224Z 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-11-01T16:37:59.9523946Z 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-11-01T16:37:59.9530764Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9537374Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9543984Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9551262Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9558159Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9564793Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9571803Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9578485Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9585355Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9592373Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9599689Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9606661Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9613453Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9620285Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9627018Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9634047Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9640435Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9647700Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9654618Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9661790Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9668209Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9674955Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9681502Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9688545Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9695886Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9702257Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9708910Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9720329Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9727215Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9734323Z 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-11-01T16:37:59.9741806Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9748971Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9756449Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9764144Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9772011Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9780201Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9787488Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9794791Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9802035Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9808906Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9815929Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9822490Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9828955Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9835777Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9842728Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9849667Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9856273Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9863262Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9869902Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9876980Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9883765Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9890359Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9896975Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9903668Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9910964Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9917550Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9924368Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9931023Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9937406Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9944428Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9950961Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9957479Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9964304Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9971242Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9977909Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9984496Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9990357Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:37:59.9997304Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0003819Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0010301Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0016828Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0023680Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0030285Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0037272Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0044971Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0061445Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0072723Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0080687Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0087947Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0095139Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0101894Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0108407Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0115082Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0122201Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0129055Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0135470Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0142189Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0149784Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0156147Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0162354Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0169090Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0176199Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0183422Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0190121Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0196830Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0209809Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0217246Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0223975Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0230357Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0237180Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0244553Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0250812Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0276677Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0277883Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0279312Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0280816Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0300764Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0307289Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0314269Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0320709Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0327621Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0334089Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0341266Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0348081Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0354585Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0361269Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0367999Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0374576Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0381159Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0387619Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0394305Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0400964Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0407790Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0414397Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0421130Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0428741Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0435110Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0441646Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0448231Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0454902Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0467140Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0473878Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0480410Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0487843Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0493933Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0500765Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0507369Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0514469Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0521170Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0527824Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0534482Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0541828Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0548734Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0555236Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0562044Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0568792Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0575637Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0582640Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0589810Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0596440Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0608604Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0616603Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0622922Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0629534Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0636507Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0642821Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0649183Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0655793Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0664802Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0671546Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0679031Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0685861Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0692385Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0699072Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0706295Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0713006Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0719696Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0726968Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0733497Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0740277Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0747253Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0754174Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0760821Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0768317Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0782966Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0790037Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0796320Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0803095Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0809753Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0816410Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0822996Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0830190Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0836422Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0842803Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0849606Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0861793Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0868181Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0875010Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0881329Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0888322Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0895272Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0901790Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0908237Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0914949Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0921286Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0928550Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0942072Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0948508Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0955290Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0961948Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0968391Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0974887Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0982853Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0989724Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.0996377Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1003078Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1009802Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1016571Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1023811Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1029967Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1036329Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1043125Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1049646Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1056143Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1063222Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1070366Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1077139Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1083759Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1090289Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1097033Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1103879Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1110345Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1116789Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1123464Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1130094Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1136705Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1143330Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1149949Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1156528Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1163145Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1169562Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1175957Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1182672Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1189650Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1196220Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1203310Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1209567Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1215996Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1223262Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1229472Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1236558Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1243873Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1251537Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1258023Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1264796Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1271367Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1278518Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1285005Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1291901Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1298433Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1305336Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1312582Z 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-11-01T16:38:00.1319342Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1326263Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1332735Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1339604Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1346679Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1353417Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1360282Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1366815Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1373585Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1380389Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1387016Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1393557Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1400621Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1407288Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1413407Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1419704Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1426829Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1433043Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1439866Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1446550Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1453183Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1459808Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1466851Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1473197Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1479895Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1486983Z 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-11-01T16:38:00.1493620Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1500455Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1507287Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1513822Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1520940Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1527482Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1534145Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1546627Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1553180Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1559623Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1566086Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1572643Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1579067Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1586255Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1592991Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1599627Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1606139Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1618162Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1624678Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1631867Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1638373Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1645496Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1652144Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1658733Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1665319Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1672050Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1678780Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1685349Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1692104Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1698832Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1706172Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1713073Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1725662Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1732608Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1739351Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1745838Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1752427Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1759347Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1765995Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1773876Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1781442Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1788444Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1796953Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1803440Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1810218Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1817179Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1824252Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1831094Z 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-11-01T16:38:00.1837886Z 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-11-01T16:38:00.1844578Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1851928Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1858638Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1865545Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1872159Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1880332Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1886917Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1893676Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1900546Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1907485Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1914467Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1921024Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1927830Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1934680Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1941688Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1948235Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1955163Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1961699Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1968497Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1975361Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1982481Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1988970Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.1995449Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2002373Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2009030Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2016018Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2023234Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2029815Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2036519Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2043250Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2050203Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2057321Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2063965Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2070500Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2077051Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2084356Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2091514Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2098212Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2105090Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2112209Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2118554Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2125361Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2132553Z 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-11-01T16:38:00.2139518Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2146245Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2152778Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2159653Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2166268Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2172672Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2179610Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2186952Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2194479Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2201301Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2207999Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2214065Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2220431Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2226946Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2233985Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2241048Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2247580Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2254737Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2262624Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2269058Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2285872Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2287195Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2293821Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2298058Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2305608Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2317484Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2323419Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2330242Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2336627Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2342930Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2349416Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2356092Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2362424Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2368607Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2375280Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2392367Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2399128Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2405626Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2412016Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2418683Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2425194Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2432036Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2438612Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2445111Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2451490Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2463925Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2470314Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2477717Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2484198Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2490803Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2502672Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2509407Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2515660Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2522076Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2528463Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2535179Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2542566Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2549083Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2555790Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2562377Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2569111Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2575851Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2582647Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2589899Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2596388Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2603783Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2610387Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2616704Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2623463Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2630443Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2637099Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2643678Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2650325Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2657309Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2663996Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2670388Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2687282Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2694430Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2701706Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2708974Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2715149Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2721952Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2729334Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2736637Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2743065Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2754440Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2760842Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2767438Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2774421Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2781434Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2788552Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2795483Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2802632Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2809362Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2815834Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2822737Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2830363Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2836460Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2842874Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2849456Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2855933Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2862853Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2869370Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2876062Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2882643Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2889365Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2896296Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2902556Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2909007Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2915818Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2922527Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2929031Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2958658Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2964888Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2971731Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2982847Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2989648Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.2996757Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3003203Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3010019Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3016708Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3023815Z 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-11-01T16:38:00.3034201Z 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-11-01T16:38:00.3040511Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3048265Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3055071Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3062112Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3069083Z 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-11-01T16:38:00.3076008Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3082810Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3089617Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3096411Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3103351Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3110213Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3117047Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3124087Z 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-11-01T16:38:00.3131700Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3138846Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3145936Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3152628Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3163967Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3170808Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3177557Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3184599Z 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-11-01T16:38:00.3210264Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3217178Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3224233Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3231120Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3238170Z 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-11-01T16:38:00.3245874Z 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-11-01T16:38:00.3253071Z 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-11-01T16:38:00.3260591Z 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-11-01T16:38:00.3267457Z 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-11-01T16:38:00.3274944Z 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-11-01T16:38:00.3283288Z 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-11-01T16:38:00.3294712Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3302721Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3310385Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3318393Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3326396Z 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-11-01T16:38:00.3334055Z 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-11-01T16:38:00.3341335Z 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-11-01T16:38:00.3348647Z 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-11-01T16:38:00.3355665Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3362830Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3369827Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3376583Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3383536Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3389978Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3396588Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3403627Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3410190Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3417026Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3423537Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3430066Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3436624Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3443469Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3449961Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3456127Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3462749Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3469642Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3476201Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3483340Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3490027Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3496717Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3512438Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3519214Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3525896Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3532516Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3539336Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3545904Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3552690Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3559153Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3565673Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3572532Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3579578Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3586489Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3593167Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3600014Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3607218Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3613921Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3620796Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3627510Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3634743Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3641423Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3648109Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3654622Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3661145Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3668813Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3675317Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3682087Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3688723Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3702936Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3709890Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3716598Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3731205Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3738107Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3745024Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3751712Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3758470Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3770999Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3777756Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3795762Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3797132Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3801583Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3807501Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3814223Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3821366Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3828525Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3835473Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3848147Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3854872Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3861743Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3868091Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3874639Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3881896Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3888382Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3895047Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3901838Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3909000Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3915592Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3922235Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3928957Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3936137Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3943314Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3950165Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3956953Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3964177Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3970955Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3978033Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3990615Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.3997944Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4004865Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4011866Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4018603Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4026475Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4034393Z 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-11-01T16:38:00.4041022Z 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-11-01T16:38:00.4047959Z 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-11-01T16:38:00.4054742Z 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-11-01T16:38:00.4062676Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4069235Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4076130Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4082938Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4089696Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4097261Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4104703Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4111510Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4118311Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4125494Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4132195Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4139070Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4145885Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4153412Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4159726Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4166511Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4173341Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4180808Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4187804Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4194580Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4217053Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4224148Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4231384Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4238707Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4245476Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4257322Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4264903Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4271217Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4277763Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4284525Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4296597Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4303495Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4310140Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4316623Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4323484Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4330207Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4336629Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4343316Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4349966Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4356717Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4363431Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4370019Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4376594Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4383341Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4390094Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4396772Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4403604Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4410209Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4417229Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4424075Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4430993Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4437656Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4444410Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4451414Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4458027Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4464790Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4471606Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4479073Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4485849Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4492726Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4499631Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4506598Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4513414Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4520041Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4526699Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4533588Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4540352Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4546885Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4553663Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4560649Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4567410Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4574294Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4581344Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4588208Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4594736Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4601671Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4608452Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4616000Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4622713Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4629516Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4636200Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4643151Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4650346Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4657274Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4664236Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4671503Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4678489Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4685206Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4692522Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4700138Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4720129Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4726587Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4733213Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4740092Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4746765Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4753228Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4759618Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4766300Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4773746Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4780301Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4787101Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4794419Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4802676Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4810531Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4817640Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4825103Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4831871Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4839263Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4846010Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4852975Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4865518Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4872022Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4878842Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4885466Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4892111Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4898901Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4905525Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4912427Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4919078Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4926573Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4938579Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4945276Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4952319Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4959175Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4966378Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4978634Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.4986033Z 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-11-01T16:38:00.4993236Z 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-11-01T16:38:00.5000170Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5007031Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5013954Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5020732Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5027544Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5034770Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5041237Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5047796Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5054527Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5061859Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5068613Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5075204Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5081832Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5088476Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5095412Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5108572Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5115055Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5122090Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5128966Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5136152Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5142974Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5149938Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5157238Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5163928Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5170989Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5177683Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5184588Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5191277Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5197874Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5205503Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5212156Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5218690Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5226419Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5233552Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5240333Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5247532Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5253893Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5261193Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5267932Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5274419Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5281052Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5288155Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5294805Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5302386Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5310017Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5317494Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5324942Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5332485Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5339927Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5348152Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5355660Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5362446Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5369143Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5377108Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5384581Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5391096Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5398083Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5404677Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5411775Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5418407Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5425075Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5431576Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5438582Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5445412Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5452547Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5459262Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5466384Z 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-11-01T16:38:00.5472998Z 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-11-01T16:38:00.5479863Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5486501Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5493359Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5499969Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5506956Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5513363Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5519933Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5526597Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5533173Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5539784Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5546138Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5552636Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5559127Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5565360Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5571670Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5578052Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5584742Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5591439Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5597650Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5604136Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5610736Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5617302Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5624643Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5631087Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5638372Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5644603Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5651235Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5657815Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5664952Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5672577Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5679092Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5685721Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5692380Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5699615Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5707160Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5713737Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5720832Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5727607Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5734374Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5741193Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5747739Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5754370Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5761495Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5768628Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5774955Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5781753Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5788463Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5795506Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5815163Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5815673Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5817523Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5824491Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5831154Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5837679Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5844335Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5851495Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5858621Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5865782Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5871819Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5878510Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5885501Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5892263Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5899454Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5905995Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5912681Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5919286Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5925651Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5932798Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5939290Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5951901Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.5973440Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6005753Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6006669Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6007331Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6007941Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6008545Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6009123Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6011682Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6018974Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6026081Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6032950Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6039780Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6045889Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6052305Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6064235Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6070622Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6077096Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6083484Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6090635Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6097014Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6103789Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6110280Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6116885Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6123335Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6130008Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6136348Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6143393Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6149903Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6156638Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6163036Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6169707Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6176348Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6183345Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6189634Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6202719Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6209264Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6216217Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6222910Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6229417Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6252201Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6253858Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6265198Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6268594Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6279297Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6283324Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6300689Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6301199Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6306594Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6312746Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6328904Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6335607Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6342874Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6349467Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6356589Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6363345Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6370217Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6377280Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6384295Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6390987Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6403025Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6410084Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6416769Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6423765Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6430265Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6442524Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6452913Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6457538Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6464505Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6471487Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6478344Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6486278Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6492995Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6500106Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6507383Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6514662Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6521711Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6528502Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6535181Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6542472Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6549110Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6555990Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6563748Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6580738Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6581627Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6596298Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6604673Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6610575Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6617864Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6624466Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6636025Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6643023Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6650060Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6657047Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6664034Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6670774Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6677517Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6707175Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6713686Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6720362Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6727201Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6734463Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6741388Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6748343Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6755097Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6762478Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6769174Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6775869Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6783351Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6790268Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6802431Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6808851Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6815445Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6822872Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6858443Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6859839Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6861137Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6862474Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6867121Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6874201Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6886753Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6893756Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6900643Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6907661Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6914498Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6926538Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6933717Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6940630Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6947642Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6954341Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6961087Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6967916Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6975188Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6982126Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6988861Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.6995386Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7001937Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7008558Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7015495Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7022185Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7028990Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7035705Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7042444Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7048986Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7055608Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7062549Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7069232Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7076173Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7082808Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7089476Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7096213Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7103478Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7110087Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7116746Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7123735Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7131561Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7138751Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7145811Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7152650Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7159810Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7169926Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7176001Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7182872Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7190088Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7197168Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7204094Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7211115Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7218284Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7225220Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7232007Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7238642Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7244885Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7252138Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7258852Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7265321Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7284175Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7291084Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7297604Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7304414Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7310902Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7317957Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7325513Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7332112Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7338782Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7345518Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7352202Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7359127Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7365900Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7372562Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7379080Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7385727Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7392182Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7399179Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7406027Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7413573Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7420711Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7427459Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7433945Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7440725Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7447880Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7454559Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7461429Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7469009Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7475374Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7482500Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7489179Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7495934Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7502913Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7509524Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7516000Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7522670Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7529377Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7536297Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7542839Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7549387Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7556150Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7563532Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7570410Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7577230Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:38:00.7583966Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-11-01T16:38:00.7585749Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:38:00.7588618Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:38:00.7594901Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:38:00.7600966Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:38:00.7615410Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:38:00.7621029Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7623636Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7629833Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7636526Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7644445Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7661185Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7667163Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7673431Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7679604Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7685763Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7691737Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7698527Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:38:00.7704196Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7706978Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7713136Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7719274Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7725355Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7742388Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7748220Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:38:00.7753525Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7756346Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7762926Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7768894Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7785797Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7791745Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7804408Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7810608Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7817334Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7824365Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7830771Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7836973Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:38:00.7842468Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7845166Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7851494Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7857649Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7864538Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7880922Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7886977Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7893122Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7899362Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7905222Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7911679Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7917982Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7924544Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7930378Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7936809Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7942685Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7948681Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7954695Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7960600Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7966769Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7973185Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7979270Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.7995485Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8001904Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8008356Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8014790Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8021231Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8027437Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8033323Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8039556Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8045565Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8051346Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8066796Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8072805Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8078831Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8085210Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8091330Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8097503Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8103911Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8110004Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8116108Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8122210Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8128383Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8143793Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8149846Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8157720Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8163823Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8170180Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8176454Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8183042Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8189227Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8195083Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8206537Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8212669Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8228170Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8234016Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8245079Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8250838Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8256758Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8263025Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8274252Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8280250Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8286287Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8292322Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8298383Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8331005Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8371490Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8372799Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8375834Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8383070Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8388924Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8394862Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8406230Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8412516Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8418972Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8435019Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8445808Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8452325Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8458371Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8464653Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8475882Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8481965Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8488404Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8494402Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8516832Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8523487Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8529644Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8535549Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8546633Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8552652Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8558902Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8564849Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8575756Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8581928Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8588379Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8594348Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:38:00.8605195Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8607784Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8614062Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8621024Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8634158Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8649636Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8655728Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8661887Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8674469Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8680678Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8686879Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8693106Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8704748Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8711083Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8717299Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8723651Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8734946Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8741302Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8747607Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8753627Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8765594Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8781306Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8787700Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8793612Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8805530Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8811730Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8817984Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8824725Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8837525Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8848521Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8863243Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:38:00.8868803Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8877177Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8883059Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8889589Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8895591Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8915382Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8921764Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8928158Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8934319Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8945721Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8964012Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8969774Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8976041Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8987670Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8993916Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.8999902Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9006348Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9017089Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9023339Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9029299Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9035164Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9046195Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9061191Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9067205Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9073543Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9085113Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9091570Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9097871Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9104419Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9115568Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9122361Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9128577Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9134833Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9155961Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9162897Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9169076Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9175375Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9187075Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9193260Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9199461Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9205717Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9216949Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9225257Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9231739Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9238830Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9245583Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9252757Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9267489Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9273568Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9285078Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9291635Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9298632Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9305145Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9316308Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9322655Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9328901Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9334833Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9346327Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:38:00.9361136Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:38:00.9363719Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:38:00.9369751Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:38:00.9375227Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9377741Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9383679Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9389670Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9395842Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9413636Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9419974Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9425905Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:38:00.9437216Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn 2024-11-01T16:38:00.9438686Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2024-11-01T16:38:00.9440004Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:00.9442641Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:00.9448698Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:00.9455167Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:00.9461239Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:00.9466346Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:38:00.9474033Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:38:00.9479899Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:38:00.9486161Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:38:00.9502835Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:38:00.9509121Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:38:00.9514602Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9517384Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9524057Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9535271Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9550883Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9575529Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9581751Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9592518Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:38:00.9598031Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9600694Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9606597Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9617764Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9623771Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9639903Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9645624Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9657033Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9663130Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9669308Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9674896Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9685936Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9692454Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9698767Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9705037Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9715723Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:00.9720981Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:38:00.9723923Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:38:00.9730031Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:38:00.9741397Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:38:00.9743997Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:38:00.9749903Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:38:00.9755891Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:38:00.9761201Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:38:00.9763846Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:38:00.9770443Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:38:00.9775851Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9783303Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9789089Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9794791Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9800649Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9819867Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9825914Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:38:00.9831296Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-11-01T16:38:00.9833837Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-11-01T16:38:00.9844740Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-11-01T16:38:00.9846193Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9848724Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9855879Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9866738Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9872731Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9887952Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9894088Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9904380Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:38:00.9909791Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-11-01T16:38:00.9911229Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:38:00.9913720Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:38:00.9919588Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:38:00.9925571Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:38:00.9931699Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9934193Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9945585Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9973868Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9975057Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9976272Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9986113Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9992355Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:00.9998532Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0004631Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0010946Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0017315Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0023621Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0030064Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0035967Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0042224Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0048820Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0054903Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0066714Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0074026Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0080670Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0095968Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0101967Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0108179Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0114100Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0120182Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0126391Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0132294Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0138477Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0164257Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0175996Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0182268Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0188256Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0194990Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0211213Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0217348Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0223496Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0230731Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0236745Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0242975Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0249071Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0255620Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0262421Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0268597Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0274653Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0280836Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0302809Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0309464Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0316051Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0322766Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:38:01.0333779Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:38:01.0335027Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:38:01.0337813Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:38:01.0372966Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:38:01.0374409Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:38:01.0375836Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:38:01.0379935Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:38:01.0382537Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:38:01.0394154Z 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-11-01T16:38:01.0400754Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:38:01.0407611Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:38:01.0423642Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:38:01.0432496Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0435202Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0441225Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0447884Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0459965Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0474955Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0480989Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0487210Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:38:01.0492747Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:38:01.0495482Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:38:01.0501613Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:38:01.0507726Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:38:01.0518736Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:38:01.0533305Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0535981Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0541838Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0552417Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0558465Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0573506Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0579568Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0590432Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0596456Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0602530Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0608878Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0622466Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0628687Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0635037Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0641340Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0647446Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0653948Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0660324Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:38:01.0666053Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0673750Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0679971Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0686306Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0692281Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0712489Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0718469Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0724377Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0730623Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0742452Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0748921Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0754953Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0761685Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0772766Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0778841Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0785384Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0791524Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0803073Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0809287Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0829032Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0829528Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0830109Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0836728Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0843141Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0849276Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0868950Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0875710Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0881772Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0888256Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0899361Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0905419Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0911382Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0918759Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0924907Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0931153Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0937391Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0952838Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0959310Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0965606Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0972963Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0978592Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0990319Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.0996401Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1002458Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1008487Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1027706Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1033988Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1040211Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1046243Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1052364Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1058801Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1065349Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1071260Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1077273Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1083519Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1090052Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1096099Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1102646Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1108846Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1124111Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1130184Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1144818Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1150870Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1157017Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1163145Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1174749Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1181345Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1188990Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1195539Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1223823Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1229765Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1235496Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1241439Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1252675Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1258711Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1264783Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1271439Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1282334Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1288536Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1294838Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1301297Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1312855Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1329087Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1335579Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1352486Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1355360Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1361349Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1367871Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1374135Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1386954Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1392880Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1399833Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1407980Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1428247Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1434892Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1440963Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1465874Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1466352Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1466957Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1473513Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1480083Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1490836Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1497196Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1503282Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1509435Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1515715Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1522178Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1528310Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:38:01.1533843Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1536386Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1542504Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1548996Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1555373Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1575245Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1581443Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1587564Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1593664Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1599774Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1606382Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1613081Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1618960Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1631996Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1638281Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:38:01.1643883Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:38:01.1646700Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:38:01.1652857Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:38:01.1658833Z copying torch\include\c10\cuda\impl\cuda_cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:38:01.1664067Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1666633Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1677931Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1684129Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1690030Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1705478Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1718697Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:38:01.1724373Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-11-01T16:38:01.1727073Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-11-01T16:38:01.1732522Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:38:01.1735094Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:38:01.1742333Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:38:01.1748756Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:38:01.1754990Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:38:01.1926014Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:38:01.1930836Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.1933349Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.1939329Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2062972Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2068539Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2079268Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2084895Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2095458Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2101518Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2107322Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2113300Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2123409Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2129424Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2135596Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2141420Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2152537Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2167089Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2173063Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2178945Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2189641Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2195339Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2201283Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2206985Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2217650Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2223577Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2234316Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2240289Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2250651Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2256989Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2262563Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2268054Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:38:01.2278416Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-11-01T16:38:01.2279885Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-11-01T16:38:01.2281182Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2283693Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2293747Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2299744Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2305476Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2311373Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2322131Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2328047Z 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-11-01T16:38:01.2339583Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2345631Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2356149Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2361968Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2367930Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2373775Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2379597Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2385499Z 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-11-01T16:38:01.2392282Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2398421Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2409138Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2414739Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2421456Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2427176Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2437690Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2443460Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2449134Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:01.2455047Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-11-01T16:38:01.2490054Z 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-11-01T16:38:01.2491853Z 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-11-01T16:38:01.2493640Z 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-11-01T16:38:01.2495433Z 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-11-01T16:38:01.2497221Z 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-11-01T16:38:01.2505973Z 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-11-01T16:38:01.2512194Z 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-11-01T16:38:01.2518245Z 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-11-01T16:38:01.2528892Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-11-01T16:38:01.2531266Z 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-11-01T16:38:01.2537484Z 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-11-01T16:38:01.2543990Z 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-11-01T16:38:01.2553910Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-11-01T16:38:01.2556922Z 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-11-01T16:38:01.2562809Z 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-11-01T16:38:01.2569148Z 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-11-01T16:38:01.2575284Z 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-11-01T16:38:01.2581375Z 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-11-01T16:38:01.2587513Z 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-11-01T16:38:01.2593520Z 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-11-01T16:38:01.2604082Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-11-01T16:38:01.2606812Z 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-11-01T16:38:01.2613115Z 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-11-01T16:38:01.2619238Z 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-11-01T16:38:01.2624561Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-11-01T16:38:01.2627258Z 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-11-01T16:38:01.2633409Z 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-11-01T16:38:01.2639258Z 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-11-01T16:38:01.2650259Z 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-11-01T16:38:01.2656145Z 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-11-01T16:38:01.2667268Z 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-11-01T16:38:01.2673112Z 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-11-01T16:38:01.2683185Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-11-01T16:38:01.2686131Z 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-11-01T16:38:01.2692170Z 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-11-01T16:38:01.2698170Z 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-11-01T16:38:01.2710215Z 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-11-01T16:38:01.2716085Z 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-11-01T16:38:01.2721215Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-11-01T16:38:01.2724549Z 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-11-01T16:38:01.2736076Z 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-11-01T16:38:01.2741576Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-11-01T16:38:01.2744161Z 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-11-01T16:38:01.2750225Z 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-11-01T16:38:01.2761999Z 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-11-01T16:38:01.2767847Z 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-11-01T16:38:01.2774332Z 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-11-01T16:38:01.2785127Z 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-11-01T16:38:01.2791089Z 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-11-01T16:38:01.2797214Z 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-11-01T16:38:01.2803311Z 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-11-01T16:38:01.2808282Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-11-01T16:38:01.2811161Z 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-11-01T16:38:01.2817850Z 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-11-01T16:38:01.2824001Z 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-11-01T16:38:01.2830337Z 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-11-01T16:38:01.2845435Z 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-11-01T16:38:01.2851348Z 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-11-01T16:38:01.2857431Z 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-11-01T16:38:01.2864123Z 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-11-01T16:38:01.2901620Z 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-11-01T16:38:01.2903549Z 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-11-01T16:38:01.2905539Z 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-11-01T16:38:01.2907581Z 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-11-01T16:38:01.2910077Z 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-11-01T16:38:01.2912165Z 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-11-01T16:38:01.2919169Z 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-11-01T16:38:01.2925070Z 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-11-01T16:38:01.2930256Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-11-01T16:38:01.2932991Z 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-11-01T16:38:01.2939767Z 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-11-01T16:38:01.2945873Z 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-11-01T16:38:01.2958416Z 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-11-01T16:38:01.2964332Z 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-11-01T16:38:01.2975544Z 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-11-01T16:38:01.2982472Z 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-11-01T16:38:01.2988342Z 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-11-01T16:38:01.2994391Z 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-11-01T16:38:01.3009793Z 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-11-01T16:38:01.3011640Z 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-11-01T16:38:01.3013503Z 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-11-01T16:38:01.3019453Z 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-11-01T16:38:01.3025557Z 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-11-01T16:38:01.3031550Z 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-11-01T16:38:01.3039442Z 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-11-01T16:38:01.3045099Z 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-11-01T16:38:01.3051267Z 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-11-01T16:38:01.3057470Z 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-11-01T16:38:01.3069499Z 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-11-01T16:38:01.3075473Z 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-11-01T16:38:01.3080627Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-11-01T16:38:01.3083333Z 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-11-01T16:38:01.3095015Z 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-11-01T16:38:01.3101195Z 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-11-01T16:38:01.3107226Z 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-11-01T16:38:01.3113918Z 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-11-01T16:38:01.3125941Z 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-11-01T16:38:01.3131538Z 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-11-01T16:38:01.3137354Z 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-11-01T16:38:01.3143804Z 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-11-01T16:38:01.3154964Z 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-11-01T16:38:01.3161115Z 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-11-01T16:38:01.3167541Z 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-11-01T16:38:01.3173999Z 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-11-01T16:38:01.3185421Z 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-11-01T16:38:01.3191855Z 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-11-01T16:38:01.3198316Z 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-11-01T16:38:01.3204967Z 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-11-01T16:38:01.3215832Z 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-11-01T16:38:01.3222312Z 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-11-01T16:38:01.3228739Z 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-11-01T16:38:01.3235892Z 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-11-01T16:38:01.3247268Z 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-11-01T16:38:01.3253391Z 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-11-01T16:38:01.3258969Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-11-01T16:38:01.3262170Z 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-11-01T16:38:01.3273770Z 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-11-01T16:38:01.3280072Z 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-11-01T16:38:01.3286630Z 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-11-01T16:38:01.3298429Z 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-11-01T16:38:01.3310446Z 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-11-01T16:38:01.3316747Z 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-11-01T16:38:01.3322976Z 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-11-01T16:38:01.3329639Z 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-11-01T16:38:01.3342034Z 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-11-01T16:38:01.3347293Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-11-01T16:38:01.3362757Z 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-11-01T16:38:01.3364267Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-11-01T16:38:01.3365819Z 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-11-01T16:38:01.3371189Z 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-11-01T16:38:01.3377404Z 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-11-01T16:38:01.3383008Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-11-01T16:38:01.3390590Z 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-11-01T16:38:01.3397071Z 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-11-01T16:38:01.3402766Z 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-11-01T16:38:01.3408648Z 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-11-01T16:38:01.3419662Z 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-11-01T16:38:01.3425780Z 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-11-01T16:38:01.3437022Z 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-11-01T16:38:01.3443951Z 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-11-01T16:38:01.3454874Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-11-01T16:38:01.3457565Z 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-11-01T16:38:01.3464288Z 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-11-01T16:38:01.3472126Z 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-11-01T16:38:01.3486576Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-11-01T16:38:01.3489186Z 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-11-01T16:38:01.3495204Z 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-11-01T16:38:01.3501781Z 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-11-01T16:38:01.3512718Z 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-11-01T16:38:01.3522688Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3525278Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3531227Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3542455Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3548287Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3559711Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3566061Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3577800Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3583948Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3590049Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3596587Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3608459Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3614753Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3620852Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3627194Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3638199Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3645083Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3651480Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3657718Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3668650Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3674914Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3681290Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3687471Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3703665Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3710203Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3716543Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3725126Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3736395Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3742327Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3748846Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3755294Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3767261Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3779115Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3785253Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3791518Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3798221Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3804266Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3810477Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3817008Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3833645Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3840265Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3846510Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3854466Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3866241Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3872099Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3878976Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3885116Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:38:01.3895641Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3898453Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3905070Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3911082Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3917053Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3928575Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3934426Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:01.3940809Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.3949036Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.3961307Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.3968719Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.3980888Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.3992599Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.3999653Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:01.4005625Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4008336Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4019544Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4025475Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4031723Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4043511Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4054246Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:01.4059689Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4062350Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4068468Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4079507Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4085044Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4090725Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4101985Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4113289Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4118842Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4124957Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4130972Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4141845Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4147442Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:38:01.4152905Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-11-01T16:38:01.4154345Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4156938Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4162988Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4169002Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4174715Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4185795Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4197080Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4203172Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4210104Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4229376Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4235379Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4241502Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4247479Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4253411Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4259974Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4267138Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4273563Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4285379Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4291432Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4297589Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4303647Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4315943Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4321945Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4328089Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4339865Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4351337Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4356954Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4363587Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4369782Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4381328Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4387946Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4394205Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4400547Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4417906Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4427276Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4431443Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4465911Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4467536Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4469170Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4470940Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4473645Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4480213Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4486549Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4492841Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4504195Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4515929Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4521964Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4528638Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4534440Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4541088Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4547434Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:01.4552863Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4555504Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4566895Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4572797Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4578941Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4590201Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4601081Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4607178Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4613295Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4620838Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4632498Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4638599Z 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-11-01T16:38:01.4644642Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4650460Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4662211Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4668369Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4674656Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4681559Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4687964Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4694808Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4701291Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4713254Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4725890Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4732189Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4738338Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4744732Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4756249Z 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-11-01T16:38:01.4762416Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:01.4768763Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-11-01T16:38:01.4770164Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:38:01.4778142Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:38:01.4784276Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:38:01.4789656Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:38:01.4792633Z 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-11-01T16:38:01.4803908Z 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-11-01T16:38:01.4809128Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-11-01T16:38:01.4811995Z 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-11-01T16:38:01.4818626Z 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-11-01T16:38:01.4825196Z 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-11-01T16:38:01.4837070Z 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-11-01T16:38:01.4843169Z 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-11-01T16:38:01.4849505Z 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-11-01T16:38:01.4862709Z 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-11-01T16:38:01.4871034Z 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-11-01T16:38:01.4874337Z 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-11-01T16:38:01.4880887Z 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-11-01T16:38:01.4893042Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4895640Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4902061Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4909262Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4920273Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4931594Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4937783Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4944098Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4955365Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4961575Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4967465Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4973326Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.4999130Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.5004793Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:38:01.5009943Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-11-01T16:38:01.5012753Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-11-01T16:38:01.5018149Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:38:01.5021065Z 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-11-01T16:38:01.5027392Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:38:01.5032347Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:38:01.5040478Z 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-11-01T16:38:01.5046631Z 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-11-01T16:38:01.5052534Z 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-11-01T16:38:01.5063490Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:38:01.5073209Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:38:01.5081276Z 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-11-01T16:38:01.5087356Z 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-11-01T16:38:01.5093522Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:38:01.5108414Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:38:01.5114831Z 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-11-01T16:38:01.5121329Z 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-11-01T16:38:01.5127679Z 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-11-01T16:38:01.5138774Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:38:01.5145110Z 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-11-01T16:38:01.5150547Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:38:01.5153432Z 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-11-01T16:38:01.5164291Z 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-11-01T16:38:01.5170694Z 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-11-01T16:38:01.5181531Z 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-11-01T16:38:01.5187608Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:38:01.5197863Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-11-01T16:38:01.5200442Z 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-11-01T16:38:01.5207101Z 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-11-01T16:38:01.5213238Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-11-01T16:38:01.5220994Z 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-11-01T16:38:01.5227829Z 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-11-01T16:38:01.5233592Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:38:01.5236803Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:38:01.5247251Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:38:01.5253469Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:38:01.5258910Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5261327Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5272209Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5278352Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5284599Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5295521Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5306619Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5312881Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5319207Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5325334Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:01.5330551Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5338459Z 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-11-01T16:38:01.5344482Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5350466Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5363028Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5380310Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5381768Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5386361Z 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-11-01T16:38:01.5392531Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5398505Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5404756Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5411005Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5417036Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5423084Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5429331Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5435862Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5441859Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5448250Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5454374Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5460458Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5475539Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5481363Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5487448Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5493725Z 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-11-01T16:38:01.5504743Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5510808Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5517141Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5523371Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5529398Z 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-11-01T16:38:01.5543107Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5547954Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5553965Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5566074Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5572013Z 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-11-01T16:38:01.5577899Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5584151Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5590110Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5596427Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5608364Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5614336Z 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-11-01T16:38:01.5620467Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5626426Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5632325Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5638201Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5648948Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5654895Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5661247Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5671805Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5682926Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5688696Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5694746Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5700757Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5712016Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5718269Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5724590Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5731303Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5737217Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5752000Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5758121Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5764448Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5771069Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5776955Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5783195Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5789757Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5800954Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5806655Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5812765Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5819391Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5834508Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5840671Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5846892Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5853265Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5864685Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5871348Z 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-11-01T16:38:01.5877487Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5883726Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5895842Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5907512Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5913938Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5920721Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5932189Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5938502Z 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-11-01T16:38:01.5944939Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5951371Z 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-11-01T16:38:01.5962478Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5968953Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5975143Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5981360Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:01.5991823Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:38:01.5994820Z 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-11-01T16:38:01.6000860Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:38:01.6007003Z 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-11-01T16:38:01.6018081Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:38:01.6029503Z 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-11-01T16:38:01.6035512Z 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-11-01T16:38:01.6041973Z 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-11-01T16:38:01.6054235Z 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-11-01T16:38:01.6060132Z 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-11-01T16:38:01.6065185Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:38:01.6067977Z 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-11-01T16:38:01.6079012Z 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-11-01T16:38:01.6085072Z 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-11-01T16:38:01.6108403Z 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-11-01T16:38:01.6114678Z 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-11-01T16:38:01.6134997Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6137685Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6144272Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6151379Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6157312Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6277312Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6283532Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6289863Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6296448Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6303265Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6309346Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6315570Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6691393Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6697579Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6704676Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.6710453Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7447465Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7453885Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7459996Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7466091Z 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-11-01T16:38:01.7477041Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7488670Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7495363Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7501906Z 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-11-01T16:38:01.7512682Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7518693Z 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-11-01T16:38:01.7524892Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7531198Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7547146Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7550706Z 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-11-01T16:38:01.7562222Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7568149Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:01.7578249Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7581014Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7587236Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7593204Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7599262Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7612458Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7618145Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7625628Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7631612Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7637667Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7644035Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7649864Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7660581Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7666473Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:01.7671815Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7674489Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7686039Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7691303Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7704032Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7709964Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7715814Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7721945Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7728411Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7734449Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7740416Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7746222Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7752840Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7759160Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7770136Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7776002Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7782056Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7788263Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7799407Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7805642Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7811979Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7824742Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7835686Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7841869Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7848138Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7854960Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7866416Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7882324Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7885410Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:01.7893467Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:38:01.7899408Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:38:01.7905752Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:38:01.7916559Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:38:01.7918863Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:38:01.7926331Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:38:01.7937166Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7940355Z 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-11-01T16:38:01.7946581Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7957689Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7969971Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7976212Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7982576Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7992727Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.7998776Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8004726Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8010951Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8017351Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8023783Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8031261Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8037148Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8043287Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8049416Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8055644Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8067128Z 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-11-01T16:38:01.8073343Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8079621Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8090733Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:01.8096200Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8098799Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8104666Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8110567Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8116557Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8123564Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8134499Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8140358Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8146419Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8157566Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8163789Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8170070Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8176495Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8182917Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8188879Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8194891Z 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-11-01T16:38:01.8200861Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:38:01.8210980Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8213748Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8219773Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8225895Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8232056Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8243249Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8249186Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8255058Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8261159Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8267315Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8273327Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8279696Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8285810Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8292036Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8298491Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8304913Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8311437Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8317661Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8323972Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8330754Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8342096Z 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-11-01T16:38:01.8348333Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8354648Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:01.8365226Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:38:01.8373297Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:38:01.8382309Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:38:01.8386003Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8403397Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8405204Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8414812Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8418019Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8429970Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8441887Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8449318Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8455393Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8462337Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8473770Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8480518Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8487177Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8494426Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8501584Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8507761Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8513877Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8520015Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8531512Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8537634Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8543973Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8550273Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8565489Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8571542Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8578568Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8585016Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8591332Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8597485Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8603577Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8609694Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8616434Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8622636Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8629217Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8640096Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8646335Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8652720Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8659006Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8665423Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8672085Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8678545Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8684543Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8690944Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8697541Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:01.8703302Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8705875Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8712130Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8718002Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8724101Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8729987Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8741158Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8747512Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8754130Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8760472Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:01.8765825Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-11-01T16:38:01.8767344Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:38:01.8769979Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:38:01.8775266Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:38:01.8777997Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:38:01.8784179Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:38:01.8790022Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:38:01.8795248Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8797817Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8803942Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8810672Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8816732Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8828055Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8833991Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8840178Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8846098Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8852319Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8858363Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8865127Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:38:01.8870655Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:38:01.8873595Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:38:01.8886018Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:38:01.8887771Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:38:01.8892436Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:38:01.8895208Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:38:01.8901584Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:38:01.8907516Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:38:01.8919429Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:38:01.8924714Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:38:01.8927532Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:38:01.8932714Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8935301Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8942175Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8947642Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8953705Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8964997Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8970983Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8977587Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8983670Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8989908Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.8995843Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9001942Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9007900Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9013944Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9019847Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9025883Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9032039Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:01.9037386Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:38:01.9040138Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:38:01.9046248Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:38:01.9052188Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:38:01.9057308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9059901Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9066008Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9071690Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9077483Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9088227Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9094053Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9099944Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9105895Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9111704Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9117536Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9124004Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9129915Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9136181Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9142480Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9148603Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9155378Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9162337Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9169327Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9175353Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9181715Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9192687Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9199456Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9205747Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9211964Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9218579Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9225157Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9231441Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9237722Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9243951Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9250059Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9261319Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9267251Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9273614Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9280011Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9286305Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9292336Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9299226Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9305359Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9311536Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9318076Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9329635Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9336157Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9342399Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9348554Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:38:01.9353751Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-11-01T16:38:01.9356500Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-11-01T16:38:01.9362243Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-11-01T16:38:01.9363787Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:38:01.9366464Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:38:01.9373127Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:38:01.9379368Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:38:01.9391534Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:38:01.9402847Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9404893Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9410985Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9417189Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9423385Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9429629Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9441887Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9446950Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9452977Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9459115Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9465988Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9472677Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9478295Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9484431Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9490459Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9496566Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9502710Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9508805Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9514835Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9520807Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9527119Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9533477Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9539685Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9545942Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9552104Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:01.9557580Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-11-01T16:38:01.9579020Z 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-11-01T16:38:01.9584153Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:38:01.9586985Z 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-11-01T16:38:01.9598947Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:38:01.9604132Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-11-01T16:38:01.9606715Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-11-01T16:38:01.9611907Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:38:01.9614590Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:38:01.9621058Z 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-11-01T16:38:01.9627080Z 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-11-01T16:38:01.9633375Z 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-11-01T16:38:01.9644192Z 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-11-01T16:38:01.9650712Z 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-11-01T16:38:01.9656908Z 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-11-01T16:38:01.9663320Z 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-11-01T16:38:01.9669774Z 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-11-01T16:38:01.9676063Z 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-11-01T16:38:01.9681400Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:38:01.9684072Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:38:01.9689925Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:38:01.9695787Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:38:01.9701004Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9703514Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9710171Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9716247Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9723305Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9729582Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9735420Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9746571Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9752330Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9758424Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9764523Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9774852Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9781121Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9787173Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9793281Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9800601Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9806785Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9817317Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9825103Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9832730Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9838878Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9850153Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9856131Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:38:01.9861783Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9864236Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9870905Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9877898Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9888643Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9895184Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9906079Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9912462Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9928983Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9934901Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9941823Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:38:01.9947450Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:38:01.9954864Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:38:01.9960494Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:38:01.9967058Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:38:01.9972709Z creating build\lib.win-amd64-cpython-39\torch\include\THC 2024-11-01T16:38:01.9980305Z copying torch\include\THC\THCAtomics.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2024-11-01T16:38:01.9985995Z copying torch\include\THC\THCDeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2024-11-01T16:38:01.9992273Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:38:02.0011509Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:38:02.0018650Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:38:02.0029698Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:38:02.0041809Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:38:02.0053965Z creating build\lib.win-amd64-cpython-39\torch\share 2024-11-01T16:38:02.0059815Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-11-01T16:38:02.0061186Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-11-01T16:38:02.0063771Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-11-01T16:38:02.0068930Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0076405Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0082541Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0088523Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0099581Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0111456Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0117707Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0124679Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:38:02.0130178Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0146223Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0147666Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0149627Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0155641Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0170561Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0176522Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0182499Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0188704Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0200064Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:38:02.0205485Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:38:02.0208423Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:38:02.0214303Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:38:02.0224893Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-11-01T16:38:02.0232450Z 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-11-01T16:38:02.0238673Z 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-11-01T16:38:02.0246172Z 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-11-01T16:38:02.0261233Z 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-11-01T16:38:02.0266788Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-11-01T16:38:02.0269599Z 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-11-01T16:38:02.0275882Z 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-11-01T16:38:02.0286740Z 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-11-01T16:38:02.0297584Z 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-11-01T16:38:02.0302662Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:38:02.0305401Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:38:02.0316697Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:38:02.0323100Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:38:02.0335037Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:38:02.0350744Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:38:02.0366377Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:38:02.0372555Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:38:02.0382783Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:38:02.0389400Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:38:02.0411095Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:38:02.0425778Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:38:02.0437003Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0445782Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0466517Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0479309Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0493181Z copying torch\lib\c10_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0502820Z copying torch\lib\caffe2_nvrtc.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0513274Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0560134Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0567921Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0584232Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.0599455Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.1827798Z copying torch\lib\torch_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3565353Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3571865Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3720894Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3727410Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3735091Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3741775Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3763073Z copying torch\lib\c10_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3770534Z copying torch\lib\caffe2_nvrtc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3776570Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.3784326Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.9442388Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.9484355Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.9506743Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.9513661Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.9708892Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:02.9760278Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0092751Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0431694Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0445365Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0536325Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0542564Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0549834Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0807405Z copying torch\lib\torch_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0828416Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0836867Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:38:03.0873821Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0881400Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0887782Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0894080Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0905307Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0916308Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0922240Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0928461Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0935006Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0947034Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0953920Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0963523Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0965877Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0976404Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0982746Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0989155Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.0995210Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:38:03.1006126Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-11-01T16:38:03.1007647Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-11-01T16:38:03.1008960Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:38:03.1011832Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:38:03.2643100Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:38:03.2653788Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2656709Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2668200Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2683064Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2701043Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2712646Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2724981Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2741229Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2747502Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2753801Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2760233Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2771734Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2789662Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2800653Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2812799Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2823257Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2829535Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2840747Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2846997Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2863148Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2874127Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2880364Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2886780Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2898878Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2910385Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2916802Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2928262Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2944464Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2955334Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2962000Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.2977774Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3013470Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3015026Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3016512Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3027624Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3042609Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3048948Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3055265Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3061794Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3081139Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:38:03.3091838Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3094846Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3101060Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3111616Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3122678Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3134902Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3217629Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3235342Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3255152Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3278604Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3298246Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3870743Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3888617Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3905854Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3950029Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3975407Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.3998572Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.4004425Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:38:03.4008669Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4017251Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4028686Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4034954Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4050700Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4068109Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4074486Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4086179Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4097315Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4123623Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4135357Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4146671Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4157793Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4169021Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4175494Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4187561Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4198918Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4211920Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4250220Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4262015Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4273702Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4286612Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4299859Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4305905Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:38:03.4312266Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:38:03.4319895Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:38:03.4327952Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:38:03.4335378Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:38:03.4355347Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:38:03.4367521Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:38:03.4374100Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:38:03.5380056Z running build_ext 2024-11-01T16:38:08.2341065Z -- Building with NumPy bindings 2024-11-01T16:38:08.2341822Z -- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1/lib/x64, 2024-11-01T16:38:08.2342717Z -- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.1 2024-11-01T16:38:08.2344739Z -- Not using XPU 2024-11-01T16:38:08.2345081Z -- Using MKLDNN 2024-11-01T16:38:08.2345532Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-11-01T16:38:08.2346087Z -- Not using CBLAS in MKLDNN 2024-11-01T16:38:08.2346409Z -- Not using NCCL 2024-11-01T16:38:08.2346734Z -- Building without distributed package 2024-11-01T16:38:08.2347240Z -- Building Executorch 2024-11-01T16:38:08.2347523Z -- Using ITT 2024-11-01T16:38:08.2348530Z 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-11-01T16:38:08.2350232Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-11-01T16:38:08.2361418Z building 'torch._C' extension 2024-11-01T16:38:08.2379651Z creating build\temp.win-amd64-cpython-39 2024-11-01T16:38:08.2381715Z creating build\temp.win-amd64-cpython-39\Release 2024-11-01T16:38:08.2383108Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-11-01T16:38:08.2384377Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-11-01T16:38:08.2393962Z "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-11-01T16:38:08.2489910Z stub.c 2024-11-01T16:38:08.6379389Z "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-11-01T16:38:08.6713572Z 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-11-01T16:38:08.6769425Z Generating code 2024-11-01T16:38:08.7323217Z Finished generating code 2024-11-01T16:38:08.7779654Z 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-11-01T16:38:08.7827797Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-11-01T16:38:08.7828950Z !! 2024-11-01T16:38:08.7829080Z 2024-11-01T16:38:08.7829285Z ******************************************************************************** 2024-11-01T16:38:08.7829822Z Please avoid running ``setup.py`` directly. 2024-11-01T16:38:08.7830357Z Instead, use pypa/build, pypa/installer or other 2024-11-01T16:38:08.7830835Z standards-based tools. 2024-11-01T16:38:08.7831206Z 2024-11-01T16:38:08.7831634Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-11-01T16:38:08.7832370Z ******************************************************************************** 2024-11-01T16:38:08.7832733Z 2024-11-01T16:38:08.7832889Z !! 2024-11-01T16:38:08.7833142Z self.initialize_options() 2024-11-01T16:38:08.7953918Z installing to build\bdist.win-amd64\wheel 2024-11-01T16:38:08.7954344Z running install 2024-11-01T16:38:08.7982211Z running install_lib 2024-11-01T16:38:08.8103051Z creating build\bdist.win-amd64 2024-11-01T16:38:08.8104585Z creating build\bdist.win-amd64\wheel 2024-11-01T16:38:08.8107582Z creating build\bdist.win-amd64\wheel\functorch 2024-11-01T16:38:08.8110416Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-11-01T16:38:08.8113263Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-11-01T16:38:08.8118611Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-11-01T16:38:08.8121523Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8127017Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8132592Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8137803Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8148073Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8153481Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8159284Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8164298Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8169598Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:38:08.8175061Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-11-01T16:38:08.8178316Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:38:08.8183834Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:38:08.8188851Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:38:08.8194137Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-11-01T16:38:08.8197314Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:38:08.8202334Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:38:08.8207356Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:38:08.8212244Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-11-01T16:38:08.8226489Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-11-01T16:38:08.8229414Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-11-01T16:38:08.8232565Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-11-01T16:38:08.8237703Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-11-01T16:38:08.8241206Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-11-01T16:38:08.8246154Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-11-01T16:38:08.8249152Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-11-01T16:38:08.8254038Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-11-01T16:38:08.8262709Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-11-01T16:38:08.8267803Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-11-01T16:38:08.8272057Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-11-01T16:38:08.8278432Z creating build\bdist.win-amd64\wheel\torch 2024-11-01T16:38:08.8281322Z creating build\bdist.win-amd64\wheel\torch\accelerator 2024-11-01T16:38:08.8284257Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-11-01T16:38:08.8289558Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-11-01T16:38:08.8294737Z creating build\bdist.win-amd64\wheel\torch\amp 2024-11-01T16:38:08.8297706Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:38:08.8303747Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:38:08.8309428Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:38:08.8314747Z creating build\bdist.win-amd64\wheel\torch\ao 2024-11-01T16:38:08.8317676Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-11-01T16:38:08.8320854Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-11-01T16:38:08.8323792Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-11-01T16:38:08.8327114Z 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-11-01T16:38:08.8332970Z 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-11-01T16:38:08.8338903Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-11-01T16:38:08.8342022Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:38:08.8345189Z 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-11-01T16:38:08.8351705Z 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-11-01T16:38:08.8357171Z 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-11-01T16:38:08.8362617Z 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-11-01T16:38:08.8373549Z 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-11-01T16:38:08.8378749Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-11-01T16:38:08.8381858Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:38:08.8384839Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:38:08.8388013Z 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-11-01T16:38:08.8393374Z 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-11-01T16:38:08.8398320Z 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-11-01T16:38:08.8403313Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:38:08.8406282Z 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-11-01T16:38:08.8411402Z 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-11-01T16:38:08.8416468Z 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-11-01T16:38:08.8423196Z 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-11-01T16:38:08.8427395Z 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-11-01T16:38:08.8437484Z 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-11-01T16:38:08.8442098Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-11-01T16:38:08.8447382Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-11-01T16:38:08.8450324Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-11-01T16:38:08.8453214Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:38:08.8456088Z 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-11-01T16:38:08.8461371Z 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-11-01T16:38:08.8466353Z 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-11-01T16:38:08.8471269Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-11-01T16:38:08.8474112Z 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-11-01T16:38:08.8479852Z 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-11-01T16:38:08.8485188Z 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-11-01T16:38:08.8490241Z 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-11-01T16:38:08.8494995Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-11-01T16:38:08.8500312Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-11-01T16:38:08.8503342Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-11-01T16:38:08.8506412Z 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-11-01T16:38:08.8512015Z 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-11-01T16:38:08.8517474Z 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-11-01T16:38:08.8522257Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-11-01T16:38:08.8527344Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-11-01T16:38:08.8535995Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-11-01T16:38:08.8538983Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:38:08.8542103Z 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-11-01T16:38:08.8547679Z 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-11-01T16:38:08.8552844Z 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-11-01T16:38:08.8558885Z 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-11-01T16:38:08.8563767Z 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-11-01T16:38:08.8568540Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-11-01T16:38:08.8574478Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-11-01T16:38:08.8577624Z 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-11-01T16:38:08.8583232Z 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-11-01T16:38:08.8588592Z 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-11-01T16:38:08.8594607Z 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-11-01T16:38:08.8600074Z 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-11-01T16:38:08.8610607Z 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-11-01T16:38:08.8615856Z 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-11-01T16:38:08.8621480Z 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-11-01T16:38:08.8626813Z 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-11-01T16:38:08.8632168Z 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-11-01T16:38:08.8637469Z 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-11-01T16:38:08.8642935Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-11-01T16:38:08.8651336Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-11-01T16:38:08.8654433Z 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-11-01T16:38:08.8660096Z 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-11-01T16:38:08.8665315Z 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-11-01T16:38:08.8671123Z 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-11-01T16:38:08.8676377Z 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-11-01T16:38:08.8681787Z 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-11-01T16:38:08.8686753Z 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-11-01T16:38:08.8691944Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-11-01T16:38:08.8697907Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-11-01T16:38:08.8700337Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-11-01T16:38:08.8703705Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:38:08.8706497Z 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-11-01T16:38:08.8712057Z 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-11-01T16:38:08.8717046Z 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-11-01T16:38:08.8722243Z 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-11-01T16:38:08.8727496Z 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-11-01T16:38:08.8732411Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-11-01T16:38:08.8737190Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-11-01T16:38:08.8742477Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-11-01T16:38:08.8745569Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-11-01T16:38:08.8748467Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8754393Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8760199Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8766007Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8771212Z 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-11-01T16:38:08.8782909Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8788420Z 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-11-01T16:38:08.8793792Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8799518Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8804872Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:38:08.8809194Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:38:08.8815014Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:38:08.8821349Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:38:08.8826252Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-11-01T16:38:08.8829746Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-11-01T16:38:08.8832973Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:38:08.8838509Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:38:08.8843991Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:38:08.8854203Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:38:08.8859252Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-11-01T16:38:08.8862392Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:38:08.8867932Z 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-11-01T16:38:08.8873268Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:38:08.8883941Z 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-11-01T16:38:08.8889271Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:38:08.8893761Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-11-01T16:38:08.8896921Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:38:08.8900207Z 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-11-01T16:38:08.8905924Z 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-11-01T16:38:08.8910219Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:38:08.8913518Z 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-11-01T16:38:08.8918795Z 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-11-01T16:38:08.8923855Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:38:08.8932991Z 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-11-01T16:38:08.8938855Z 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-11-01T16:38:08.8944382Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:38:08.8953074Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-11-01T16:38:08.8956294Z 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-11-01T16:38:08.8961728Z 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-11-01T16:38:08.8967013Z 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-11-01T16:38:08.8977073Z 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-11-01T16:38:08.8981343Z 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-11-01T16:38:08.8986517Z 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-11-01T16:38:08.8991733Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-11-01T16:38:08.8994933Z 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-11-01T16:38:08.9000259Z 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-11-01T16:38:08.9005595Z 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-11-01T16:38:08.9016057Z 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-11-01T16:38:08.9021516Z 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-11-01T16:38:08.9026754Z 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-11-01T16:38:08.9032455Z 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-11-01T16:38:08.9037667Z 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-11-01T16:38:08.9043289Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-11-01T16:38:08.9047394Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-11-01T16:38:08.9057767Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-11-01T16:38:08.9063196Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-11-01T16:38:08.9066488Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-11-01T16:38:08.9069554Z 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-11-01T16:38:08.9075312Z 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-11-01T16:38:08.9080825Z 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-11-01T16:38:08.9085957Z 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-11-01T16:38:08.9096606Z 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-11-01T16:38:08.9100824Z 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-11-01T16:38:08.9106633Z 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-11-01T16:38:08.9111730Z 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-11-01T16:38:08.9116787Z 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-11-01T16:38:08.9121906Z 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-11-01T16:38:08.9127201Z 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-11-01T16:38:08.9132950Z 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-11-01T16:38:08.9138827Z 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-11-01T16:38:08.9143706Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9149553Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9160357Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9166108Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-11-01T16:38:08.9169152Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9175267Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9181566Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9186858Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9192286Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9203365Z 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-11-01T16:38:08.9208733Z 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-11-01T16:38:08.9214170Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9219722Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9225274Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9230715Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9237239Z 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-11-01T16:38:08.9242745Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9248124Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9253444Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9259544Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9265731Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9271993Z 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-11-01T16:38:08.9278909Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-11-01T16:38:08.9282081Z 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-11-01T16:38:08.9288572Z 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-11-01T16:38:08.9294412Z 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-11-01T16:38:08.9319828Z 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-11-01T16:38:08.9325818Z 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-11-01T16:38:08.9330576Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:38:08.9336489Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9343883Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9347325Z 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-11-01T16:38:08.9352771Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9358181Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9363594Z 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-11-01T16:38:08.9374356Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9379948Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9386418Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-11-01T16:38:08.9389539Z 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-11-01T16:38:08.9395612Z 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-11-01T16:38:08.9400656Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9406443Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9411940Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:38:08.9416239Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9421995Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9427436Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9432725Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9441137Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9444310Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9455920Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9460813Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9471231Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9476435Z 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-11-01T16:38:08.9483098Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9488619Z 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-11-01T16:38:08.9494926Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:38:08.9499373Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9505569Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9510921Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9516848Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9521763Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9526789Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9532393Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9537672Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9543207Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9548413Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:38:08.9553622Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-11-01T16:38:08.9559036Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-11-01T16:38:08.9561926Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9567159Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9572303Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9577979Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9589818Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9596104Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9601796Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9607361Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9613712Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9618826Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9624765Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9630046Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-11-01T16:38:08.9633085Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:38:08.9638749Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:38:08.9643313Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:38:08.9648075Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:38:08.9654050Z creating build\bdist.win-amd64\wheel\torch\backends 2024-11-01T16:38:08.9657400Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-11-01T16:38:08.9660004Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-11-01T16:38:08.9665225Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-11-01T16:38:08.9668230Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-11-01T16:38:08.9673911Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-11-01T16:38:08.9676767Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-11-01T16:38:08.9681843Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-11-01T16:38:08.9687191Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2024-11-01T16:38:08.9690119Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2024-11-01T16:38:08.9695313Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-11-01T16:38:08.9698182Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-11-01T16:38:08.9703610Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-11-01T16:38:08.9706480Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-11-01T16:38:08.9711964Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-11-01T16:38:08.9720092Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-11-01T16:38:08.9725361Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-11-01T16:38:08.9728466Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-11-01T16:38:08.9733804Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-11-01T16:38:08.9736691Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-11-01T16:38:08.9742307Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-11-01T16:38:08.9745450Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-11-01T16:38:08.9750777Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-11-01T16:38:08.9753526Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-11-01T16:38:08.9759148Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-11-01T16:38:08.9762491Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-11-01T16:38:08.9767664Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-11-01T16:38:08.9770566Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-11-01T16:38:08.9776592Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-11-01T16:38:08.9781303Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-11-01T16:38:08.9784884Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-11-01T16:38:08.9790315Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-11-01T16:38:08.9792936Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-11-01T16:38:08.9798443Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-11-01T16:38:08.9802967Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-11-01T16:38:08.9805825Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:38:08.9811088Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:38:08.9817594Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:38:08.9821963Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-11-01T16:38:08.9827555Z creating build\bdist.win-amd64\wheel\torch\bin 2024-11-01T16:38:08.9845933Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9847114Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9891284Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9900450Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooAsyncTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9914042Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9923092Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9952070Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:08.9960801Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:09.0041240Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:09.0049956Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:09.0098628Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:09.0124102Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:09.0183901Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:38:09.0191431Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-11-01T16:38:09.0200444Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-11-01T16:38:09.0205733Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-11-01T16:38:09.0208692Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-11-01T16:38:09.0214069Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-11-01T16:38:09.0218743Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-11-01T16:38:09.0221787Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-11-01T16:38:09.0224635Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:38:09.0229769Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:38:09.0235064Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:38:09.0239823Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-11-01T16:38:09.0245302Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-11-01T16:38:09.0248518Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-11-01T16:38:09.0251685Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:38:09.0257315Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:38:09.0262412Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:38:09.0267712Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:38:09.0272739Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0277551Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0281633Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0286823Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0292325Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0303211Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0308959Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0314185Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0319461Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0324699Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0329882Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0335407Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0372247Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0373481Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0374717Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0376072Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0377422Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0378619Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:38:09.0379636Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-11-01T16:38:09.0383791Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-11-01T16:38:09.0386375Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:38:09.0390368Z 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-11-01T16:38:09.0396312Z 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-11-01T16:38:09.0400877Z 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-11-01T16:38:09.0411897Z 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-11-01T16:38:09.0416940Z 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-11-01T16:38:09.0423175Z 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-11-01T16:38:09.0427826Z 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-11-01T16:38:09.0433789Z 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-11-01T16:38:09.0439035Z 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-11-01T16:38:09.0443932Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-11-01T16:38:09.0449417Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-11-01T16:38:09.0452615Z 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-11-01T16:38:09.0458187Z 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-11-01T16:38:09.0463582Z 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-11-01T16:38:09.0474392Z 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-11-01T16:38:09.0478577Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-11-01T16:38:09.0486989Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-11-01T16:38:09.0492482Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-11-01T16:38:09.0496818Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:38:09.0499945Z 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-11-01T16:38:09.0505170Z 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-11-01T16:38:09.0510358Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:38:09.0513542Z 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-11-01T16:38:09.0518944Z 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-11-01T16:38:09.0523880Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-11-01T16:38:09.0527448Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-11-01T16:38:09.0532527Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-11-01T16:38:09.0536522Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-11-01T16:38:09.0541916Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.0547342Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-11-01T16:38:09.0550154Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-11-01T16:38:09.0568228Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.0579798Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-11-01T16:38:09.0582818Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0588743Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0594269Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0599873Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0611472Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0616735Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0621932Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0627209Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0633204Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0637997Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0643558Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0648852Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0654022Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0659448Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0665857Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0671341Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0676722Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0682391Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0687877Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0693536Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0698926Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0704470Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0709895Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0720969Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0726355Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0731795Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0737237Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0742456Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:38:09.0747476Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.0753518Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.0759269Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.0765320Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.0773100Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-11-01T16:38:09.0776326Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-11-01T16:38:09.0779804Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-11-01T16:38:09.0782718Z 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-11-01T16:38:09.0788829Z 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-11-01T16:38:09.0794230Z 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-11-01T16:38:09.0800148Z 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-11-01T16:38:09.0805441Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-11-01T16:38:09.0809842Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-11-01T16:38:09.0815322Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-11-01T16:38:09.0818285Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-11-01T16:38:09.0824082Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-11-01T16:38:09.0829118Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-11-01T16:38:09.0834573Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-11-01T16:38:09.0852452Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-11-01T16:38:09.0854185Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-11-01T16:38:09.0855500Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-11-01T16:38:09.0858888Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:38:09.0865175Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:38:09.0868336Z 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-11-01T16:38:09.0873722Z 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-11-01T16:38:09.0878826Z 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-11-01T16:38:09.0883937Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:38:09.0889555Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:38:09.0897665Z 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-11-01T16:38:09.0903305Z 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-11-01T16:38:09.0908316Z 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-11-01T16:38:09.0912961Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:38:09.0918279Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:38:09.0923646Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0926642Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0932062Z 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-11-01T16:38:09.0937391Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0948755Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0954566Z 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-11-01T16:38:09.0959837Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0965061Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0970659Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0975900Z 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-11-01T16:38:09.0981143Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0986289Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:38:09.0992155Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-11-01T16:38:09.1012466Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:38:09.1017600Z 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-11-01T16:38:09.1023013Z 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-11-01T16:38:09.1028277Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:38:09.1038461Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:38:09.1043803Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-11-01T16:38:09.1046600Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:38:09.1051941Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-11-01T16:38:09.1054992Z 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-11-01T16:38:09.1060450Z 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-11-01T16:38:09.1065514Z 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-11-01T16:38:09.1070358Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:38:09.1075508Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:38:09.1080668Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:38:09.1090716Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:38:09.1096080Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:38:09.1100930Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-11-01T16:38:09.1106623Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-11-01T16:38:09.1109497Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1115291Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1121742Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1127282Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1132848Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1143878Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1149280Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1154626Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1160144Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1166865Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1172150Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1178030Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1183267Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1189561Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1196478Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1202215Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1208295Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1213798Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1219288Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1225010Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1235455Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:38:09.1240397Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1248104Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-11-01T16:38:09.1251157Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-11-01T16:38:09.1257979Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-11-01T16:38:09.1265387Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1271648Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-11-01T16:38:09.1274586Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-11-01T16:38:09.1277710Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-11-01T16:38:09.1283811Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-11-01T16:38:09.1288628Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-11-01T16:38:09.1294371Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-11-01T16:38:09.1297323Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-11-01T16:38:09.1302992Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-11-01T16:38:09.1306362Z 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-11-01T16:38:09.1311823Z 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-11-01T16:38:09.1316440Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-11-01T16:38:09.1320625Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-11-01T16:38:09.1325985Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-11-01T16:38:09.1329334Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1344281Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1345982Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1352017Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1357938Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1362768Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1368533Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1374131Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1386046Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1387772Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1391895Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1397592Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1403192Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1409221Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1415248Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1421036Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:38:09.1426832Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-11-01T16:38:09.1429862Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1435651Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1441994Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1448422Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1458864Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1463729Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1469947Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1475325Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1480730Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:38:09.1485498Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1490760Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1496418Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-11-01T16:38:09.1499578Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1505475Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1511104Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1516240Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1527315Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1532331Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1537561Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1543025Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1548575Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-11-01T16:38:09.1551730Z 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-11-01T16:38:09.1556860Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-11-01T16:38:09.1561736Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1566899Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:38:09.1572053Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1578358Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-11-01T16:38:09.1581677Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2024-11-01T16:38:09.1584604Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:38:09.1590380Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:38:09.1595718Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:38:09.1600860Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:38:09.1611023Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1616185Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2024-11-01T16:38:09.1619490Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:38:09.1626660Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:38:09.1633388Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:38:09.1644263Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:38:09.1649724Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:38:09.1655006Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1657949Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1663264Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1668385Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1673633Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1678670Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1684187Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1695054Z 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-11-01T16:38:09.1700348Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1705505Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:38:09.1710399Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1721269Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1727271Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1732597Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1755846Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1761387Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1764337Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1769876Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1775041Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1780913Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1791796Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1796963Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1801944Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1807821Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1813557Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1819339Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1824745Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1830521Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1836452Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:38:09.1841476Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1849704Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1853378Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1888557Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1890173Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1891755Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1893417Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1894947Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:38:09.1896376Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1897781Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.1902100Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-11-01T16:38:09.1910643Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:38:09.1915860Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:38:09.1921354Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1924531Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1930361Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1935792Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1941727Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1953693Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1958867Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1964912Z 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-11-01T16:38:09.1971010Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1976825Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:38:09.1981817Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:38:09.1992351Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:38:09.1997714Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:38:09.2002722Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.2008107Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.2013977Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.2019689Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-11-01T16:38:09.2022677Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2028269Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-11-01T16:38:09.2031272Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-11-01T16:38:09.2036147Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2041329Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2046596Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2056841Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-11-01T16:38:09.2059887Z 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-11-01T16:38:09.2065160Z 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-11-01T16:38:09.2070808Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-11-01T16:38:09.2073774Z 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-11-01T16:38:09.2079716Z 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-11-01T16:38:09.2084965Z 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-11-01T16:38:09.2089983Z 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-11-01T16:38:09.2095001Z 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-11-01T16:38:09.2105468Z 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-11-01T16:38:09.2111248Z 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-11-01T16:38:09.2116742Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:38:09.2119715Z 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-11-01T16:38:09.2124810Z 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-11-01T16:38:09.2129947Z 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-11-01T16:38:09.2134785Z 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-11-01T16:38:09.2140057Z 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-11-01T16:38:09.2151186Z 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-11-01T16:38:09.2156413Z 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-11-01T16:38:09.2161930Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2167650Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-11-01T16:38:09.2170603Z 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-11-01T16:38:09.2175934Z 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-11-01T16:38:09.2181200Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-11-01T16:38:09.2184694Z 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-11-01T16:38:09.2189651Z 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-11-01T16:38:09.2195721Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-11-01T16:38:09.2206014Z 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-11-01T16:38:09.2211251Z 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-11-01T16:38:09.2217037Z 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-11-01T16:38:09.2229492Z 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-11-01T16:38:09.2233685Z 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-11-01T16:38:09.2239040Z 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-11-01T16:38:09.2244048Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2249254Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:38:09.2254743Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-11-01T16:38:09.2258104Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-11-01T16:38:09.2263301Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-11-01T16:38:09.2266356Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-11-01T16:38:09.2271405Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.2277671Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-11-01T16:38:09.2280936Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-11-01T16:38:09.2287027Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-11-01T16:38:09.2289948Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:38:09.2295096Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:38:09.2300130Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:38:09.2305749Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-11-01T16:38:09.2309143Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2314750Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2320444Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2325576Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2337439Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2343047Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2372796Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2374346Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2375878Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:38:09.2377428Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:38:09.2379366Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-11-01T16:38:09.2382411Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2387738Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2393112Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2398281Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2409339Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2414380Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2419650Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2425644Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2431052Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2436763Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2442064Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2447447Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2452666Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2458186Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2463478Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2468594Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2474038Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2479119Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2484313Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2490055Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2516920Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2522058Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2527918Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2538146Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2543357Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2548677Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2553850Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2559141Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2564657Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2569854Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2575162Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2580817Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2591293Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2596479Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2601675Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2606738Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2612232Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2617668Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2623233Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2628817Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2634232Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2640244Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2645469Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2650828Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2657053Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2667463Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2672659Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:38:09.2678270Z creating build\bdist.win-amd64\wheel\torch\export 2024-11-01T16:38:09.2681202Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2686518Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2691911Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2698180Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-11-01T16:38:09.2706717Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-11-01T16:38:09.2712161Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2718192Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2724326Z creating build\bdist.win-amd64\wheel\torch\export\passes 2024-11-01T16:38:09.2727214Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2024-11-01T16:38:09.2732509Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2738793Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2744699Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2750181Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2755544Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2760945Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2766644Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2773113Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2778605Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2784025Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:38:09.2790017Z creating build\bdist.win-amd64\wheel\torch\fft 2024-11-01T16:38:09.2793211Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-11-01T16:38:09.2799502Z creating build\bdist.win-amd64\wheel\torch\func 2024-11-01T16:38:09.2802784Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-11-01T16:38:09.2807275Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:09.2814177Z creating build\bdist.win-amd64\wheel\torch\futures 2024-11-01T16:38:09.2817006Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-11-01T16:38:09.2822888Z creating build\bdist.win-amd64\wheel\torch\fx 2024-11-01T16:38:09.2825875Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.2831147Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.2836854Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-11-01T16:38:09.2839802Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2846034Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2851598Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2862703Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2869179Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2874387Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2880394Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:38:09.2883925Z 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-11-01T16:38:09.2889507Z 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-11-01T16:38:09.2896321Z 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-11-01T16:38:09.2907361Z 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-11-01T16:38:09.2912814Z 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-11-01T16:38:09.2918695Z 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-11-01T16:38:09.2923816Z 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-11-01T16:38:09.2929183Z 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-11-01T16:38:09.2937637Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2943874Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2948844Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2954177Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2960982Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2967053Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2971961Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2977381Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2982595Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2990768Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.2996933Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-11-01T16:38:09.2999980Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3005137Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3010199Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3015332Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3020988Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:38:09.3029599Z 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-11-01T16:38:09.3034970Z 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-11-01T16:38:09.3040139Z 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-11-01T16:38:09.3045413Z 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-11-01T16:38:09.3050531Z 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-11-01T16:38:09.3060789Z 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-11-01T16:38:09.3065523Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3070760Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3076205Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3081249Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:38:09.3086027Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.3091392Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.3102341Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.3107496Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.3112784Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:38:09.3116782Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3122900Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3134021Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3139413Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3145213Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3151094Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3157477Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-11-01T16:38:09.3160633Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3166318Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-11-01T16:38:09.3169247Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-11-01T16:38:09.3174804Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-11-01T16:38:09.3179308Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-11-01T16:38:09.3182459Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-11-01T16:38:09.3185388Z 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-11-01T16:38:09.3191110Z 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-11-01T16:38:09.3195470Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-11-01T16:38:09.3199776Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3205053Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3216375Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3221747Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3227459Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-11-01T16:38:09.3230169Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:38:09.3235933Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:38:09.3241814Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:38:09.3247148Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:38:09.3257144Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3263232Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3268733Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3274070Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3279550Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3285924Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3291413Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3297345Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3303287Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3309220Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3315047Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-11-01T16:38:09.3318468Z 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-11-01T16:38:09.3323950Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-11-01T16:38:09.3327986Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3333612Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-11-01T16:38:09.3341364Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:38:09.3346700Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:38:09.3352372Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:38:09.3373155Z 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-11-01T16:38:09.3374836Z 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-11-01T16:38:09.3376370Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:38:09.3380334Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3385804Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:38:09.3390789Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3396743Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3402338Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3407634Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3412887Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3418080Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3423640Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3428841Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3434764Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3439693Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:38:09.3444828Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:09.3451134Z creating build\bdist.win-amd64\wheel\torch\include 2024-11-01T16:38:09.3455892Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-11-01T16:38:09.3458892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3464177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3468937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3474124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3479989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3490074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3494902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3500363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3505387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3510512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3515910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3521575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3527112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3533337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3539027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3545378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3551009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3557345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3563109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3573573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3578841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.3585686Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-11-01T16:38:09.3588987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3594370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3599498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3604614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3614363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3619769Z 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-11-01T16:38:09.3625882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3631153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3636315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3642213Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-11-01T16:38:09.3645415Z 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-11-01T16:38:09.3651082Z 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-11-01T16:38:09.3656411Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-11-01T16:38:09.3666645Z 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-11-01T16:38:09.3669592Z 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-11-01T16:38:09.3673156Z 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-11-01T16:38:09.3678506Z 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-11-01T16:38:09.3688542Z 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-11-01T16:38:09.3693853Z 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-11-01T16:38:09.3704619Z 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-11-01T16:38:09.3710126Z 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-11-01T16:38:09.3715289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3721742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3727558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3732983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3738190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3743781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3749476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3754770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3760094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3765328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3770495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3775996Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-11-01T16:38:09.3779314Z 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-11-01T16:38:09.3784629Z 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-11-01T16:38:09.3790626Z 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-11-01T16:38:09.3796026Z 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-11-01T16:38:09.3806822Z 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-11-01T16:38:09.3812032Z 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-11-01T16:38:09.3817536Z 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-11-01T16:38:09.3823099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3833189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3838681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3843734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3849117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3854565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3859745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3881209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3886877Z 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-11-01T16:38:09.3892148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3897756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3902944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3912935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3918531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3924094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3929526Z 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-11-01T16:38:09.3934565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3940683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3947261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3952597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3958745Z 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-11-01T16:38:09.3965101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3974853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3980660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3985966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3991264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.3996603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4001896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4007634Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-11-01T16:38:09.4029288Z 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-11-01T16:38:09.4034301Z 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-11-01T16:38:09.4039651Z 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-11-01T16:38:09.4044904Z 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-11-01T16:38:09.4055324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4060748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4066079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4071292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4081195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4086809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4091673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4096821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4102806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4107276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4117164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4122353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4127630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4132850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4138362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4144537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4162914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4168046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4173597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4178901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4184602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4190280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4195035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4200853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4206842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4211783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:38:09.4217218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.4223350Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-11-01T16:38:09.4226529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-11-01T16:38:09.4232084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-11-01T16:38:09.4237808Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-11-01T16:38:09.4240860Z 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-11-01T16:38:09.4246310Z 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-11-01T16:38:09.4251956Z 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-11-01T16:38:09.4257659Z 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-11-01T16:38:09.4268596Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2024-11-01T16:38:09.4271757Z 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-11-01T16:38:09.4277515Z 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-11-01T16:38:09.4283399Z 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-11-01T16:38:09.4289435Z 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-11-01T16:38:09.4300649Z 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-11-01T16:38:09.4306597Z 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-11-01T16:38:09.4312418Z 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-11-01T16:38:09.4318067Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:38:09.4321580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:38:09.4326573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:38:09.4337070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:38:09.4343557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:38:09.4354787Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:38:09.4358226Z 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-11-01T16:38:09.4363650Z 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-11-01T16:38:09.4368573Z 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-11-01T16:38:09.4374803Z 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-11-01T16:38:09.4386402Z 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-11-01T16:38:09.4392866Z 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-11-01T16:38:09.4398959Z 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-11-01T16:38:09.4404905Z 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-11-01T16:38:09.4410742Z 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-11-01T16:38:09.4416620Z 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-11-01T16:38:09.4423273Z 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-11-01T16:38:09.4429443Z 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-11-01T16:38:09.4436252Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:38:09.4439401Z 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-11-01T16:38:09.4444946Z 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-11-01T16:38:09.4450560Z 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-11-01T16:38:09.4462786Z 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-11-01T16:38:09.4468450Z 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-11-01T16:38:09.4473824Z 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-11-01T16:38:09.4479922Z 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-11-01T16:38:09.4485436Z 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-11-01T16:38:09.4490845Z 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-11-01T16:38:09.4496422Z 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-11-01T16:38:09.4502426Z 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-11-01T16:38:09.4508441Z 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-11-01T16:38:09.4514315Z 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-11-01T16:38:09.4520702Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:38:09.4523852Z 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-11-01T16:38:09.4531082Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:38:09.4534226Z 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-11-01T16:38:09.4540316Z 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-11-01T16:38:09.4546636Z 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-11-01T16:38:09.4552386Z 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-11-01T16:38:09.4563235Z 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-11-01T16:38:09.4568894Z 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-11-01T16:38:09.4574947Z 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-11-01T16:38:09.4581166Z 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-11-01T16:38:09.4587864Z 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-11-01T16:38:09.4593473Z 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-11-01T16:38:09.4600069Z 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-11-01T16:38:09.4606081Z 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-11-01T16:38:09.4611582Z 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-11-01T16:38:09.4616877Z 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-11-01T16:38:09.4622581Z 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-11-01T16:38:09.4627811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-11-01T16:38:09.4633248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.4638949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.4644390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.4650101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.4656130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.4662924Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-11-01T16:38:09.4665963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4671614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4676973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4681978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4688100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4698844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4704371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4710162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4715658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4721474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4726898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4732475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4737767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4743266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4748727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4754145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4759511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4765089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4771295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4776024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4781763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4792536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4798026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4803144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4809436Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-11-01T16:38:09.4812547Z 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-11-01T16:38:09.4818043Z 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-11-01T16:38:09.4823435Z 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-11-01T16:38:09.4828884Z 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-11-01T16:38:09.4839650Z 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-11-01T16:38:09.4844743Z 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-11-01T16:38:09.4849733Z 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-11-01T16:38:09.4854952Z 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-11-01T16:38:09.4860294Z 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-11-01T16:38:09.4865518Z 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-11-01T16:38:09.4871647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4876908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4882409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4887754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4893098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4898501Z 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-11-01T16:38:09.4912492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4917787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4922782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4927986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4932993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4938232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4943658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4948664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:38:09.4954114Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-11-01T16:38:09.4957203Z 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-11-01T16:38:09.4962744Z 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-11-01T16:38:09.4968399Z 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-11-01T16:38:09.4973621Z 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-11-01T16:38:09.4984495Z 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-11-01T16:38:09.4989765Z 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-11-01T16:38:09.4995076Z 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-11-01T16:38:09.5000397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5010501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5016614Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-11-01T16:38:09.5019800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:38:09.5024924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:38:09.5030156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:38:09.5034991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:38:09.5039766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:38:09.5049845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:38:09.5055050Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-11-01T16:38:09.5058161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5063515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5068846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5079271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5084380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5089659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5094860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5100605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5105859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5111214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5116864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:38:09.5122011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5126949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5132158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5137461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5142682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5147698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5153468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5159660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5164788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5170014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5181426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5186890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5192141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5197781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5203764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5208631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5221950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5227882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5234630Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-11-01T16:38:09.5237824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5243310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5248657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5259235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5264834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5270589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5276035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5281811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5287292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5292679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5297793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5303308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5309340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:38:09.5314694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5325268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5330680Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-11-01T16:38:09.5333699Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-11-01T16:38:09.5337015Z 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-11-01T16:38:09.5342657Z 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-11-01T16:38:09.5347830Z 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-11-01T16:38:09.5358810Z 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-11-01T16:38:09.5364276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5379865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5381512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5382943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5387166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5392399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5398047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5403638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5418492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5424502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5429848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5435269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5440620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5445801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5456339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5461816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5467786Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-11-01T16:38:09.5470789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:38:09.5475972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:38:09.5481109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:38:09.5486010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:38:09.5495899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:38:09.5501114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:38:09.5507213Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-11-01T16:38:09.5510273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5515734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5521484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5527665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5538247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5543369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5548594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5553744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5558981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5564074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5586256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:38:09.5591440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5601523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.5608298Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-11-01T16:38:09.5611407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5616619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5621876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5627344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5637824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5642914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5653352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5658584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5663883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5669214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5674749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5679984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5684977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5690581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5696033Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-11-01T16:38:09.5699087Z 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-11-01T16:38:09.5704617Z 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-11-01T16:38:09.5710549Z 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-11-01T16:38:09.5715619Z 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-11-01T16:38:09.5725657Z 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-11-01T16:38:09.5730701Z 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-11-01T16:38:09.5740540Z 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-11-01T16:38:09.5746132Z 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-11-01T16:38:09.5751501Z 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-11-01T16:38:09.5756777Z 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-11-01T16:38:09.5762169Z 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-11-01T16:38:09.5767207Z 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-11-01T16:38:09.5772427Z 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-11-01T16:38:09.5777608Z 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-11-01T16:38:09.5782995Z 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-11-01T16:38:09.5788025Z 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-11-01T16:38:09.5793291Z 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-11-01T16:38:09.5798720Z 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-11-01T16:38:09.5803828Z 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-11-01T16:38:09.5809365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:38:09.5819457Z 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-11-01T16:38:09.5825383Z 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-11-01T16:38:09.5829995Z 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-11-01T16:38:09.5835278Z 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-11-01T16:38:09.5840532Z 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-11-01T16:38:09.5845819Z 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-11-01T16:38:09.5855700Z 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-11-01T16:38:09.5861849Z 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-11-01T16:38:09.5867216Z 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-11-01T16:38:09.5882277Z 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-11-01T16:38:09.5889520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5894514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5899980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.5906042Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-11-01T16:38:09.5909120Z 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-11-01T16:38:09.5914224Z 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-11-01T16:38:09.5920490Z 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-11-01T16:38:09.5926820Z 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-11-01T16:38:09.5936285Z 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-11-01T16:38:09.5941280Z 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-11-01T16:38:09.5946558Z 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-11-01T16:38:09.5951904Z 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-11-01T16:38:09.5957576Z 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-11-01T16:38:09.5962817Z 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-11-01T16:38:09.5968067Z 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-11-01T16:38:09.5973650Z 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-11-01T16:38:09.5979585Z 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-11-01T16:38:09.5985106Z 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-11-01T16:38:09.5990871Z 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-11-01T16:38:09.5996012Z 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-11-01T16:38:09.6001267Z 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-11-01T16:38:09.6006688Z 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-11-01T16:38:09.6017568Z 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-11-01T16:38:09.6022945Z 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-11-01T16:38:09.6028508Z 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-11-01T16:38:09.6036151Z 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-11-01T16:38:09.6054503Z 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-11-01T16:38:09.6056443Z 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-11-01T16:38:09.6058241Z 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-11-01T16:38:09.6060099Z 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-11-01T16:38:09.6061821Z 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-11-01T16:38:09.6067494Z 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-11-01T16:38:09.6077563Z 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-11-01T16:38:09.6082782Z 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-11-01T16:38:09.6089665Z 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-11-01T16:38:09.6095133Z 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-11-01T16:38:09.6101508Z 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-11-01T16:38:09.6106815Z 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-11-01T16:38:09.6113163Z 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-11-01T16:38:09.6119099Z 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-11-01T16:38:09.6124581Z 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-11-01T16:38:09.6129889Z 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-11-01T16:38:09.6136061Z 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-11-01T16:38:09.6141552Z 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-11-01T16:38:09.6152827Z 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-11-01T16:38:09.6158135Z 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-11-01T16:38:09.6163244Z 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-11-01T16:38:09.6168674Z 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-11-01T16:38:09.6174516Z 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-11-01T16:38:09.6179781Z 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-11-01T16:38:09.6185097Z 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-11-01T16:38:09.6191135Z 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-11-01T16:38:09.6198782Z 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-11-01T16:38:09.6207408Z 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-11-01T16:38:09.6213063Z 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-11-01T16:38:09.6223446Z 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-11-01T16:38:09.6229036Z 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-11-01T16:38:09.6234459Z 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-11-01T16:38:09.6240156Z 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-11-01T16:38:09.6245905Z 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-11-01T16:38:09.6251746Z 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-11-01T16:38:09.6256291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6261924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6272448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6277554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6284772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6289539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6295006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6300026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6305529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6310865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6316208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6321225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6326512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6331423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6341783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6347229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6352770Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2024-11-01T16:38:09.6355699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2024-11-01T16:38:09.6360667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2024-11-01T16:38:09.6366012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6371417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6381715Z 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-11-01T16:38:09.6387138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6393148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6399553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6405632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6411737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6422774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6431540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6434909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6442227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6447690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6453156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6459037Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2024-11-01T16:38:09.6462102Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2024-11-01T16:38:09.6465283Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:09.6468301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:09.6473486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:09.6478674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:09.6491128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:38:09.6496217Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-11-01T16:38:09.6499138Z 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-11-01T16:38:09.6504307Z 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-11-01T16:38:09.6509539Z 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-11-01T16:38:09.6514895Z 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-11-01T16:38:09.6525666Z 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-11-01T16:38:09.6531285Z 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-11-01T16:38:09.6536760Z 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-11-01T16:38:09.6542338Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-11-01T16:38:09.6545488Z 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-11-01T16:38:09.6550519Z 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-11-01T16:38:09.6556420Z 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-11-01T16:38:09.6566481Z 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-11-01T16:38:09.6571769Z 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-11-01T16:38:09.6577327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6582821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6593446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6598377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6603590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6608963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6614080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6619345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6624974Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-11-01T16:38:09.6628411Z 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-11-01T16:38:09.6633662Z 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-11-01T16:38:09.6638801Z 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-11-01T16:38:09.6649555Z 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-11-01T16:38:09.6655159Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:09.6658222Z 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-11-01T16:38:09.6663468Z 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-11-01T16:38:09.6668957Z 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-11-01T16:38:09.6674905Z 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-11-01T16:38:09.6715054Z 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-11-01T16:38:09.6717018Z 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-11-01T16:38:09.6719114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:09.6721080Z 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-11-01T16:38:09.6723086Z 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-11-01T16:38:09.6725134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2024-11-01T16:38:09.6728055Z 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-11-01T16:38:09.6733996Z 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-11-01T16:38:09.6739211Z 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-11-01T16:38:09.6744851Z 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-11-01T16:38:09.6750232Z 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-11-01T16:38:09.6755766Z 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-11-01T16:38:09.6761099Z 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-11-01T16:38:09.6766192Z 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-11-01T16:38:09.6771577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6776593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6781789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6787158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6802864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6808250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6813350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6818646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6824006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6829438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6834759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6840005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6845803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6856546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6861586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6866935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6877749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6883048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6888491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6894037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6899434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6904862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6910458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6915756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6921420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6932061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6937297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6942545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6948038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6953355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6966216Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-11-01T16:38:09.6967661Z 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-11-01T16:38:09.6969577Z 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-11-01T16:38:09.6975573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6981413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6987011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6993028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.6998782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.7004336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.7009731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.7015263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.7021358Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-11-01T16:38:09.7024632Z 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-11-01T16:38:09.7030129Z 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-11-01T16:38:09.7035081Z 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-11-01T16:38:09.7040295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.7045361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:38:09.7050718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7057102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7063638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7069049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7074446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7079767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7086023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:09.7232366Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-11-01T16:38:09.7234682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7240166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7245798Z 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-11-01T16:38:09.7250998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7262261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7286597Z 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-11-01T16:38:09.7291752Z 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-11-01T16:38:09.7297209Z 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-11-01T16:38:09.7302704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7308157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7313403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7318632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7324514Z 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-11-01T16:38:09.7329956Z 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-11-01T16:38:09.7335302Z 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-11-01T16:38:09.7340793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7346200Z 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-11-01T16:38:09.7351683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7357158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7363052Z 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-11-01T16:38:09.7377675Z 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-11-01T16:38:09.7383388Z 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-11-01T16:38:09.7389263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7395011Z 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-11-01T16:38:09.7400972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7406530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7412442Z 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-11-01T16:38:09.7418323Z 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-11-01T16:38:09.7424114Z 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-11-01T16:38:09.7429357Z 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-11-01T16:38:09.7439486Z 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-11-01T16:38:09.7445223Z 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-11-01T16:38:09.7450770Z 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-11-01T16:38:09.7456330Z 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-11-01T16:38:09.7462086Z 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-11-01T16:38:09.7467814Z 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-11-01T16:38:09.7473310Z 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-11-01T16:38:09.7478999Z 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-11-01T16:38:09.7490066Z 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-11-01T16:38:09.7495529Z 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-11-01T16:38:09.7501357Z 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-11-01T16:38:09.7506949Z 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-11-01T16:38:09.7512795Z 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-11-01T16:38:09.7518239Z 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-11-01T16:38:09.7523790Z 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-11-01T16:38:09.7534771Z 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-11-01T16:38:09.7540572Z 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-11-01T16:38:09.7546266Z 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-11-01T16:38:09.7561698Z 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-11-01T16:38:09.7566967Z 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-11-01T16:38:09.7577582Z 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-11-01T16:38:09.7583319Z 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-11-01T16:38:09.7589178Z 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-11-01T16:38:09.7595417Z 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-11-01T16:38:09.7601170Z 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-11-01T16:38:09.7606988Z 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-11-01T16:38:09.7612814Z 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-11-01T16:38:09.7618642Z 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-11-01T16:38:09.7624757Z 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-11-01T16:38:09.7637629Z 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-11-01T16:38:09.7643644Z 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-11-01T16:38:09.7649249Z 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-11-01T16:38:09.7654841Z 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-11-01T16:38:09.7660898Z 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-11-01T16:38:09.7666426Z 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-11-01T16:38:09.7677554Z 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-11-01T16:38:09.7683459Z 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-11-01T16:38:09.7689097Z 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-11-01T16:38:09.7694931Z 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-11-01T16:38:09.7701398Z 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-11-01T16:38:09.7708209Z 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-11-01T16:38:09.7720530Z 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-11-01T16:38:09.7726109Z 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-11-01T16:38:09.7731972Z 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-11-01T16:38:09.7737684Z 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-11-01T16:38:09.7743665Z 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-11-01T16:38:09.7749774Z 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-11-01T16:38:09.7755504Z 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-11-01T16:38:09.7761258Z 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-11-01T16:38:09.7766919Z 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-11-01T16:38:09.7772916Z 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-11-01T16:38:09.7779511Z 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-11-01T16:38:09.7785149Z 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-11-01T16:38:09.7790608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7795944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7801477Z 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-11-01T16:38:09.7807087Z 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-11-01T16:38:09.7812553Z 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-11-01T16:38:09.7818289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7823930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7829569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7835516Z 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-11-01T16:38:09.7840959Z 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-11-01T16:38:09.7853253Z 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-11-01T16:38:09.7858729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7864492Z 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-11-01T16:38:09.7870438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7875982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7881562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7892854Z 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-11-01T16:38:09.7898925Z 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-11-01T16:38:09.7904798Z 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-11-01T16:38:09.7910417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7916343Z 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-11-01T16:38:09.7921960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7927559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7933089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7938848Z 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-11-01T16:38:09.7944212Z 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-11-01T16:38:09.7949759Z 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-11-01T16:38:09.7958719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7966788Z 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-11-01T16:38:09.7974731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.7983057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8154080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8159503Z 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-11-01T16:38:09.8164726Z 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-11-01T16:38:09.8170201Z 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-11-01T16:38:09.8175506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8181314Z 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-11-01T16:38:09.8186926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8192349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8197773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8203271Z 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-11-01T16:38:09.8208575Z 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-11-01T16:38:09.8214125Z 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-11-01T16:38:09.8219702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8225236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8230806Z 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-11-01T16:38:09.8236402Z 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-11-01T16:38:09.8241630Z 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-11-01T16:38:09.8247205Z 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-11-01T16:38:09.8252537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8257724Z 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-11-01T16:38:09.8263382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8269290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8274539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8279858Z 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-11-01T16:38:09.8285129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8290221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8295780Z 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-11-01T16:38:09.8301516Z 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-11-01T16:38:09.8307575Z 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-11-01T16:38:09.8313146Z 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-11-01T16:38:09.8318884Z 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-11-01T16:38:09.8324711Z 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-11-01T16:38:09.8330126Z 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-11-01T16:38:09.8335855Z 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-11-01T16:38:09.8341221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8374395Z 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-11-01T16:38:09.8380156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.8386101Z 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-11-01T16:38:09.8391967Z 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-11-01T16:38:09.9563541Z 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-11-01T16:38:09.9568695Z 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-11-01T16:38:09.9574267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9579538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9585314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9590624Z 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-11-01T16:38:09.9595902Z 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-11-01T16:38:09.9601144Z 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-11-01T16:38:09.9606642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9612743Z 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-11-01T16:38:09.9618069Z 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-11-01T16:38:09.9623411Z 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-11-01T16:38:09.9628818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9634150Z 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-11-01T16:38:09.9639638Z 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-11-01T16:38:09.9645095Z 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-11-01T16:38:09.9650682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9655978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9661629Z 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-11-01T16:38:09.9666890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9672138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9678026Z 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-11-01T16:38:09.9684220Z 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-11-01T16:38:09.9689832Z 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-11-01T16:38:09.9694893Z 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-11-01T16:38:09.9700369Z 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-11-01T16:38:09.9705950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9711205Z 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-11-01T16:38:09.9716526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9721893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9727183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9733117Z 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-11-01T16:38:09.9738645Z 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-11-01T16:38:09.9744167Z 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-11-01T16:38:09.9749518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9755135Z 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-11-01T16:38:09.9760354Z 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-11-01T16:38:09.9765833Z 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-11-01T16:38:09.9771535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9776959Z 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-11-01T16:38:09.9782500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9793521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9798637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9803804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9809529Z 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-11-01T16:38:09.9814780Z 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-11-01T16:38:09.9820463Z 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-11-01T16:38:09.9825950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9831503Z 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-11-01T16:38:09.9836966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9842402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9848362Z 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-11-01T16:38:09.9853579Z 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-11-01T16:38:09.9859049Z 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-11-01T16:38:09.9864705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9870175Z 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-11-01T16:38:09.9875740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9881075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9886433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9892080Z 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-11-01T16:38:09.9897511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9907591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9946333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9947999Z 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-11-01T16:38:09.9949576Z 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-11-01T16:38:09.9951271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9952780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9954235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9955939Z 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-11-01T16:38:09.9958099Z 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-11-01T16:38:09.9964124Z 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-11-01T16:38:09.9969967Z 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-11-01T16:38:09.9975022Z 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-11-01T16:38:09.9980803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9985873Z 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-11-01T16:38:09.9991230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:09.9996876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0002152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0007918Z 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-11-01T16:38:10.0013707Z 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-11-01T16:38:10.0018944Z 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-11-01T16:38:10.0024515Z 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-11-01T16:38:10.0036815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0042032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0047496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0052700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0058536Z 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-11-01T16:38:10.0064015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0069365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0075132Z 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-11-01T16:38:10.0080570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0086031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0092059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0097262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0103148Z 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-11-01T16:38:10.0108504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0113846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0119670Z 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-11-01T16:38:10.0124985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0130433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0135843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0141182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0146889Z 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-11-01T16:38:10.0152249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0157828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0163238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0168729Z 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-11-01T16:38:10.0179824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0199425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0205112Z 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-11-01T16:38:10.0210614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0216370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0221907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0227593Z 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-11-01T16:38:10.0232833Z 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-11-01T16:38:10.0238449Z 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-11-01T16:38:10.0243992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0249790Z 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-11-01T16:38:10.0255233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0260741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0266262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0272200Z 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-11-01T16:38:10.0277489Z 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-11-01T16:38:10.0286340Z 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-11-01T16:38:10.0290400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0296469Z 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-11-01T16:38:10.0301592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0307023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0312661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0318584Z 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-11-01T16:38:10.0323886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0329262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0334783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0340387Z 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-11-01T16:38:10.0345737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0351426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0356414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0361614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0367285Z 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-11-01T16:38:10.0372634Z 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-11-01T16:38:10.0378259Z 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-11-01T16:38:10.0383746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0389076Z 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-11-01T16:38:10.0394510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0400052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0405891Z 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-11-01T16:38:10.0411098Z 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-11-01T16:38:10.0417149Z 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-11-01T16:38:10.0423225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0433181Z 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-11-01T16:38:10.0434750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0440643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0446051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0476560Z 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-11-01T16:38:10.0478374Z 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-11-01T16:38:10.0480192Z 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-11-01T16:38:10.0482364Z 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-11-01T16:38:10.0485734Z 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-11-01T16:38:10.0491427Z 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-11-01T16:38:10.0497258Z 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-11-01T16:38:10.0503377Z 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-11-01T16:38:10.0508923Z 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-11-01T16:38:10.0514732Z 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-11-01T16:38:10.0520173Z 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-11-01T16:38:10.0526660Z 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-11-01T16:38:10.0532009Z 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-11-01T16:38:10.0537568Z 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-11-01T16:38:10.0548069Z 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-11-01T16:38:10.0553745Z 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-11-01T16:38:10.0559278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0564629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0570305Z 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-11-01T16:38:10.0575699Z 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-11-01T16:38:10.0581213Z 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-11-01T16:38:10.0586570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0592321Z 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-11-01T16:38:10.0597772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0603255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0608723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0614882Z 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-11-01T16:38:10.0620090Z 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-11-01T16:38:10.0625668Z 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-11-01T16:38:10.0631173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0636618Z 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-11-01T16:38:10.0642696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0648083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0653935Z 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-11-01T16:38:10.0659213Z 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-11-01T16:38:10.0664712Z 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-11-01T16:38:10.0670076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0675562Z 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-11-01T16:38:10.0681194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0686559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0691758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0697457Z 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-11-01T16:38:10.0702890Z 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-11-01T16:38:10.0708262Z 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-11-01T16:38:10.0714244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0719490Z 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-11-01T16:38:10.0725118Z 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-11-01T16:38:10.0730574Z 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-11-01T16:38:10.0736414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0742935Z 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-11-01T16:38:10.0749323Z 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-11-01T16:38:10.0754811Z 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-11-01T16:38:10.0760424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0766529Z 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-11-01T16:38:10.0771999Z 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-11-01T16:38:10.0777945Z 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-11-01T16:38:10.0783667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0789441Z 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-11-01T16:38:10.0795752Z 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-11-01T16:38:10.0801361Z 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-11-01T16:38:10.0807298Z 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-11-01T16:38:10.0813052Z 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-11-01T16:38:10.0818823Z 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-11-01T16:38:10.0824676Z 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-11-01T16:38:10.0830954Z 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-11-01T16:38:10.0837163Z 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-11-01T16:38:10.0842899Z 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-11-01T16:38:10.0848683Z 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-11-01T16:38:10.0854208Z 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-11-01T16:38:10.0860405Z 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-11-01T16:38:10.0865793Z 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-11-01T16:38:10.0871445Z 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-11-01T16:38:10.0877092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0883297Z 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-11-01T16:38:10.0889422Z 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-11-01T16:38:10.0894981Z 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-11-01T16:38:10.0901329Z 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-11-01T16:38:10.0906831Z 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-11-01T16:38:10.0912853Z 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-11-01T16:38:10.0928874Z 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-11-01T16:38:10.0930658Z 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-11-01T16:38:10.0936869Z 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-11-01T16:38:10.0942539Z 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-11-01T16:38:10.0948340Z 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-11-01T16:38:10.0959737Z 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-11-01T16:38:10.0965435Z 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-11-01T16:38:10.0971176Z 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-11-01T16:38:10.0976684Z 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-11-01T16:38:10.0982425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.0988131Z 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-11-01T16:38:10.0993425Z 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-11-01T16:38:10.0998889Z 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-11-01T16:38:10.1004323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1010951Z 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-11-01T16:38:10.1016481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1022072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1027611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1033408Z 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-11-01T16:38:10.1038780Z 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-11-01T16:38:10.1044336Z 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-11-01T16:38:10.1049856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1055583Z 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-11-01T16:38:10.1061392Z 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-11-01T16:38:10.1067171Z 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-11-01T16:38:10.1072720Z 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-11-01T16:38:10.1078635Z 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-11-01T16:38:10.1084222Z 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-11-01T16:38:10.1090003Z 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-11-01T16:38:10.1095646Z 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-11-01T16:38:10.1101403Z 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-11-01T16:38:10.1106972Z 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-11-01T16:38:10.1112884Z 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-11-01T16:38:10.1118443Z 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-11-01T16:38:10.1124294Z 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-11-01T16:38:10.1129914Z 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-11-01T16:38:10.1135487Z 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-11-01T16:38:10.1141369Z 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-11-01T16:38:10.1146740Z 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-11-01T16:38:10.1152651Z 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-11-01T16:38:10.1158206Z 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-11-01T16:38:10.1163753Z 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-11-01T16:38:10.1169604Z 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-11-01T16:38:10.1176116Z 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-11-01T16:38:10.1181811Z 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-11-01T16:38:10.1187405Z 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-11-01T16:38:10.1193465Z 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-11-01T16:38:10.1199537Z 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-11-01T16:38:10.1205999Z 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-11-01T16:38:10.1212150Z 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-11-01T16:38:10.1217997Z 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-11-01T16:38:10.1224076Z 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-11-01T16:38:10.1229817Z 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-11-01T16:38:10.1235513Z 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-11-01T16:38:10.1241361Z 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-11-01T16:38:10.1247463Z 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-11-01T16:38:10.1253022Z 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-11-01T16:38:10.1258709Z 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-11-01T16:38:10.1264744Z 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-11-01T16:38:10.1270597Z 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-11-01T16:38:10.1276782Z 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-11-01T16:38:10.1282399Z 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-11-01T16:38:10.1288110Z 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-11-01T16:38:10.1293791Z 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-11-01T16:38:10.1299766Z 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-11-01T16:38:10.1305454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1311528Z 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-11-01T16:38:10.1317293Z 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-11-01T16:38:10.1322925Z 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-11-01T16:38:10.1328519Z 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-11-01T16:38:10.1340847Z 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-11-01T16:38:10.1346391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1352020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1358137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1363842Z 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-11-01T16:38:10.1369477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1375085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1380808Z 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-11-01T16:38:10.1386823Z 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-11-01T16:38:10.1392592Z 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-11-01T16:38:10.1398229Z 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-11-01T16:38:10.1403861Z 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-11-01T16:38:10.1409542Z 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-11-01T16:38:10.1416032Z 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-11-01T16:38:10.1426337Z 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-11-01T16:38:10.1428507Z 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-11-01T16:38:10.1433986Z 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-11-01T16:38:10.1439925Z 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-11-01T16:38:10.1446174Z 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-11-01T16:38:10.1451833Z 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-11-01T16:38:10.1457617Z 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-11-01T16:38:10.1463327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1468868Z 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-11-01T16:38:10.1474244Z 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-11-01T16:38:10.1479968Z 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-11-01T16:38:10.1490237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1495906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1501624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1507464Z 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-11-01T16:38:10.1512818Z 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-11-01T16:38:10.1518298Z 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-11-01T16:38:10.1523686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1529109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1534520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1540445Z 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-11-01T16:38:10.1546313Z 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-11-01T16:38:10.1551671Z 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-11-01T16:38:10.1557390Z 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-11-01T16:38:10.1562959Z 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-11-01T16:38:10.1568660Z 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-11-01T16:38:10.1574142Z 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-11-01T16:38:10.1579952Z 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-11-01T16:38:10.1585504Z 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-11-01T16:38:10.1591488Z 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-11-01T16:38:10.1597159Z 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-11-01T16:38:10.1602659Z 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-11-01T16:38:10.1608294Z 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-11-01T16:38:10.1614077Z 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-11-01T16:38:10.1619854Z 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-11-01T16:38:10.1625563Z 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-11-01T16:38:10.1631199Z 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-11-01T16:38:10.1636825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1642769Z 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-11-01T16:38:10.1648277Z 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-11-01T16:38:10.1653849Z 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-11-01T16:38:10.1659475Z 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-11-01T16:38:10.1665350Z 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-11-01T16:38:10.1670893Z 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-11-01T16:38:10.1676435Z 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-11-01T16:38:10.1681933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1687965Z 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-11-01T16:38:10.1693753Z 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-11-01T16:38:10.1721127Z 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-11-01T16:38:10.1726681Z 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-11-01T16:38:10.1732311Z 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-11-01T16:38:10.1738008Z 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-11-01T16:38:10.1743648Z 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-11-01T16:38:10.1749319Z 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-11-01T16:38:10.1754925Z 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-11-01T16:38:10.1760907Z 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-11-01T16:38:10.1766737Z 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-11-01T16:38:10.1772354Z 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-11-01T16:38:10.1778218Z 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-11-01T16:38:10.1784290Z 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-11-01T16:38:10.1790218Z 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-11-01T16:38:10.1796405Z 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-11-01T16:38:10.1802181Z 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-11-01T16:38:10.1807900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1814106Z 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-11-01T16:38:10.1820317Z 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-11-01T16:38:10.1825948Z 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-11-01T16:38:10.1831662Z 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-11-01T16:38:10.1837304Z 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-11-01T16:38:10.1843102Z 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-11-01T16:38:10.1849332Z 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-11-01T16:38:10.1854960Z 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-11-01T16:38:10.1860974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1866956Z 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-11-01T16:38:10.1872579Z 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-11-01T16:38:10.1878320Z 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-11-01T16:38:10.1884037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1890073Z 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-11-01T16:38:10.1895539Z 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-11-01T16:38:10.1901181Z 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-11-01T16:38:10.1906770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1912575Z 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-11-01T16:38:10.1935562Z 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-11-01T16:38:10.1937138Z 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-11-01T16:38:10.1938725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1940418Z 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-11-01T16:38:10.1942450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1948251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1953766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1959729Z 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-11-01T16:38:10.1965069Z 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-11-01T16:38:10.1970580Z 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-11-01T16:38:10.1976107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.1982398Z 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-11-01T16:38:10.1988202Z 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-11-01T16:38:10.1993858Z 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-11-01T16:38:10.1999285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2004961Z 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-11-01T16:38:10.2010147Z 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-11-01T16:38:10.2016208Z 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-11-01T16:38:10.2022191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2028091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2033635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2039063Z 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-11-01T16:38:10.2044481Z 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-11-01T16:38:10.2049672Z 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-11-01T16:38:10.2055067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2061172Z 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-11-01T16:38:10.2066393Z 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-11-01T16:38:10.2071939Z 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-11-01T16:38:10.2077044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2083124Z 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-11-01T16:38:10.2088655Z 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-11-01T16:38:10.2094066Z 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-11-01T16:38:10.2099524Z 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-11-01T16:38:10.2104848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2110403Z 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-11-01T16:38:10.2115676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2120919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2126094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2131648Z 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-11-01T16:38:10.2136877Z 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-11-01T16:38:10.2142400Z 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-11-01T16:38:10.2147811Z 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-11-01T16:38:10.2160968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2166835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2172694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2178087Z 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-11-01T16:38:10.2184098Z 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-11-01T16:38:10.2190108Z 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-11-01T16:38:10.2195617Z 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-11-01T16:38:10.2201511Z 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-11-01T16:38:10.2207131Z 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-11-01T16:38:10.2213012Z 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-11-01T16:38:10.2218413Z 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-11-01T16:38:10.2224068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2229850Z 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-11-01T16:38:10.2235327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2240948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2246205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2252138Z 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-11-01T16:38:10.2257577Z 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-11-01T16:38:10.2263245Z 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-11-01T16:38:10.2268859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2274616Z 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-11-01T16:38:10.2279743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2285475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2290716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2296365Z 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-11-01T16:38:10.2301785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2307235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2312638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2318546Z 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-11-01T16:38:10.2324245Z 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-11-01T16:38:10.2329668Z 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-11-01T16:38:10.2335132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2340730Z 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-11-01T16:38:10.2346505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2351712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2357275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2363135Z 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-11-01T16:38:10.2368870Z 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-11-01T16:38:10.2374727Z 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-11-01T16:38:10.2380331Z 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-11-01T16:38:10.2385920Z 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-11-01T16:38:10.2391393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2396815Z 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-11-01T16:38:10.2402393Z 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-11-01T16:38:10.2408145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2413845Z 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-11-01T16:38:10.2420158Z 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-11-01T16:38:10.2426421Z 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-11-01T16:38:10.2432891Z 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-11-01T16:38:10.2439023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2444649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2450214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2456485Z 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-11-01T16:38:10.2462065Z 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-11-01T16:38:10.2467723Z 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-11-01T16:38:10.2473308Z 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-11-01T16:38:10.2479400Z 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-11-01T16:38:10.2484832Z 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-11-01T16:38:10.2490575Z 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-11-01T16:38:10.2496112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2501601Z 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-11-01T16:38:10.2507005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2512357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2517717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2523571Z 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-11-01T16:38:10.2529282Z 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-11-01T16:38:10.2534816Z 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-11-01T16:38:10.2540882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2546519Z 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-11-01T16:38:10.2555540Z 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-11-01T16:38:10.2559531Z 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-11-01T16:38:10.2564982Z 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-11-01T16:38:10.2570427Z 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-11-01T16:38:10.2576037Z 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-11-01T16:38:10.2581570Z 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-11-01T16:38:10.2587131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2592770Z 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-11-01T16:38:10.2598237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2604202Z 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-11-01T16:38:10.2609715Z 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-11-01T16:38:10.2615489Z 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-11-01T16:38:10.2621100Z 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-11-01T16:38:10.2626706Z 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-11-01T16:38:10.2632104Z 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-11-01T16:38:10.2637560Z 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-11-01T16:38:10.2643229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2663712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2664404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2665273Z 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-11-01T16:38:10.2671338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2676736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2681939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2687575Z 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-11-01T16:38:10.2692787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2698090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2703555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2709289Z 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-11-01T16:38:10.2714600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2719759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2725124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2731205Z 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-11-01T16:38:10.2736604Z 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-11-01T16:38:10.2741842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2747211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2753008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2759178Z 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-11-01T16:38:10.2764654Z 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-11-01T16:38:10.2769851Z 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-11-01T16:38:10.2775369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2780979Z 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-11-01T16:38:10.2786421Z 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-11-01T16:38:10.2792345Z 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-11-01T16:38:10.2798252Z 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-11-01T16:38:10.2803692Z 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-11-01T16:38:10.2809185Z 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-11-01T16:38:10.2814883Z 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-11-01T16:38:10.2820255Z 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-11-01T16:38:10.2825774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2832075Z 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-11-01T16:38:10.2837257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2842613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2847994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2853498Z 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-11-01T16:38:10.2858991Z 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-11-01T16:38:10.2864692Z 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-11-01T16:38:10.2870393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2875841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2881442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2886681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2892587Z 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-11-01T16:38:10.2898511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2904089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2909858Z 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-11-01T16:38:10.2915396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2920861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2926347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2931865Z 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-11-01T16:38:10.2937819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2975765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2976585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.2977466Z 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-11-01T16:38:10.2978363Z 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-11-01T16:38:10.2979117Z 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-11-01T16:38:10.2979981Z 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-11-01T16:38:10.2982027Z 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-11-01T16:38:10.2987758Z 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-11-01T16:38:10.2993453Z 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-11-01T16:38:10.2999600Z 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-11-01T16:38:10.3005130Z 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-11-01T16:38:10.3010781Z 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-11-01T16:38:10.3016292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3030934Z 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-11-01T16:38:10.3036302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3041534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3047493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3052862Z 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-11-01T16:38:10.3058345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3063968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3069477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3075024Z 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-11-01T16:38:10.3080431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3086355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3091958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3097609Z 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-11-01T16:38:10.3103052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3108423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3113872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3119429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3125397Z 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-11-01T16:38:10.3130900Z 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-11-01T16:38:10.3136748Z 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-11-01T16:38:10.3142484Z 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-11-01T16:38:10.3153622Z 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-11-01T16:38:10.3159704Z 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-11-01T16:38:10.3165335Z 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-11-01T16:38:10.3171094Z 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-11-01T16:38:10.3176869Z 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-11-01T16:38:10.3187641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3193249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3198930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3220617Z 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-11-01T16:38:10.3226400Z 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-11-01T16:38:10.3232134Z 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-11-01T16:38:10.3237945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3243845Z 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-11-01T16:38:10.3249441Z 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-11-01T16:38:10.3254917Z 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-11-01T16:38:10.3260570Z 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-11-01T16:38:10.3266319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3271697Z 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-11-01T16:38:10.3277500Z 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-11-01T16:38:10.3282970Z 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-11-01T16:38:10.3288670Z 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-11-01T16:38:10.3294920Z 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-11-01T16:38:10.3300386Z 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-11-01T16:38:10.3306114Z 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-11-01T16:38:10.3311665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3317713Z 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-11-01T16:38:10.3323191Z 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-11-01T16:38:10.3328746Z 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-11-01T16:38:10.3334688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3340965Z 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-11-01T16:38:10.3346769Z 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-11-01T16:38:10.3352383Z 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-11-01T16:38:10.3358029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3364128Z 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-11-01T16:38:10.3369922Z 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-11-01T16:38:10.3375697Z 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-11-01T16:38:10.3382054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3387500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3393304Z 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-11-01T16:38:10.3398998Z 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-11-01T16:38:10.3404609Z 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-11-01T16:38:10.3410344Z 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-11-01T16:38:10.3415951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3422060Z 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-11-01T16:38:10.3428770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3440622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3444354Z 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-11-01T16:38:10.3452595Z 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-11-01T16:38:10.3456045Z 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-11-01T16:38:10.3462458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3468085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3473771Z 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-11-01T16:38:10.3479896Z 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-11-01T16:38:10.3485902Z 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-11-01T16:38:10.3491473Z 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-11-01T16:38:10.3497360Z 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-11-01T16:38:10.3502965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3508481Z 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-11-01T16:38:10.3513963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3519168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3524707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3529854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3535512Z 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-11-01T16:38:10.3541072Z 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-11-01T16:38:10.3546774Z 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-11-01T16:38:10.3552508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3557726Z 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-11-01T16:38:10.3563113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3568915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3573898Z 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-11-01T16:38:10.3579710Z 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-11-01T16:38:10.3585347Z 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-11-01T16:38:10.3591157Z 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-11-01T16:38:10.3596783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3602777Z 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-11-01T16:38:10.3608409Z 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-11-01T16:38:10.3613863Z 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-11-01T16:38:10.3619796Z 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-11-01T16:38:10.3625133Z 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-11-01T16:38:10.3630735Z 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-11-01T16:38:10.3636221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3641288Z 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-11-01T16:38:10.3646706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3652477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3657756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3663703Z 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-11-01T16:38:10.3669292Z 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-11-01T16:38:10.3675072Z 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-11-01T16:38:10.3680666Z 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-11-01T16:38:10.3686138Z 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-11-01T16:38:10.3691605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3697223Z 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-11-01T16:38:10.3703019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3708365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3713773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3720196Z 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-11-01T16:38:10.3727639Z 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-11-01T16:38:10.3733790Z 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-11-01T16:38:10.3739417Z 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-11-01T16:38:10.3745108Z 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-11-01T16:38:10.3756128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3762057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3767951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3773469Z 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-11-01T16:38:10.3778996Z 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-11-01T16:38:10.3785118Z 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-11-01T16:38:10.3790908Z 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-11-01T16:38:10.3796799Z 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-11-01T16:38:10.3802510Z 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-11-01T16:38:10.3808246Z 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-11-01T16:38:10.3814025Z 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-11-01T16:38:10.3819783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3825574Z 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-11-01T16:38:10.3831112Z 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-11-01T16:38:10.3836731Z 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-11-01T16:38:10.3842871Z 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-11-01T16:38:10.3858870Z 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-11-01T16:38:10.3865025Z 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-11-01T16:38:10.3870834Z 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-11-01T16:38:10.3876647Z 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-11-01T16:38:10.3882682Z 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-11-01T16:38:10.3888822Z 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-11-01T16:38:10.3894729Z 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-11-01T16:38:10.3900744Z 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-11-01T16:38:10.3906550Z 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-11-01T16:38:10.3912237Z 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-11-01T16:38:10.3918259Z 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-11-01T16:38:10.3924415Z 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-11-01T16:38:10.3930192Z 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-11-01T16:38:10.3936148Z 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-11-01T16:38:10.3951278Z 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-11-01T16:38:10.3953111Z 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-11-01T16:38:10.3955965Z 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-11-01T16:38:10.3961817Z 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-11-01T16:38:10.3967664Z 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-11-01T16:38:10.3973464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.3979448Z 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-11-01T16:38:10.3985926Z 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-11-01T16:38:10.3991581Z 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-11-01T16:38:10.3997277Z 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-11-01T16:38:10.4003170Z 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-11-01T16:38:10.4008814Z 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-11-01T16:38:10.4014396Z 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-11-01T16:38:10.4020080Z 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-11-01T16:38:10.4026045Z 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-11-01T16:38:10.4032394Z 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-11-01T16:38:10.4038109Z 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-11-01T16:38:10.4043768Z 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-11-01T16:38:10.4049666Z 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-11-01T16:38:10.4055436Z 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-11-01T16:38:10.4061740Z 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-11-01T16:38:10.4067465Z 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-11-01T16:38:10.4073017Z 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-11-01T16:38:10.4089292Z 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-11-01T16:38:10.4094787Z 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-11-01T16:38:10.4100678Z 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-11-01T16:38:10.4106892Z 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-11-01T16:38:10.4112524Z 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-11-01T16:38:10.4118161Z 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-11-01T16:38:10.4123910Z 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-11-01T16:38:10.4129822Z 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-11-01T16:38:10.4135760Z 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-11-01T16:38:10.4141494Z 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-11-01T16:38:10.4147084Z 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-11-01T16:38:10.4152683Z 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-11-01T16:38:10.4158680Z 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-11-01T16:38:10.4164159Z 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-11-01T16:38:10.4169769Z 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-11-01T16:38:10.4175255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4180721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4186557Z 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-11-01T16:38:10.4192152Z 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-11-01T16:38:10.4197812Z 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-11-01T16:38:10.4203852Z 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-11-01T16:38:10.4209837Z 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-11-01T16:38:10.4215463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4221270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4226981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4232710Z 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-11-01T16:38:10.4238467Z 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-11-01T16:38:10.4244067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4250188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4255905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4261445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4267631Z 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-11-01T16:38:10.4273242Z 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-11-01T16:38:10.4278647Z 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-11-01T16:38:10.4284708Z 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-11-01T16:38:10.4290862Z 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-11-01T16:38:10.4296723Z 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-11-01T16:38:10.4302376Z 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-11-01T16:38:10.4308145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4314057Z 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-11-01T16:38:10.4319774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4325482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4331392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4337425Z 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-11-01T16:38:10.4343305Z 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-11-01T16:38:10.4348823Z 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-11-01T16:38:10.4354484Z 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-11-01T16:38:10.4360222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4365985Z 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-11-01T16:38:10.4372186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4377856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4384253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4390368Z 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-11-01T16:38:10.4396011Z 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-11-01T16:38:10.4402159Z 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-11-01T16:38:10.4407796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4413280Z 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-11-01T16:38:10.4419125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4424666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4430070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4439104Z 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-11-01T16:38:10.4442511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4448257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4453949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4459840Z 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-11-01T16:38:10.4465622Z 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-11-01T16:38:10.4471097Z 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-11-01T16:38:10.4476856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4482720Z 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-11-01T16:38:10.4488242Z 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-11-01T16:38:10.4493883Z 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-11-01T16:38:10.4499528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4505383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4510996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4516030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4521954Z 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-11-01T16:38:10.4527364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4533109Z 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-11-01T16:38:10.4538693Z 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-11-01T16:38:10.4544888Z 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-11-01T16:38:10.4549750Z 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-11-01T16:38:10.4555336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4560673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4566540Z 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-11-01T16:38:10.4571908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4577714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4583673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4588926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4593976Z 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-11-01T16:38:10.4599395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4605014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4610992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4616504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4623058Z 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-11-01T16:38:10.4628560Z 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-11-01T16:38:10.4634629Z 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-11-01T16:38:10.4640529Z 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-11-01T16:38:10.4646360Z 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-11-01T16:38:10.4651928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4658146Z 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-11-01T16:38:10.4664303Z 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-11-01T16:38:10.4669849Z 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-11-01T16:38:10.4675584Z 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-11-01T16:38:10.4681351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4686959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4692601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4698736Z 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-11-01T16:38:10.4704869Z 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-11-01T16:38:10.4710496Z 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-11-01T16:38:10.4716274Z 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-11-01T16:38:10.4722261Z 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-11-01T16:38:10.4745185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4751214Z 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-11-01T16:38:10.4757186Z 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-11-01T16:38:10.4763455Z 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-11-01T16:38:10.4768564Z 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-11-01T16:38:10.4774226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4779875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4785300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4791060Z 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-11-01T16:38:10.4796464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4802435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4807939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4813846Z 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-11-01T16:38:10.4819261Z 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-11-01T16:38:10.4830283Z 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-11-01T16:38:10.4832053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4838104Z 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-11-01T16:38:10.4843906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4849303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4854943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4861086Z 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-11-01T16:38:10.4866263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4871803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4877169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4892806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4898501Z 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-11-01T16:38:10.4904395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4909798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4916022Z 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-11-01T16:38:10.4921472Z 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-11-01T16:38:10.4926842Z 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-11-01T16:38:10.4932316Z 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-11-01T16:38:10.4937599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4943111Z 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-11-01T16:38:10.4949060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4954451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4959800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4965169Z 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-11-01T16:38:10.4970562Z 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-11-01T16:38:10.4975993Z 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-11-01T16:38:10.4981725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4987358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4992515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.4998072Z 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-11-01T16:38:10.5003597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5008946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5014374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5020191Z 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-11-01T16:38:10.5025571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5031221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5036631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5042577Z 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-11-01T16:38:10.5048074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5053210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5058552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5064193Z 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-11-01T16:38:10.5069616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5075142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5080572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5086170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5091950Z 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-11-01T16:38:10.5097333Z 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-11-01T16:38:10.5103092Z 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-11-01T16:38:10.5108769Z 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-11-01T16:38:10.5114701Z 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-11-01T16:38:10.5120388Z 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-11-01T16:38:10.5126088Z 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-11-01T16:38:10.5132519Z 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-11-01T16:38:10.5137736Z 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-11-01T16:38:10.5143445Z 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-11-01T16:38:10.5148951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5154158Z 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-11-01T16:38:10.5160007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5165512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5170956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5176827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5183147Z 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-11-01T16:38:10.5188808Z 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-11-01T16:38:10.5194478Z 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-11-01T16:38:10.5200346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5206483Z 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-11-01T16:38:10.5212092Z 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-11-01T16:38:10.5217797Z 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-11-01T16:38:10.5223903Z 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-11-01T16:38:10.5229722Z 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-11-01T16:38:10.5235963Z 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-11-01T16:38:10.5241928Z 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-11-01T16:38:10.5247942Z 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-11-01T16:38:10.5253464Z 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-11-01T16:38:10.5259377Z 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-11-01T16:38:10.5265204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5270963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5276929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5283096Z 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-11-01T16:38:10.5288957Z 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-11-01T16:38:10.5294741Z 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-11-01T16:38:10.5300751Z 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-11-01T16:38:10.5306517Z 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-11-01T16:38:10.5312555Z 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-11-01T16:38:10.5318505Z 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-11-01T16:38:10.5324885Z 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-11-01T16:38:10.5330668Z 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-11-01T16:38:10.5336571Z 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-11-01T16:38:10.5342245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5348069Z 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-11-01T16:38:10.5354015Z 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-11-01T16:38:10.5359706Z 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-11-01T16:38:10.5365452Z 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-11-01T16:38:10.5371194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5377223Z 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-11-01T16:38:10.5382849Z 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-11-01T16:38:10.5388494Z 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-11-01T16:38:10.5394616Z 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-11-01T16:38:10.5400217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5405877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5411759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5418338Z 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-11-01T16:38:10.5424762Z 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-11-01T16:38:10.5430806Z 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-11-01T16:38:10.5436926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5443038Z 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-11-01T16:38:10.5448692Z 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-11-01T16:38:10.5454470Z 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-11-01T16:38:10.5460043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5466138Z 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-11-01T16:38:10.5471833Z 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-11-01T16:38:10.5477692Z 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-11-01T16:38:10.5483326Z 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-11-01T16:38:10.5489009Z 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-11-01T16:38:10.5494639Z 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-11-01T16:38:10.5500822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5505649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5510881Z 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-11-01T16:38:10.5516893Z 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-11-01T16:38:10.5522637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5528367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5534378Z 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-11-01T16:38:10.5540385Z 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-11-01T16:38:10.5545884Z 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-11-01T16:38:10.5551523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5557214Z 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-11-01T16:38:10.5562753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5568325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5573584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5578834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5584632Z 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-11-01T16:38:10.5601264Z 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-11-01T16:38:10.5606794Z 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-11-01T16:38:10.5612232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5617634Z 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-11-01T16:38:10.5623215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5628584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5633797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5639402Z 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-11-01T16:38:10.5644746Z 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-11-01T16:38:10.5650383Z 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-11-01T16:38:10.5655813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5667901Z 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-11-01T16:38:10.5673363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5678887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5685693Z 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-11-01T16:38:10.5691120Z 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-11-01T16:38:10.5696697Z 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-11-01T16:38:10.5702299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5707537Z 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-11-01T16:38:10.5713184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5718721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5723872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5729118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5734804Z 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-11-01T16:38:10.5740328Z 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-11-01T16:38:10.5746302Z 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-11-01T16:38:10.5751497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5756957Z 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-11-01T16:38:10.5762566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5767955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5773155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5778414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5784209Z 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-11-01T16:38:10.5789931Z 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-11-01T16:38:10.5794801Z 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-11-01T16:38:10.5800641Z 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-11-01T16:38:10.5806231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5812302Z 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-11-01T16:38:10.5817961Z 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-11-01T16:38:10.5823618Z 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-11-01T16:38:10.5829299Z 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-11-01T16:38:10.5834773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5840181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5845815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5851507Z 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-11-01T16:38:10.5856818Z 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-11-01T16:38:10.5862447Z 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-11-01T16:38:10.5867957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5873416Z 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-11-01T16:38:10.5878975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5884726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5890320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5896107Z 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-11-01T16:38:10.5901744Z 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-11-01T16:38:10.5907266Z 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-11-01T16:38:10.5912919Z 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-11-01T16:38:10.5918414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5924192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5930290Z 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-11-01T16:38:10.5935696Z 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-11-01T16:38:10.5941323Z 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-11-01T16:38:10.5946899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5956808Z 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-11-01T16:38:10.5958399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5995598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5997061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.5998685Z 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-11-01T16:38:10.6000517Z 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-11-01T16:38:10.6002092Z 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-11-01T16:38:10.6003670Z 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-11-01T16:38:10.6005184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6008218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6013975Z 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-11-01T16:38:10.6020196Z 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-11-01T16:38:10.6026173Z 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-11-01T16:38:10.6032375Z 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-11-01T16:38:10.6038151Z 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-11-01T16:38:10.6043998Z 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-11-01T16:38:10.6050756Z 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-11-01T16:38:10.6056317Z 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-11-01T16:38:10.6062454Z 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-11-01T16:38:10.6068240Z 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-11-01T16:38:10.6074229Z 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-11-01T16:38:10.6080501Z 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-11-01T16:38:10.6086243Z 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-11-01T16:38:10.6092165Z 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-11-01T16:38:10.6097884Z 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-11-01T16:38:10.6104386Z 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-11-01T16:38:10.6110312Z 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-11-01T16:38:10.6116493Z 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-11-01T16:38:10.6122365Z 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-11-01T16:38:10.6128264Z 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-11-01T16:38:10.6134747Z 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-11-01T16:38:10.6140724Z 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-11-01T16:38:10.6146649Z 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-11-01T16:38:10.6152505Z 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-11-01T16:38:10.6158522Z 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-11-01T16:38:10.6164654Z 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-11-01T16:38:10.6170439Z 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-11-01T16:38:10.6176433Z 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-11-01T16:38:10.6182334Z 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-11-01T16:38:10.6188617Z 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-11-01T16:38:10.6194368Z 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-11-01T16:38:10.6200427Z 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-11-01T16:38:10.6206129Z 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-11-01T16:38:10.6212019Z 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-11-01T16:38:10.6218009Z 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-11-01T16:38:10.6223878Z 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-11-01T16:38:10.6229692Z 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-11-01T16:38:10.6253246Z 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-11-01T16:38:10.6258915Z 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-11-01T16:38:10.6265342Z 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-11-01T16:38:10.6271132Z 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-11-01T16:38:10.6277181Z 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-11-01T16:38:10.6282835Z 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-11-01T16:38:10.6288596Z 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-11-01T16:38:10.6294679Z 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-11-01T16:38:10.6300904Z 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-11-01T16:38:10.6306678Z 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-11-01T16:38:10.6312526Z 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-11-01T16:38:10.6318760Z 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-11-01T16:38:10.6324845Z 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-11-01T16:38:10.6330631Z 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-11-01T16:38:10.6336128Z 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-11-01T16:38:10.6342232Z 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-11-01T16:38:10.6348269Z 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-11-01T16:38:10.6353990Z 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-11-01T16:38:10.6359985Z 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-11-01T16:38:10.6365717Z 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-11-01T16:38:10.6371622Z 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-11-01T16:38:10.6377113Z 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-11-01T16:38:10.6382896Z 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-11-01T16:38:10.6388859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6394812Z 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-11-01T16:38:10.6400493Z 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-11-01T16:38:10.6406279Z 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-11-01T16:38:10.6411745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6417015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6422726Z 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-11-01T16:38:10.6428113Z 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-11-01T16:38:10.6433684Z 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-11-01T16:38:10.6440655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6445951Z 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-11-01T16:38:10.6451890Z 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-11-01T16:38:10.6457372Z 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-11-01T16:38:10.6463828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6469766Z 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-11-01T16:38:10.6475653Z 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-11-01T16:38:10.6481427Z 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-11-01T16:38:10.6488118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6494275Z 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-11-01T16:38:10.6500783Z 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-11-01T16:38:10.6506382Z 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-11-01T16:38:10.6512354Z 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-11-01T16:38:10.6518004Z 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-11-01T16:38:10.6523653Z 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-11-01T16:38:10.6529479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6553703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6559615Z 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-11-01T16:38:10.6565008Z 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-11-01T16:38:10.6570454Z 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-11-01T16:38:10.6576047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6582213Z 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-11-01T16:38:10.6587765Z 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-11-01T16:38:10.6593850Z 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-11-01T16:38:10.6600215Z 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-11-01T16:38:10.6605598Z 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-11-01T16:38:10.6611220Z 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-11-01T16:38:10.6616669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6622079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6627920Z 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-11-01T16:38:10.6633538Z 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-11-01T16:38:10.6642680Z 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-11-01T16:38:10.6646104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6662525Z 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-11-01T16:38:10.6670215Z 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-11-01T16:38:10.6681301Z 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-11-01T16:38:10.6696448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6714872Z 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-11-01T16:38:10.6722385Z 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-11-01T16:38:10.6729365Z 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-11-01T16:38:10.6736680Z 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-11-01T16:38:10.6742252Z 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-11-01T16:38:10.6748970Z 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-11-01T16:38:10.6754482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6760318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6767563Z 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-11-01T16:38:10.6773082Z 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-11-01T16:38:10.6778660Z 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-11-01T16:38:10.6784579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6790426Z 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-11-01T16:38:10.6797340Z 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-11-01T16:38:10.6802854Z 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-11-01T16:38:10.6808790Z 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-11-01T16:38:10.6814455Z 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-11-01T16:38:10.6820108Z 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-11-01T16:38:10.6825627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6836318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6842360Z 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-11-01T16:38:10.6847781Z 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-11-01T16:38:10.6854887Z 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-11-01T16:38:10.6863238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6870915Z 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-11-01T16:38:10.6877528Z 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-11-01T16:38:10.6884543Z 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-11-01T16:38:10.6892856Z 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-11-01T16:38:10.6899626Z 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-11-01T16:38:10.6906525Z 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-11-01T16:38:10.6913562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6921640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6928821Z 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-11-01T16:38:10.6935545Z 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-11-01T16:38:10.6942578Z 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-11-01T16:38:10.6963459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.6977163Z 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-11-01T16:38:10.6988713Z 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-11-01T16:38:10.6996065Z 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-11-01T16:38:10.7004648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7012318Z 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-11-01T16:38:10.7017852Z 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-11-01T16:38:10.7025202Z 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-11-01T16:38:10.7031010Z 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-11-01T16:38:10.7038686Z 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-11-01T16:38:10.7044471Z 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-11-01T16:38:10.7049890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7055498Z 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-11-01T16:38:10.7060901Z 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-11-01T16:38:10.7066603Z 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-11-01T16:38:10.7073451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7079425Z 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-11-01T16:38:10.7085490Z 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-11-01T16:38:10.7090396Z 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-11-01T16:38:10.7102076Z 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-11-01T16:38:10.7107415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7113290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7118111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7123686Z 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-11-01T16:38:10.7129615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7135033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7140914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7146401Z 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-11-01T16:38:10.7151811Z 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-11-01T16:38:10.7157671Z 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-11-01T16:38:10.7163067Z 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-11-01T16:38:10.7168421Z 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-11-01T16:38:10.7174248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7179892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7185474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7190720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7196494Z 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-11-01T16:38:10.7202312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7207560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7212997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7218339Z 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-11-01T16:38:10.7224057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7229796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7236187Z 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-11-01T16:38:10.7242181Z 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-11-01T16:38:10.7248263Z 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-11-01T16:38:10.7254353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7260398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7268434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7274163Z 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-11-01T16:38:10.7279268Z 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-11-01T16:38:10.7284889Z 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-11-01T16:38:10.7290509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7296455Z 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-11-01T16:38:10.7301908Z 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-11-01T16:38:10.7307902Z 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-11-01T16:38:10.7313513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7319404Z 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-11-01T16:38:10.7325106Z 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-11-01T16:38:10.7330898Z 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-11-01T16:38:10.7336740Z 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-11-01T16:38:10.7342549Z 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-11-01T16:38:10.7348839Z 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-11-01T16:38:10.7354630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7360210Z 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-11-01T16:38:10.7365980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7371647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7377397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7383608Z 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-11-01T16:38:10.7389354Z 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-11-01T16:38:10.7395201Z 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-11-01T16:38:10.7400750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7406431Z 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-11-01T16:38:10.7412113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7417769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7423237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7429032Z 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-11-01T16:38:10.7434522Z 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-11-01T16:38:10.7440410Z 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-11-01T16:38:10.7446059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7465450Z 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-11-01T16:38:10.7468700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7474333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7479709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7485664Z 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-11-01T16:38:10.7491350Z 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-11-01T16:38:10.7502676Z 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-11-01T16:38:10.7508228Z 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-11-01T16:38:10.7513760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7519525Z 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-11-01T16:38:10.7525058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7530474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7535741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7541183Z 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-11-01T16:38:10.7546888Z 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-11-01T16:38:10.7553181Z 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-11-01T16:38:10.7558730Z 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-11-01T16:38:10.7564458Z 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-11-01T16:38:10.7570310Z 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-11-01T16:38:10.7576055Z 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-11-01T16:38:10.7582153Z 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-11-01T16:38:10.7587724Z 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-11-01T16:38:10.7594059Z 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-11-01T16:38:10.7599512Z 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-11-01T16:38:10.7605404Z 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-11-01T16:38:10.7611342Z 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-11-01T16:38:10.7617172Z 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-11-01T16:38:10.7623388Z 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-11-01T16:38:10.7629063Z 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-11-01T16:38:10.7634709Z 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-11-01T16:38:10.7640534Z 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-11-01T16:38:10.7646585Z 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-11-01T16:38:10.7652357Z 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-11-01T16:38:10.7658192Z 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-11-01T16:38:10.7664014Z 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-11-01T16:38:10.7670073Z 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-11-01T16:38:10.7675794Z 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-11-01T16:38:10.7681840Z 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-11-01T16:38:10.7687430Z 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-11-01T16:38:10.7693279Z 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-11-01T16:38:10.7698795Z 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-11-01T16:38:10.7720800Z 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-11-01T16:38:10.7727278Z 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-11-01T16:38:10.7732711Z 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-11-01T16:38:10.7738677Z 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-11-01T16:38:10.7744307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7750001Z 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-11-01T16:38:10.7755629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7761376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7766885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7772752Z 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-11-01T16:38:10.7778268Z 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-11-01T16:38:10.7784102Z 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-11-01T16:38:10.7789726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7795479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7801187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7807215Z 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-11-01T16:38:10.7812867Z 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-11-01T16:38:10.7818771Z 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-11-01T16:38:10.7824534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7830158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7836100Z 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-11-01T16:38:10.7841669Z 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-11-01T16:38:10.7847428Z 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-11-01T16:38:10.7853119Z 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-11-01T16:38:10.7858788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7864929Z 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-11-01T16:38:10.7870647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7877129Z 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-11-01T16:38:10.7882561Z 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-11-01T16:38:10.7888163Z 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-11-01T16:38:10.7894302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7919201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7924776Z 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-11-01T16:38:10.7931082Z 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-11-01T16:38:10.7936742Z 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-11-01T16:38:10.7942867Z 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-11-01T16:38:10.7950137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7954071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.7969169Z 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-11-01T16:38:10.7969911Z 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-11-01T16:38:10.7973405Z 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-11-01T16:38:10.7979664Z 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-11-01T16:38:10.7985626Z 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-11-01T16:38:10.7992167Z 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-11-01T16:38:10.7997179Z 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-11-01T16:38:10.8003106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8008700Z 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-11-01T16:38:10.8014306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8020006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8025603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8031210Z 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-11-01T16:38:10.8036589Z 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-11-01T16:38:10.8042166Z 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-11-01T16:38:10.8047753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8053054Z 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-11-01T16:38:10.8058516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8064035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8069204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8074408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8079661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8085559Z 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-11-01T16:38:10.8091237Z 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-11-01T16:38:10.8096877Z 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-11-01T16:38:10.8102567Z 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-11-01T16:38:10.8108612Z 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-11-01T16:38:10.8114526Z 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-11-01T16:38:10.8119997Z 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-11-01T16:38:10.8131375Z 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-11-01T16:38:10.8136970Z 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-11-01T16:38:10.8143169Z 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-11-01T16:38:10.8148442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8154112Z 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-11-01T16:38:10.8160006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8165575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8171137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8177073Z 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-11-01T16:38:10.8183007Z 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-11-01T16:38:10.8189117Z 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-11-01T16:38:10.8194811Z 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-11-01T16:38:10.8200513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8206139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8211754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8217207Z 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-11-01T16:38:10.8223065Z 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-11-01T16:38:10.8229359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8240167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8245633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8251341Z 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-11-01T16:38:10.8256742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8262476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8268201Z 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-11-01T16:38:10.8274768Z 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-11-01T16:38:10.8280436Z 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-11-01T16:38:10.8286465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8291775Z 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-11-01T16:38:10.8297401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8303039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8308047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8313405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8319148Z 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-11-01T16:38:10.8325058Z 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-11-01T16:38:10.8331374Z 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-11-01T16:38:10.8336949Z 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-11-01T16:38:10.8347629Z 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-11-01T16:38:10.8353584Z 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-11-01T16:38:10.8359168Z 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-11-01T16:38:10.8364900Z 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-11-01T16:38:10.8370849Z 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-11-01T16:38:10.8376480Z 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-11-01T16:38:10.8388386Z 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-11-01T16:38:10.8393625Z 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-11-01T16:38:10.8399437Z 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-11-01T16:38:10.8404934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8410710Z 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-11-01T16:38:10.8416440Z 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-11-01T16:38:10.8422140Z 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-11-01T16:38:10.8427706Z 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-11-01T16:38:10.8433267Z 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-11-01T16:38:10.8438723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8443873Z 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-11-01T16:38:10.8449308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8454765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8460366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8466014Z 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-11-01T16:38:10.8471419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8477023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8482391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8488011Z 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-11-01T16:38:10.8493281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8499048Z 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-11-01T16:38:10.8504827Z 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-11-01T16:38:10.8510381Z 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-11-01T16:38:10.8515928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8521705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8527194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8533377Z 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-11-01T16:38:10.8570425Z 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-11-01T16:38:10.8572333Z 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-11-01T16:38:10.8574316Z 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-11-01T16:38:10.8576321Z 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-11-01T16:38:10.8578121Z 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-11-01T16:38:10.8579971Z 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-11-01T16:38:10.8581949Z 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-11-01T16:38:10.8585212Z 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-11-01T16:38:10.8590956Z 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-11-01T16:38:10.8596821Z 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-11-01T16:38:10.8611086Z 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-11-01T16:38:10.8630364Z 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-11-01T16:38:10.8632106Z 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-11-01T16:38:10.8633980Z 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-11-01T16:38:10.8635903Z 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-11-01T16:38:10.8637696Z 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-11-01T16:38:10.8639441Z 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-11-01T16:38:10.8643825Z 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-11-01T16:38:10.8649404Z 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-11-01T16:38:10.8655316Z 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-11-01T16:38:10.8661287Z 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-11-01T16:38:10.8672233Z 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-11-01T16:38:10.8677745Z 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-11-01T16:38:10.8683658Z 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-11-01T16:38:10.8689144Z 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-11-01T16:38:10.8694697Z 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-11-01T16:38:10.8700375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8706312Z 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-11-01T16:38:10.8711717Z 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-11-01T16:38:10.8717470Z 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-11-01T16:38:10.8722995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8728324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8733836Z 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-11-01T16:38:10.8739442Z 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-11-01T16:38:10.8745147Z 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-11-01T16:38:10.8750863Z 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-11-01T16:38:10.8756098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8761718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8766810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8772535Z 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-11-01T16:38:10.8777909Z 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-11-01T16:38:10.8783538Z 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-11-01T16:38:10.8789158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8794653Z 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-11-01T16:38:10.8799891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8810804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8816210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8822306Z 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-11-01T16:38:10.8827920Z 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-11-01T16:38:10.8833640Z 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-11-01T16:38:10.8839457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8850485Z 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-11-01T16:38:10.8856007Z 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-11-01T16:38:10.8861868Z 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-11-01T16:38:10.8867496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8873209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8879401Z 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-11-01T16:38:10.8885327Z 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-11-01T16:38:10.8891116Z 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-11-01T16:38:10.8897016Z 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-11-01T16:38:10.8902993Z 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-11-01T16:38:10.8908835Z 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-11-01T16:38:10.8914494Z 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-11-01T16:38:10.8921399Z 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-11-01T16:38:10.8926896Z 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-11-01T16:38:10.8932591Z 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-11-01T16:38:10.8938292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8945093Z 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-11-01T16:38:10.8951034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8957879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8964200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8970481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.8976839Z 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-11-01T16:38:10.8982746Z 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-11-01T16:38:10.8988557Z 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-11-01T16:38:10.8994250Z 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-11-01T16:38:10.9000327Z 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-11-01T16:38:10.9006054Z 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-11-01T16:38:10.9011910Z 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-11-01T16:38:10.9017976Z 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-11-01T16:38:10.9023644Z 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-11-01T16:38:10.9029541Z 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-11-01T16:38:10.9035202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9040901Z 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-11-01T16:38:10.9047210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9052717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9058476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9064491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9070283Z 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-11-01T16:38:10.9076065Z 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-11-01T16:38:10.9081622Z 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-11-01T16:38:10.9087217Z 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-11-01T16:38:10.9092761Z 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-11-01T16:38:10.9098805Z 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-11-01T16:38:10.9104551Z 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-11-01T16:38:10.9110151Z 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-11-01T16:38:10.9115993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9121587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9127115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9138182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9144023Z 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-11-01T16:38:10.9149601Z 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-11-01T16:38:10.9155101Z 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-11-01T16:38:10.9160750Z 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-11-01T16:38:10.9166475Z 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-11-01T16:38:10.9172111Z 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-11-01T16:38:10.9177685Z 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-11-01T16:38:10.9183501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9189050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9194578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9200549Z 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-11-01T16:38:10.9212714Z 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-11-01T16:38:10.9218282Z 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-11-01T16:38:10.9224185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9229911Z 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-11-01T16:38:10.9235649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9241216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9246994Z 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-11-01T16:38:10.9253309Z 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-11-01T16:38:10.9277170Z 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-11-01T16:38:10.9282778Z 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-11-01T16:38:10.9288466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9293890Z 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-11-01T16:38:10.9299690Z 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-11-01T16:38:10.9305652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9311252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9317039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9322742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9328722Z 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-11-01T16:38:10.9334523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9340223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9345990Z 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-11-01T16:38:10.9351951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9358482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9365313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9370879Z 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-11-01T16:38:10.9376235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9382511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9387636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9393226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9398809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9404495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9410329Z 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-11-01T16:38:10.9415798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9422035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9427597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9433358Z 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-11-01T16:38:10.9439369Z 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-11-01T16:38:10.9445287Z 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-11-01T16:38:10.9451277Z 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-11-01T16:38:10.9457257Z 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-11-01T16:38:10.9479182Z 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-11-01T16:38:10.9484824Z 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-11-01T16:38:10.9490693Z 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-11-01T16:38:10.9496525Z 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-11-01T16:38:10.9502229Z 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-11-01T16:38:10.9508189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9513830Z 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-11-01T16:38:10.9519110Z 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-11-01T16:38:10.9525111Z 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-11-01T16:38:10.9530622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9536233Z 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-11-01T16:38:10.9541754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9547275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9552921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9559125Z 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-11-01T16:38:10.9564384Z 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-11-01T16:38:10.9569895Z 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-11-01T16:38:10.9575330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9580436Z 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-11-01T16:38:10.9585949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9591136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9596544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9601755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9607399Z 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-11-01T16:38:10.9612894Z 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-11-01T16:38:10.9618547Z 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-11-01T16:38:10.9624111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9629719Z 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-11-01T16:38:10.9635361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9641161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9647135Z 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-11-01T16:38:10.9652434Z 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-11-01T16:38:10.9658057Z 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-11-01T16:38:10.9663693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9669391Z 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-11-01T16:38:10.9674915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9680948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9686642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9697719Z 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-11-01T16:38:10.9703179Z 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-11-01T16:38:10.9708632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9714249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9720006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9725474Z 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-11-01T16:38:10.9730993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9736803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9757064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9762574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9768562Z 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-11-01T16:38:10.9774217Z 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-11-01T16:38:10.9779931Z 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-11-01T16:38:10.9785791Z 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-11-01T16:38:10.9791703Z 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-11-01T16:38:10.9797480Z 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-11-01T16:38:10.9803210Z 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-11-01T16:38:10.9808911Z 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-11-01T16:38:10.9815140Z 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-11-01T16:38:10.9820892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9827214Z 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-11-01T16:38:10.9833007Z 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-11-01T16:38:10.9838680Z 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-11-01T16:38:10.9844867Z 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-11-01T16:38:10.9850237Z 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-11-01T16:38:10.9856050Z 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-11-01T16:38:10.9861858Z 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-11-01T16:38:10.9867608Z 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-11-01T16:38:10.9874309Z 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-11-01T16:38:10.9879541Z 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-11-01T16:38:10.9885147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9891069Z 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-11-01T16:38:10.9897104Z 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-11-01T16:38:10.9902845Z 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-11-01T16:38:10.9908616Z 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-11-01T16:38:10.9914510Z 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-11-01T16:38:10.9920454Z 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-11-01T16:38:10.9926259Z 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-11-01T16:38:10.9931946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9937740Z 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-11-01T16:38:10.9943666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9949524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9955207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9962736Z 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-11-01T16:38:10.9969185Z 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-11-01T16:38:10.9979029Z 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-11-01T16:38:10.9981799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:10.9988094Z 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-11-01T16:38:10.9994037Z 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-11-01T16:38:10.9999784Z 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-11-01T16:38:11.0005709Z 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-11-01T16:38:11.0011428Z 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-11-01T16:38:11.0017268Z 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-11-01T16:38:11.0022841Z 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-11-01T16:38:11.0028681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0034419Z 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-11-01T16:38:11.0040415Z 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-11-01T16:38:11.0046170Z 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-11-01T16:38:11.0051906Z 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-11-01T16:38:11.0057876Z 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-11-01T16:38:11.0069125Z 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-11-01T16:38:11.0074667Z 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-11-01T16:38:11.0080257Z 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-11-01T16:38:11.0085997Z 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-11-01T16:38:11.0091508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0096765Z 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-11-01T16:38:11.0102314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0108355Z 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-11-01T16:38:11.0114539Z 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-11-01T16:38:11.0120211Z 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-11-01T16:38:11.0126087Z 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-11-01T16:38:11.0131719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0137096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0143113Z 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-11-01T16:38:11.0149309Z 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-11-01T16:38:11.0155053Z 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-11-01T16:38:11.0160996Z 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-11-01T16:38:11.0166477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0172250Z 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-11-01T16:38:11.0177797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0183602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0189250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0195545Z 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-11-01T16:38:11.0200933Z 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-11-01T16:38:11.0206648Z 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-11-01T16:38:11.0212278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0218003Z 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-11-01T16:38:11.0223646Z 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-11-01T16:38:11.0229306Z 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-11-01T16:38:11.0234963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0240780Z 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-11-01T16:38:11.0246316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0251668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0257261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0263032Z 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-11-01T16:38:11.0268446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0273925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0279555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0285397Z 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-11-01T16:38:11.0290948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0296173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0301815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0306950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0312605Z 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-11-01T16:38:11.0318252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0323816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0330421Z 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-11-01T16:38:11.0335480Z 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-11-01T16:38:11.0341241Z 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-11-01T16:38:11.0346823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0352613Z 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-11-01T16:38:11.0358209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0363849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0369188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0375172Z 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-11-01T16:38:11.0380763Z 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-11-01T16:38:11.0386410Z 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-11-01T16:38:11.0392008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0397782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0403488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0409433Z 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-11-01T16:38:11.0415062Z 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-11-01T16:38:11.0421021Z 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-11-01T16:38:11.0427063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0432292Z 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-11-01T16:38:11.0438401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0443695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0449336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0455286Z 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-11-01T16:38:11.0461398Z 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-11-01T16:38:11.0469073Z 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-11-01T16:38:11.0473283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0478915Z 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-11-01T16:38:11.0484711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0490480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0496205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0501698Z 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-11-01T16:38:11.0507465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0512832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0518263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0523902Z 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-11-01T16:38:11.0529326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0534845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0540510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0546091Z 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-11-01T16:38:11.0551953Z 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-11-01T16:38:11.0557308Z 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-11-01T16:38:11.0562896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0568608Z 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-11-01T16:38:11.0573932Z 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-11-01T16:38:11.0579374Z 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-11-01T16:38:11.0585155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0590679Z 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-11-01T16:38:11.0595982Z 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-11-01T16:38:11.0601276Z 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-11-01T16:38:11.0606909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0612690Z 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-11-01T16:38:11.0618112Z 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-11-01T16:38:11.0623645Z 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-11-01T16:38:11.0629458Z 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-11-01T16:38:11.0635476Z 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-11-01T16:38:11.0640802Z 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-11-01T16:38:11.0655818Z 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-11-01T16:38:11.0661299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0667217Z 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-11-01T16:38:11.0672807Z 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-11-01T16:38:11.0678163Z 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-11-01T16:38:11.0683639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0689251Z 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-11-01T16:38:11.0694763Z 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-11-01T16:38:11.0700387Z 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-11-01T16:38:11.0705777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0711199Z 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-11-01T16:38:11.0716643Z 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-11-01T16:38:11.0721937Z 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-11-01T16:38:11.0727363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0733131Z 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-11-01T16:38:11.0738558Z 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-11-01T16:38:11.0743988Z 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-11-01T16:38:11.0749560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0755082Z 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-11-01T16:38:11.0760676Z 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-11-01T16:38:11.0766624Z 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-11-01T16:38:11.0772211Z 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-11-01T16:38:11.0778408Z 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-11-01T16:38:11.0783882Z 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-11-01T16:38:11.0789553Z 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-11-01T16:38:11.0795314Z 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-11-01T16:38:11.0800958Z 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-11-01T16:38:11.0806711Z 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-11-01T16:38:11.0812346Z 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-11-01T16:38:11.0817647Z 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-11-01T16:38:11.0823385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0829287Z 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-11-01T16:38:11.0834978Z 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-11-01T16:38:11.0840465Z 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-11-01T16:38:11.0846507Z 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-11-01T16:38:11.0852594Z 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-11-01T16:38:11.0858228Z 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-11-01T16:38:11.0863746Z 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-11-01T16:38:11.0869611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0875154Z 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-11-01T16:38:11.0880713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0886299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0891691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0897687Z 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-11-01T16:38:11.0903707Z 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-11-01T16:38:11.0909408Z 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-11-01T16:38:11.0915024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0920743Z 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-11-01T16:38:11.0926444Z 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-11-01T16:38:11.0931980Z 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-11-01T16:38:11.0937493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0943233Z 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-11-01T16:38:11.0948697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0954227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0959762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.0965537Z 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-11-01T16:38:11.0991436Z 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-11-01T16:38:11.0996925Z 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-11-01T16:38:11.1002646Z 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-11-01T16:38:11.1008362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1019375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1025153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1030507Z 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-11-01T16:38:11.1036095Z 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-11-01T16:38:11.1041561Z 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-11-01T16:38:11.1047240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1059389Z 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-11-01T16:38:11.1064673Z 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-11-01T16:38:11.1070166Z 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-11-01T16:38:11.1075791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1081881Z 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-11-01T16:38:11.1087373Z 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-11-01T16:38:11.1098228Z 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-11-01T16:38:11.1103685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1109999Z 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-11-01T16:38:11.1115573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1121009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1126275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1137352Z 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-11-01T16:38:11.1142914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1148437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1153879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1159126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1164639Z 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-11-01T16:38:11.1170718Z 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-11-01T16:38:11.1176539Z 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-11-01T16:38:11.1182372Z 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-11-01T16:38:11.1187924Z 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-11-01T16:38:11.1193687Z 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-11-01T16:38:11.1199327Z 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-11-01T16:38:11.1204989Z 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-11-01T16:38:11.1211032Z 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-11-01T16:38:11.1216804Z 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-11-01T16:38:11.1222787Z 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-11-01T16:38:11.1228258Z 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-11-01T16:38:11.1233956Z 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-11-01T16:38:11.1239529Z 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-11-01T16:38:11.1245128Z 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-11-01T16:38:11.1250698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1256397Z 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-11-01T16:38:11.1262083Z 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-11-01T16:38:11.1267560Z 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-11-01T16:38:11.1273313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1279098Z 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-11-01T16:38:11.1284814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1290472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1296635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1302407Z 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-11-01T16:38:11.1308118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1314467Z 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-11-01T16:38:11.1319945Z 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-11-01T16:38:11.1325565Z 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-11-01T16:38:11.1331234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1337220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1347928Z 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-11-01T16:38:11.1353883Z 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-11-01T16:38:11.1359544Z 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-11-01T16:38:11.1365148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1370292Z 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-11-01T16:38:11.1375804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1381533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1386860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1392824Z 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-11-01T16:38:11.1398515Z 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-11-01T16:38:11.1404242Z 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-11-01T16:38:11.1409892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1415518Z 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-11-01T16:38:11.1421324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1427073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1432588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1438272Z 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-11-01T16:38:11.1443935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1449958Z 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-11-01T16:38:11.1455463Z 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-11-01T16:38:11.1462122Z 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-11-01T16:38:11.1480979Z 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-11-01T16:38:11.1482768Z 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-11-01T16:38:11.1484373Z 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-11-01T16:38:11.1487303Z 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-11-01T16:38:11.1492991Z 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-11-01T16:38:11.1498820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1504578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1509977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1516133Z 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-11-01T16:38:11.1521852Z 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-11-01T16:38:11.1527962Z 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-11-01T16:38:11.1533671Z 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-11-01T16:38:11.1539418Z 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-11-01T16:38:11.1545132Z 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-11-01T16:38:11.1550811Z 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-11-01T16:38:11.1556655Z 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-11-01T16:38:11.1562593Z 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-11-01T16:38:11.1568271Z 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-11-01T16:38:11.1573889Z 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-11-01T16:38:11.1579525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1585579Z 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-11-01T16:38:11.1591165Z 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-11-01T16:38:11.1596963Z 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-11-01T16:38:11.1602545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1608607Z 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-11-01T16:38:11.1614194Z 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-11-01T16:38:11.1620119Z 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-11-01T16:38:11.1625973Z 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-11-01T16:38:11.1631893Z 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-11-01T16:38:11.1637944Z 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-11-01T16:38:11.1643948Z 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-11-01T16:38:11.1654827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1658848Z 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-11-01T16:38:11.1670732Z 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-11-01T16:38:11.1676248Z 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-11-01T16:38:11.1682177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1688287Z 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-11-01T16:38:11.1694165Z 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-11-01T16:38:11.1699606Z 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-11-01T16:38:11.1705492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1711133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1717896Z 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-11-01T16:38:11.1723594Z 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-11-01T16:38:11.1729671Z 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-11-01T16:38:11.1735454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1741468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1747637Z 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-11-01T16:38:11.1753344Z 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-11-01T16:38:11.1759229Z 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-11-01T16:38:11.1766327Z 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-11-01T16:38:11.1772308Z 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-11-01T16:38:11.1777978Z 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-11-01T16:38:11.1783810Z 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-11-01T16:38:11.1789477Z 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-11-01T16:38:11.1795315Z 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-11-01T16:38:11.1801063Z 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-11-01T16:38:11.1807196Z 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-11-01T16:38:11.1813110Z 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-11-01T16:38:11.1819025Z 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-11-01T16:38:11.1825149Z 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-11-01T16:38:11.1831248Z 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-11-01T16:38:11.1837167Z 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-11-01T16:38:11.1843046Z 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-11-01T16:38:11.1848807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.1855096Z 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-11-01T16:38:11.1860724Z 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-11-01T16:38:11.1867001Z 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-11-01T16:38:11.1872599Z 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-11-01T16:38:11.1878329Z 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-11-01T16:38:11.1884035Z 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-11-01T16:38:11.1890595Z 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-11-01T16:38:11.1896231Z 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-11-01T16:38:11.1902103Z 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-11-01T16:38:11.1907762Z 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-11-01T16:38:11.1913400Z 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-11-01T16:38:11.1919065Z 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-11-01T16:38:11.1925320Z 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-11-01T16:38:11.1930995Z 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-11-01T16:38:11.1937340Z 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-11-01T16:38:11.1943402Z 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-11-01T16:38:11.1949273Z 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-11-01T16:38:11.1955154Z 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-11-01T16:38:11.1960886Z 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-11-01T16:38:11.1966842Z 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-11-01T16:38:11.1972480Z 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-11-01T16:38:11.1978319Z 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-11-01T16:38:11.1984140Z 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-11-01T16:38:11.1989786Z 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-11-01T16:38:11.1995871Z 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-11-01T16:38:11.2008142Z 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-11-01T16:38:11.2014025Z 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-11-01T16:38:11.2019738Z 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-11-01T16:38:11.2025483Z 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-11-01T16:38:11.2037001Z 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-11-01T16:38:11.2042767Z 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-11-01T16:38:11.2048188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2054288Z 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-11-01T16:38:11.2060414Z 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-11-01T16:38:11.2065731Z 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-11-01T16:38:11.2071366Z 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-11-01T16:38:11.2077033Z 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-11-01T16:38:11.2082586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2088662Z 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-11-01T16:38:11.2094385Z 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-11-01T16:38:11.2100094Z 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-11-01T16:38:11.2105792Z 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-11-01T16:38:11.2111747Z 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-11-01T16:38:11.2117343Z 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-11-01T16:38:11.2123477Z 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-11-01T16:38:11.2129234Z 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-11-01T16:38:11.2135355Z 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-11-01T16:38:11.2146836Z 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-11-01T16:38:11.2152473Z 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-11-01T16:38:11.2158146Z 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-11-01T16:38:11.2163826Z 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-11-01T16:38:11.2169739Z 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-11-01T16:38:11.2175336Z 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-11-01T16:38:11.2181157Z 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-11-01T16:38:11.2186834Z 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-11-01T16:38:11.2192492Z 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-11-01T16:38:11.2198104Z 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-11-01T16:38:11.2203871Z 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-11-01T16:38:11.2209860Z 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-11-01T16:38:11.2215635Z 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-11-01T16:38:11.2221306Z 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-11-01T16:38:11.2226999Z 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-11-01T16:38:11.2232633Z 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-11-01T16:38:11.2238470Z 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-11-01T16:38:11.2244132Z 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-11-01T16:38:11.2250216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2256152Z 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-11-01T16:38:11.2261869Z 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-11-01T16:38:11.2267410Z 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-11-01T16:38:11.2273075Z 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-11-01T16:38:11.2279007Z 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-11-01T16:38:11.2284959Z 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-11-01T16:38:11.2290798Z 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-11-01T16:38:11.2296456Z 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-11-01T16:38:11.2302087Z 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-11-01T16:38:11.2307808Z 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-11-01T16:38:11.2313721Z 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-11-01T16:38:11.2319439Z 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-11-01T16:38:11.2325320Z 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-11-01T16:38:11.2331028Z 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-11-01T16:38:11.2337065Z 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-11-01T16:38:11.2342813Z 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-11-01T16:38:11.2348535Z 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-11-01T16:38:11.2354119Z 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-11-01T16:38:11.2360167Z 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-11-01T16:38:11.2366123Z 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-11-01T16:38:11.2371768Z 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-11-01T16:38:11.2377589Z 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-11-01T16:38:11.2383582Z 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-11-01T16:38:11.2391195Z 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-11-01T16:38:11.2398003Z 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-11-01T16:38:11.2404667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2411514Z 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-11-01T16:38:11.2418169Z 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-11-01T16:38:11.2424737Z 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-11-01T16:38:11.2431676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2439438Z 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-11-01T16:38:11.2445612Z 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-11-01T16:38:11.2451685Z 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-11-01T16:38:11.2457495Z 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-11-01T16:38:11.2463449Z 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-11-01T16:38:11.2476842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2483248Z 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-11-01T16:38:11.2490535Z 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-11-01T16:38:11.2496157Z 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-11-01T16:38:11.2503883Z 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-11-01T16:38:11.2507846Z 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-11-01T16:38:11.2513599Z 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-11-01T16:38:11.2519353Z 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-11-01T16:38:11.2525723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.2531510Z 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-11-01T16:38:11.2537535Z 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-11-01T16:38:11.2543529Z 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-11-01T16:38:11.3968727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.3974852Z 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-11-01T16:38:11.3981019Z 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-11-01T16:38:11.3987565Z 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-11-01T16:38:11.4003503Z 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-11-01T16:38:11.4005101Z 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-11-01T16:38:11.4006705Z 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-11-01T16:38:11.4012522Z 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-11-01T16:38:11.4018437Z 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-11-01T16:38:11.4024590Z 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-11-01T16:38:11.4030708Z 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-11-01T16:38:11.4036360Z 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-11-01T16:38:11.4047372Z 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-11-01T16:38:11.4053473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4058866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4065005Z 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-11-01T16:38:11.4070609Z 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-11-01T16:38:11.4076102Z 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-11-01T16:38:11.4087825Z 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-11-01T16:38:11.4093462Z 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-11-01T16:38:11.4099071Z 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-11-01T16:38:11.4104810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4117265Z 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-11-01T16:38:11.4124083Z 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-11-01T16:38:11.4129299Z 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-11-01T16:38:11.4135004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4141547Z 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-11-01T16:38:11.4147223Z 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-11-01T16:38:11.4152955Z 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-11-01T16:38:11.4158514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4164532Z 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-11-01T16:38:11.4170284Z 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-11-01T16:38:11.4175846Z 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-11-01T16:38:11.4181506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4187472Z 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-11-01T16:38:11.4193111Z 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-11-01T16:38:11.4198796Z 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-11-01T16:38:11.4204644Z 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-11-01T16:38:11.4210865Z 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-11-01T16:38:11.4216506Z 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-11-01T16:38:11.4222365Z 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-11-01T16:38:11.4228022Z 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-11-01T16:38:11.4239242Z 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-11-01T16:38:11.4245365Z 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-11-01T16:38:11.4250855Z 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-11-01T16:38:11.4256658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4279083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4285073Z 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-11-01T16:38:11.4290784Z 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-11-01T16:38:11.4296368Z 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-11-01T16:38:11.4302337Z 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-11-01T16:38:11.4308143Z 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-11-01T16:38:11.4313946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4319532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4325382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4336875Z 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-11-01T16:38:11.4342743Z 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-11-01T16:38:11.4378783Z 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-11-01T16:38:11.4380552Z 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-11-01T16:38:11.4382146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4383784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4385258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4396362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4398101Z 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-11-01T16:38:11.4402190Z 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-11-01T16:38:11.4408107Z 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-11-01T16:38:11.4413942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4420083Z 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-11-01T16:38:11.4425066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4430754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4436445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4442075Z 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-11-01T16:38:11.4447546Z 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-11-01T16:38:11.4453791Z 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-11-01T16:38:11.4459355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4465056Z 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-11-01T16:38:11.4470717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4476255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4481954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4487707Z 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-11-01T16:38:11.4493318Z 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-11-01T16:38:11.4498861Z 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-11-01T16:38:11.4504553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4510051Z 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-11-01T16:38:11.4515650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4521137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4526719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4532193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4538378Z 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-11-01T16:38:11.4543833Z 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-11-01T16:38:11.4549522Z 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-11-01T16:38:11.4555271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4561070Z 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-11-01T16:38:11.4566792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4572487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4579034Z 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-11-01T16:38:11.4584731Z 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-11-01T16:38:11.4590469Z 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-11-01T16:38:11.4596967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4634647Z 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-11-01T16:38:11.4636286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4637839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4639472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4641201Z 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-11-01T16:38:11.4643130Z 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-11-01T16:38:11.4644984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4648394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4654112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4659754Z 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-11-01T16:38:11.4665340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4670861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4676543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4683220Z 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-11-01T16:38:11.4688502Z 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-11-01T16:38:11.4694122Z 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-11-01T16:38:11.4699806Z 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-11-01T16:38:11.4705498Z 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-11-01T16:38:11.4711215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4717421Z 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-11-01T16:38:11.4723127Z 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-11-01T16:38:11.4728936Z 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-11-01T16:38:11.4734629Z 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-11-01T16:38:11.4740500Z 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-11-01T16:38:11.4746394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4752380Z 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-11-01T16:38:11.4757972Z 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-11-01T16:38:11.4763925Z 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-11-01T16:38:11.4769771Z 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-11-01T16:38:11.4775345Z 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-11-01T16:38:11.4781059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4786986Z 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-11-01T16:38:11.4792488Z 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-11-01T16:38:11.4798205Z 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-11-01T16:38:11.4803950Z 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-11-01T16:38:11.4809733Z 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-11-01T16:38:11.4816150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4821683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4827654Z 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-11-01T16:38:11.4833390Z 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-11-01T16:38:11.4839028Z 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-11-01T16:38:11.4844678Z 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-11-01T16:38:11.4850650Z 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-11-01T16:38:11.4856739Z 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-11-01T16:38:11.4862536Z 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-11-01T16:38:11.4868560Z 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-11-01T16:38:11.4874438Z 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-11-01T16:38:11.4880302Z 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-11-01T16:38:11.4886103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4892117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4897852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4903801Z 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-11-01T16:38:11.4909529Z 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-11-01T16:38:11.4915379Z 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-11-01T16:38:11.4921091Z 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-11-01T16:38:11.4926781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4932480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4938599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4945008Z 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-11-01T16:38:11.4950768Z 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-11-01T16:38:11.4956692Z 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-11-01T16:38:11.4962808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4968494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4975319Z 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-11-01T16:38:11.4980846Z 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-11-01T16:38:11.4986821Z 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-11-01T16:38:11.4993086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.4998856Z 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-11-01T16:38:11.5005038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5010748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5016724Z 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-11-01T16:38:11.5022781Z 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-11-01T16:38:11.5028549Z 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-11-01T16:38:11.5034221Z 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-11-01T16:38:11.5039713Z 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-11-01T16:38:11.5045488Z 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-11-01T16:38:11.5051995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5058452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5063728Z 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-11-01T16:38:11.5069592Z 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-11-01T16:38:11.5075267Z 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-11-01T16:38:11.5081288Z 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-11-01T16:38:11.5086786Z 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-11-01T16:38:11.5092845Z 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-11-01T16:38:11.5098395Z 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-11-01T16:38:11.5104650Z 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-11-01T16:38:11.5110289Z 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-11-01T16:38:11.5115989Z 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-11-01T16:38:11.5121647Z 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-11-01T16:38:11.5127445Z 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-11-01T16:38:11.5132786Z 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-11-01T16:38:11.5138386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5144967Z 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-11-01T16:38:11.5150662Z 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-11-01T16:38:11.5156625Z 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-11-01T16:38:11.5162317Z 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-11-01T16:38:11.5168217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5173861Z 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-11-01T16:38:11.5179360Z 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-11-01T16:38:11.5185219Z 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-11-01T16:38:11.5190791Z 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-11-01T16:38:11.5196404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5201958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5207659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5213448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5219372Z 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-11-01T16:38:11.5224759Z 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-11-01T16:38:11.5230562Z 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-11-01T16:38:11.5246660Z 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-11-01T16:38:11.5248400Z 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-11-01T16:38:11.5250176Z 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-11-01T16:38:11.5253460Z 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-11-01T16:38:11.5258989Z 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-11-01T16:38:11.5264850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5270284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5275483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5281143Z 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-11-01T16:38:11.5286555Z 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-11-01T16:38:11.5292061Z 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-11-01T16:38:11.5297530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5302959Z 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-11-01T16:38:11.5308397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5314131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5319494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5325148Z 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-11-01T16:38:11.5330500Z 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-11-01T16:38:11.5335941Z 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-11-01T16:38:11.5341481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5347613Z 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-11-01T16:38:11.5353739Z 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-11-01T16:38:11.5358834Z 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-11-01T16:38:11.5364355Z 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-11-01T16:38:11.5370055Z 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-11-01T16:38:11.5375722Z 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-11-01T16:38:11.5381801Z 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-11-01T16:38:11.5393044Z 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-11-01T16:38:11.5399021Z 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-11-01T16:38:11.5404836Z 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-11-01T16:38:11.5410461Z 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-11-01T16:38:11.5415992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5421934Z 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-11-01T16:38:11.5427629Z 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-11-01T16:38:11.5433245Z 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-11-01T16:38:11.5439070Z 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-11-01T16:38:11.5444636Z 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-11-01T16:38:11.5450466Z 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-11-01T16:38:11.5456292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5463084Z 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-11-01T16:38:11.5469587Z 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-11-01T16:38:11.5475465Z 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-11-01T16:38:11.5481209Z 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-11-01T16:38:11.5487307Z 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-11-01T16:38:11.5493114Z 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-11-01T16:38:11.5509114Z 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-11-01T16:38:11.5510812Z 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-11-01T16:38:11.5512475Z 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-11-01T16:38:11.5539844Z 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-11-01T16:38:11.5544214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5550150Z 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-11-01T16:38:11.5566244Z 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-11-01T16:38:11.5570032Z 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-11-01T16:38:11.5571804Z 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-11-01T16:38:11.5576109Z 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-11-01T16:38:11.5582285Z 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-11-01T16:38:11.5588176Z 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-11-01T16:38:11.5594011Z 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-11-01T16:38:11.5600875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5605453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5611109Z 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-11-01T16:38:11.5616993Z 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-11-01T16:38:11.5622970Z 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-11-01T16:38:11.5629860Z 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-11-01T16:38:11.5635359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5641050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5646954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5652586Z 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-11-01T16:38:11.5658803Z 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-11-01T16:38:11.5664421Z 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-11-01T16:38:11.5669790Z 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-11-01T16:38:11.5675705Z 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-11-01T16:38:11.5681222Z 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-11-01T16:38:11.5686574Z 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-11-01T16:38:11.5692275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5698019Z 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-11-01T16:38:11.5703736Z 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-11-01T16:38:11.5709359Z 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-11-01T16:38:11.5715126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5721281Z 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-11-01T16:38:11.5727187Z 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-11-01T16:38:11.5732884Z 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-11-01T16:38:11.5738549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5765355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5771274Z 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-11-01T16:38:11.5776893Z 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-11-01T16:38:11.5782878Z 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-11-01T16:38:11.5788614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5794549Z 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-11-01T16:38:11.5800337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5806881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5813085Z 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-11-01T16:38:11.5818827Z 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-11-01T16:38:11.5824898Z 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-11-01T16:38:11.5830520Z 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-11-01T16:38:11.5836009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5841550Z 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-11-01T16:38:11.5847205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5852818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5858303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5864862Z 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-11-01T16:38:11.5870320Z 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-11-01T16:38:11.5876173Z 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-11-01T16:38:11.5882051Z 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-11-01T16:38:11.5888292Z 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-11-01T16:38:11.5894227Z 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-11-01T16:38:11.5908649Z 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-11-01T16:38:11.5910236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.5914412Z 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-11-01T16:38:11.5920514Z 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-11-01T16:38:11.5926251Z 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-11-01T16:38:11.5932252Z 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-11-01T16:38:11.5938112Z 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-11-01T16:38:11.5944036Z 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-11-01T16:38:11.5949686Z 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-11-01T16:38:11.5955412Z 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-11-01T16:38:11.5961649Z 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-11-01T16:38:11.5967938Z 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-11-01T16:38:11.5973758Z 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-11-01T16:38:11.5979645Z 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-11-01T16:38:11.5985455Z 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-11-01T16:38:11.5991394Z 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-11-01T16:38:11.5997449Z 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-11-01T16:38:11.6003091Z 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-11-01T16:38:11.6009296Z 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-11-01T16:38:11.6014924Z 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-11-01T16:38:11.6020851Z 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-11-01T16:38:11.6026554Z 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-11-01T16:38:11.6032758Z 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-11-01T16:38:11.6038459Z 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-11-01T16:38:11.6044125Z 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-11-01T16:38:11.6050117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6055856Z 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-11-01T16:38:11.6061495Z 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-11-01T16:38:11.6067381Z 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-11-01T16:38:11.6073078Z 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-11-01T16:38:11.6079384Z 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-11-01T16:38:11.6085169Z 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-11-01T16:38:11.6090970Z 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-11-01T16:38:11.6096725Z 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-11-01T16:38:11.6102939Z 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-11-01T16:38:11.6108759Z 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-11-01T16:38:11.6114689Z 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-11-01T16:38:11.6120315Z 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-11-01T16:38:11.6126085Z 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-11-01T16:38:11.6131632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6137288Z 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-11-01T16:38:11.6145081Z 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-11-01T16:38:11.6152202Z 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-11-01T16:38:11.6158030Z 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-11-01T16:38:11.6163851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6169780Z 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-11-01T16:38:11.6175653Z 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-11-01T16:38:11.6181540Z 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-11-01T16:38:11.6188134Z 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-11-01T16:38:11.6193635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6199496Z 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-11-01T16:38:11.6205080Z 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-11-01T16:38:11.6216838Z 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-11-01T16:38:11.6222547Z 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-11-01T16:38:11.6228187Z 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-11-01T16:38:11.6234067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6239646Z 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-11-01T16:38:11.6245079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6251623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6256194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6261854Z 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-11-01T16:38:11.6267490Z 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-11-01T16:38:11.6273299Z 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-11-01T16:38:11.6284675Z 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-11-01T16:38:11.6290088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6295715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6301482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6307460Z 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-11-01T16:38:11.6313142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6318665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6324365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6330017Z 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-11-01T16:38:11.6335374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6340955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6346437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6351701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6360573Z 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-11-01T16:38:11.6364106Z 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-11-01T16:38:11.6370055Z 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-11-01T16:38:11.6376090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6412084Z 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-11-01T16:38:11.6413670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6415199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6417028Z 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-11-01T16:38:11.6418932Z 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-11-01T16:38:11.6420671Z 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-11-01T16:38:11.6422741Z 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-11-01T16:38:11.6427336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6432937Z 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-11-01T16:38:11.6438653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6444094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6449738Z 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-11-01T16:38:11.6455352Z 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-11-01T16:38:11.6461811Z 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-11-01T16:38:11.6467439Z 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-11-01T16:38:11.6473196Z 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-11-01T16:38:11.6478854Z 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-11-01T16:38:11.6485042Z 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-11-01T16:38:11.6490866Z 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-11-01T16:38:11.6496699Z 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-11-01T16:38:11.6502590Z 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-11-01T16:38:11.6508229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6514438Z 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-11-01T16:38:11.6519847Z 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-11-01T16:38:11.6525494Z 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-11-01T16:38:11.6532071Z 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-11-01T16:38:11.6537820Z 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-11-01T16:38:11.6543766Z 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-11-01T16:38:11.6549564Z 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-11-01T16:38:11.6555286Z 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-11-01T16:38:11.6561065Z 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-11-01T16:38:11.6567084Z 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-11-01T16:38:11.6572919Z 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-11-01T16:38:11.6579008Z 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-11-01T16:38:11.6585211Z 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-11-01T16:38:11.6591152Z 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-11-01T16:38:11.6597030Z 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-11-01T16:38:11.6603161Z 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-11-01T16:38:11.6609001Z 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-11-01T16:38:11.6614760Z 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-11-01T16:38:11.6621328Z 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-11-01T16:38:11.6626879Z 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-11-01T16:38:11.6632689Z 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-11-01T16:38:11.6639119Z 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-11-01T16:38:11.6644669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6652182Z 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-11-01T16:38:11.6657689Z 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-11-01T16:38:11.6685770Z 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-11-01T16:38:11.6687495Z 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-11-01T16:38:11.6689153Z 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-11-01T16:38:11.6691128Z 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-11-01T16:38:11.6693225Z 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-11-01T16:38:11.6702416Z 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-11-01T16:38:11.6704044Z 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-11-01T16:38:11.6709022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6714515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6720777Z 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-11-01T16:38:11.6726847Z 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-11-01T16:38:11.6732460Z 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-11-01T16:38:11.6738084Z 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-11-01T16:38:11.6744289Z 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-11-01T16:38:11.6750535Z 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-11-01T16:38:11.6756111Z 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-11-01T16:38:11.6762236Z 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-11-01T16:38:11.6767601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6772875Z 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-11-01T16:38:11.6778668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6796510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6801903Z 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-11-01T16:38:11.6807514Z 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-11-01T16:38:11.6813519Z 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-11-01T16:38:11.6819748Z 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-11-01T16:38:11.6825497Z 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-11-01T16:38:11.6831220Z 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-11-01T16:38:11.6837083Z 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-11-01T16:38:11.6842981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6849181Z 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-11-01T16:38:11.6854710Z 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-11-01T16:38:11.6860436Z 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-11-01T16:38:11.6866007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.6871763Z 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-11-01T16:38:11.6877831Z 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-11-01T16:38:11.6883699Z 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-11-01T16:38:11.6889913Z 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-11-01T16:38:11.6895902Z 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-11-01T16:38:11.6901620Z 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-11-01T16:38:11.6907189Z 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-11-01T16:38:11.6912792Z 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-11-01T16:38:11.6918835Z 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-11-01T16:38:11.6924869Z 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-11-01T16:38:11.6930570Z 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-11-01T16:38:11.6936341Z 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-11-01T16:38:11.6942554Z 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-11-01T16:38:11.6948356Z 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-11-01T16:38:11.6954556Z 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-11-01T16:38:11.6960489Z 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-11-01T16:38:11.6966402Z 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-11-01T16:38:11.6972928Z 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-11-01T16:38:11.6978662Z 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-11-01T16:38:11.6984730Z 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-11-01T16:38:11.6990677Z 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-11-01T16:38:11.6996724Z 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-11-01T16:38:11.7002406Z 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-11-01T16:38:11.7008126Z 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-11-01T16:38:11.7013943Z 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-11-01T16:38:11.7020275Z 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-11-01T16:38:11.7026377Z 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-11-01T16:38:11.7032088Z 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-11-01T16:38:11.7038084Z 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-11-01T16:38:11.7046695Z 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-11-01T16:38:11.7050030Z 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-11-01T16:38:11.7056644Z 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-11-01T16:38:11.7064025Z 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-11-01T16:38:11.7070623Z 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-11-01T16:38:11.7076593Z 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-11-01T16:38:11.7084314Z 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-11-01T16:38:11.7100100Z 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-11-01T16:38:11.7100911Z 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-11-01T16:38:11.7118496Z 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-11-01T16:38:11.7124126Z 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-11-01T16:38:11.7130517Z 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-11-01T16:38:11.7136730Z 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-11-01T16:38:11.7142582Z 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-11-01T16:38:11.7148326Z 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-11-01T16:38:11.7153970Z 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-11-01T16:38:11.7159813Z 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-11-01T16:38:11.7165422Z 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-11-01T16:38:11.7171226Z 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-11-01T16:38:11.7176914Z 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-11-01T16:38:11.7182816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7188780Z 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-11-01T16:38:11.7194416Z 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-11-01T16:38:11.7200686Z 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-11-01T16:38:11.7206217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7211376Z 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-11-01T16:38:11.7217010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7222700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7227850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7233635Z 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-11-01T16:38:11.7239336Z 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-11-01T16:38:11.7244751Z 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-11-01T16:38:11.7250629Z 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-11-01T16:38:11.7256170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7261776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7267058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7272678Z 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-11-01T16:38:11.7278449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7283952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7289464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7295013Z 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-11-01T16:38:11.7300483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7305945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7311832Z 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-11-01T16:38:11.7317907Z 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-11-01T16:38:11.7323499Z 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-11-01T16:38:11.7329273Z 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-11-01T16:38:11.7334989Z 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-11-01T16:38:11.7341194Z 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-11-01T16:38:11.7347200Z 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-11-01T16:38:11.7353697Z 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-11-01T16:38:11.7359409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7365540Z 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-11-01T16:38:11.7371409Z 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-11-01T16:38:11.7378338Z 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-11-01T16:38:11.7384848Z 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-11-01T16:38:11.7391891Z 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-11-01T16:38:11.7398589Z 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-11-01T16:38:11.7404865Z 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-11-01T16:38:11.7411077Z 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-11-01T16:38:11.7417275Z 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-11-01T16:38:11.7423778Z 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-11-01T16:38:11.7429521Z 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-11-01T16:38:11.7435416Z 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-11-01T16:38:11.7440946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7446739Z 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-11-01T16:38:11.7452020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7457316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7463089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7468442Z 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-11-01T16:38:11.7473749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7479372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7484616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7490222Z 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-11-01T16:38:11.7495921Z 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-11-01T16:38:11.7501717Z 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-11-01T16:38:11.7507365Z 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-11-01T16:38:11.7513007Z 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-11-01T16:38:11.7518869Z 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-11-01T16:38:11.7525442Z 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-11-01T16:38:11.7531025Z 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-11-01T16:38:11.7537031Z 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-11-01T16:38:11.7543222Z 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-11-01T16:38:11.7549020Z 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-11-01T16:38:11.7554673Z 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-11-01T16:38:11.7560390Z 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-11-01T16:38:11.7566040Z 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-11-01T16:38:11.7571648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7577418Z 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-11-01T16:38:11.7583142Z 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-11-01T16:38:11.7588936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7594791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7600390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7606186Z 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-11-01T16:38:11.7612061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7617149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7622668Z 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-11-01T16:38:11.7628361Z 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-11-01T16:38:11.7634685Z 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-11-01T16:38:11.7640396Z 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-11-01T16:38:11.7646279Z 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-11-01T16:38:11.7672671Z 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-11-01T16:38:11.7678417Z 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-11-01T16:38:11.7684110Z 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-11-01T16:38:11.7689967Z 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-11-01T16:38:11.7695580Z 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-11-01T16:38:11.7701614Z 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-11-01T16:38:11.7707224Z 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-11-01T16:38:11.7712637Z 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-11-01T16:38:11.7718176Z 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-11-01T16:38:11.7723780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7728959Z 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-11-01T16:38:11.7734354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7739761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7744860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7750128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7755686Z 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-11-01T16:38:11.7761192Z 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-11-01T16:38:11.7766892Z 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-11-01T16:38:11.7772391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7778109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7784171Z 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-11-01T16:38:11.7789500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7810949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7816250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7822036Z 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-11-01T16:38:11.7827557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7833118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7838592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7844450Z 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-11-01T16:38:11.7850163Z 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-11-01T16:38:11.7855671Z 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-11-01T16:38:11.7861425Z 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-11-01T16:38:11.7870862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7876566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7882489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7888377Z 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-11-01T16:38:11.7894218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7899483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7904999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7910284Z 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-11-01T16:38:11.7916918Z 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-11-01T16:38:11.7921831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7927277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7932659Z 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-11-01T16:38:11.7938563Z 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-11-01T16:38:11.7944140Z 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-11-01T16:38:11.7949698Z 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-11-01T16:38:11.7955430Z 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-11-01T16:38:11.7960925Z 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-11-01T16:38:11.7966432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7971967Z 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-11-01T16:38:11.7977743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.7983836Z 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-11-01T16:38:11.7989157Z 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-11-01T16:38:11.7994961Z 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-11-01T16:38:11.8000436Z 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-11-01T16:38:11.8006058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8011553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8020508Z 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-11-01T16:38:11.8023319Z 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-11-01T16:38:11.8029856Z 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-11-01T16:38:11.8035884Z 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-11-01T16:38:11.8044580Z 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-11-01T16:38:11.8047994Z 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-11-01T16:38:11.8054206Z 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-11-01T16:38:11.8078897Z 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-11-01T16:38:11.8079690Z 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-11-01T16:38:11.8080446Z 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-11-01T16:38:11.8081171Z 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-11-01T16:38:11.8086157Z 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-11-01T16:38:11.8092387Z 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-11-01T16:38:11.8098239Z 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-11-01T16:38:11.8105727Z 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-11-01T16:38:11.8111526Z 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-11-01T16:38:11.8117658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8123295Z 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-11-01T16:38:11.8129672Z 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-11-01T16:38:11.8135379Z 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-11-01T16:38:11.8141302Z 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-11-01T16:38:11.8146929Z 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-11-01T16:38:11.8152806Z 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-11-01T16:38:11.8159362Z 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-11-01T16:38:11.8164696Z 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-11-01T16:38:11.8170747Z 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-11-01T16:38:11.8176419Z 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-11-01T16:38:11.8182156Z 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-11-01T16:38:11.8188164Z 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-11-01T16:38:11.8193928Z 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-11-01T16:38:11.8200516Z 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-11-01T16:38:11.8206137Z 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-11-01T16:38:11.8211882Z 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-11-01T16:38:11.8217798Z 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-11-01T16:38:11.8224118Z 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-11-01T16:38:11.8230281Z 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-11-01T16:38:11.8236230Z 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-11-01T16:38:11.8242059Z 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-11-01T16:38:11.8247899Z 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-11-01T16:38:11.8253687Z 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-11-01T16:38:11.8260378Z 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-11-01T16:38:11.8266434Z 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-11-01T16:38:11.8272587Z 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-11-01T16:38:11.8278565Z 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-11-01T16:38:11.8284398Z 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-11-01T16:38:11.8290134Z 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-11-01T16:38:11.8296339Z 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-11-01T16:38:11.8302467Z 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-11-01T16:38:11.8308681Z 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-11-01T16:38:11.8314606Z 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-11-01T16:38:11.8320476Z 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-11-01T16:38:11.8326239Z 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-11-01T16:38:11.8332179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8338387Z 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-11-01T16:38:11.8344327Z 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-11-01T16:38:11.8350089Z 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-11-01T16:38:11.8356232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8361864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8366985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8372745Z 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-11-01T16:38:11.8378861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8384867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8390404Z 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-11-01T16:38:11.8395874Z 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-11-01T16:38:11.8401747Z 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-11-01T16:38:11.8407335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8412355Z 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-11-01T16:38:11.8418639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8424293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8430278Z 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-11-01T16:38:11.8436026Z 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-11-01T16:38:11.8441805Z 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-11-01T16:38:11.8447427Z 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-11-01T16:38:11.8452974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8459747Z 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-11-01T16:38:11.8465284Z 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-11-01T16:38:11.8471052Z 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-11-01T16:38:11.8476976Z 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-11-01T16:38:11.8483272Z 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-11-01T16:38:11.8489118Z 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-11-01T16:38:11.8494969Z 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-11-01T16:38:11.8500775Z 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-11-01T16:38:11.8506760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8513490Z 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-11-01T16:38:11.8518923Z 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-11-01T16:38:11.8524852Z 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-11-01T16:38:11.8530723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8536849Z 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-11-01T16:38:11.8542095Z 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-11-01T16:38:11.8548073Z 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-11-01T16:38:11.8553634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8559404Z 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-11-01T16:38:11.8565069Z 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-11-01T16:38:11.8570895Z 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-11-01T16:38:11.8576585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8582598Z 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-11-01T16:38:11.8588247Z 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-11-01T16:38:11.8594575Z 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-11-01T16:38:11.8600196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8606022Z 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-11-01T16:38:11.8611759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8617052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8623184Z 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-11-01T16:38:11.8628565Z 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-11-01T16:38:11.8634069Z 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-11-01T16:38:11.8639527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8663783Z 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-11-01T16:38:11.8668551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8673796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8679081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8684361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8690025Z 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-11-01T16:38:11.8695731Z 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-11-01T16:38:11.8701689Z 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-11-01T16:38:11.8707357Z 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-11-01T16:38:11.8713153Z 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-11-01T16:38:11.8718859Z 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-11-01T16:38:11.8724247Z 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-11-01T16:38:11.8730747Z 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-11-01T16:38:11.8736511Z 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-11-01T16:38:11.8742269Z 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-11-01T16:38:11.8748008Z 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-11-01T16:38:11.8754221Z 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-11-01T16:38:11.8759996Z 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-11-01T16:38:11.8765984Z 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-11-01T16:38:11.8772532Z 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-11-01T16:38:11.8778395Z 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-11-01T16:38:11.8784410Z 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-11-01T16:38:11.8790238Z 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-11-01T16:38:11.8796187Z 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-11-01T16:38:11.8802432Z 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-11-01T16:38:11.8808162Z 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-11-01T16:38:11.8814301Z 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-11-01T16:38:11.8819897Z 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-11-01T16:38:11.8826358Z 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-11-01T16:38:11.8832034Z 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-11-01T16:38:11.8837976Z 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-11-01T16:38:11.8844082Z 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-11-01T16:38:11.8850042Z 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-11-01T16:38:11.8856013Z 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-11-01T16:38:11.8862050Z 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-11-01T16:38:11.8867526Z 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-11-01T16:38:11.8873210Z 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-11-01T16:38:11.8879414Z 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-11-01T16:38:11.8885773Z 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-11-01T16:38:11.8891487Z 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-11-01T16:38:11.8897357Z 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-11-01T16:38:11.8903231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8908811Z 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-11-01T16:38:11.8914604Z 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-11-01T16:38:11.8921478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8927113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8933564Z 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-11-01T16:38:11.8939376Z 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-11-01T16:38:11.8945499Z 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-11-01T16:38:11.8951446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8957264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8963227Z 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-11-01T16:38:11.8970109Z 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-11-01T16:38:11.8976510Z 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-11-01T16:38:11.8982486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8988296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.8994516Z 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-11-01T16:38:11.9000156Z 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-11-01T16:38:11.9038900Z 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-11-01T16:38:11.9040524Z 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-11-01T16:38:11.9042104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9043731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9045572Z 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-11-01T16:38:11.9047512Z 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-11-01T16:38:11.9049423Z 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-11-01T16:38:11.9052749Z 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-11-01T16:38:11.9059371Z 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-11-01T16:38:11.9065534Z 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-11-01T16:38:11.9071418Z 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-11-01T16:38:11.9077111Z 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-11-01T16:38:11.9083147Z 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-11-01T16:38:11.9089308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9094493Z 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-11-01T16:38:11.9100249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9107163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9112748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9118625Z 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-11-01T16:38:11.9124199Z 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-11-01T16:38:11.9130584Z 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-11-01T16:38:11.9136179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9142140Z 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-11-01T16:38:11.9148157Z 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-11-01T16:38:11.9154083Z 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-11-01T16:38:11.9159676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9165406Z 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-11-01T16:38:11.9171229Z 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-11-01T16:38:11.9176717Z 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-11-01T16:38:11.9182324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9187977Z 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-11-01T16:38:11.9193875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9199890Z 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-11-01T16:38:11.9205795Z 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-11-01T16:38:11.9211989Z 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-11-01T16:38:11.9217661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9223469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9228570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9234500Z 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-11-01T16:38:11.9239991Z 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-11-01T16:38:11.9245333Z 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-11-01T16:38:11.9250744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9256745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9262489Z 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-11-01T16:38:11.9267878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9273535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9279766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9285223Z 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-11-01T16:38:11.9290933Z 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-11-01T16:38:11.9297112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9302837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9308788Z 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-11-01T16:38:11.9314192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9320112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9325561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9331306Z 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-11-01T16:38:11.9336866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9343377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9349266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9354973Z 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-11-01T16:38:11.9360585Z 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-11-01T16:38:11.9366424Z 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-11-01T16:38:11.9372204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9377993Z 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-11-01T16:38:11.9383570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9390227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9395547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9401730Z 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-11-01T16:38:11.9407280Z 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-11-01T16:38:11.9413672Z 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-11-01T16:38:11.9419473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9425991Z 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-11-01T16:38:11.9432327Z 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-11-01T16:38:11.9437875Z 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-11-01T16:38:11.9443648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9449683Z 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-11-01T16:38:11.9455844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9461053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9466610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9472104Z 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-11-01T16:38:11.9478425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9484632Z 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-11-01T16:38:11.9490744Z 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-11-01T16:38:11.9496365Z 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-11-01T16:38:11.9503413Z 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-11-01T16:38:11.9508982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9526121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9527701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9529395Z 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-11-01T16:38:11.9534122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9539382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9546214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9551778Z 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-11-01T16:38:11.9557683Z 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-11-01T16:38:11.9563645Z 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-11-01T16:38:11.9569399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9575332Z 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-11-01T16:38:11.9581086Z 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-11-01T16:38:11.9587196Z 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-11-01T16:38:11.9611964Z 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-11-01T16:38:11.9703954Z 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-11-01T16:38:11.9710928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9718717Z 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-11-01T16:38:11.9725516Z 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-11-01T16:38:11.9731648Z 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-11-01T16:38:11.9738002Z 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-11-01T16:38:11.9745131Z 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-11-01T16:38:11.9752126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9759176Z 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-11-01T16:38:11.9769689Z 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-11-01T16:38:11.9775698Z 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-11-01T16:38:11.9781771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9787976Z 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-11-01T16:38:11.9794673Z 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-11-01T16:38:11.9801741Z 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-11-01T16:38:11.9807819Z 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-11-01T16:38:11.9813748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9819735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9825701Z 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-11-01T16:38:11.9831442Z 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-11-01T16:38:11.9837604Z 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-11-01T16:38:11.9844323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9849987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9856309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9862460Z 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-11-01T16:38:11.9873903Z 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-11-01T16:38:11.9880189Z 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-11-01T16:38:11.9886080Z 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-11-01T16:38:11.9892147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9898086Z 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-11-01T16:38:11.9903991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9910705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9916573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9922251Z 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-11-01T16:38:11.9927932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9933909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9939614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9945587Z 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-11-01T16:38:11.9951155Z 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-11-01T16:38:11.9957060Z 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-11-01T16:38:11.9963010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9968660Z 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-11-01T16:38:11.9974478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9981282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9986600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:11.9992935Z 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-11-01T16:38:11.9998951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0005538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0010452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0016556Z 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-11-01T16:38:12.0022281Z 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-11-01T16:38:12.0028156Z 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-11-01T16:38:12.0036332Z 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-11-01T16:38:12.0042295Z 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-11-01T16:38:12.0048417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0055640Z 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-11-01T16:38:12.0061235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0066785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0072149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0078456Z 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-11-01T16:38:12.0084039Z 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-11-01T16:38:12.0089418Z 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-11-01T16:38:12.0094937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0100835Z 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-11-01T16:38:12.0107692Z 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-11-01T16:38:12.0114237Z 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-11-01T16:38:12.0120332Z 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-11-01T16:38:12.0143846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0149307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0154859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0160521Z 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-11-01T16:38:12.0166229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0172249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0177596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0182769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0188258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0194269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0199888Z 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-11-01T16:38:12.0205673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0211311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0217002Z 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-11-01T16:38:12.0222934Z 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-11-01T16:38:12.0228784Z 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-11-01T16:38:12.0234495Z 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-11-01T16:38:12.0240154Z 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-11-01T16:38:12.0246541Z 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-11-01T16:38:12.0252098Z 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-11-01T16:38:12.0257657Z 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-11-01T16:38:12.0263472Z 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-11-01T16:38:12.0269666Z 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-11-01T16:38:12.0275248Z 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-11-01T16:38:12.0280935Z 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-11-01T16:38:12.0286571Z 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-11-01T16:38:12.0292711Z 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-11-01T16:38:12.0298315Z 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-11-01T16:38:12.0304122Z 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-11-01T16:38:12.0309774Z 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-11-01T16:38:12.0315789Z 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-11-01T16:38:12.0321310Z 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-11-01T16:38:12.0342019Z 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-11-01T16:38:12.0347628Z 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-11-01T16:38:12.0353765Z 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-11-01T16:38:12.0359603Z 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-11-01T16:38:12.0365260Z 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-11-01T16:38:12.0371269Z 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-11-01T16:38:12.0377193Z 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-11-01T16:38:12.0382839Z 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-11-01T16:38:12.0388767Z 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-11-01T16:38:12.0394405Z 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-11-01T16:38:12.0400388Z 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-11-01T16:38:12.0406046Z 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-11-01T16:38:12.0411727Z 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-11-01T16:38:12.0417366Z 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-11-01T16:38:12.0423363Z 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-11-01T16:38:12.0429751Z 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-11-01T16:38:12.0435611Z 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-11-01T16:38:12.0441319Z 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-11-01T16:38:12.0446829Z 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-11-01T16:38:12.0452471Z 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-11-01T16:38:12.0458537Z 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-11-01T16:38:12.0464450Z 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-11-01T16:38:12.0470170Z 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-11-01T16:38:12.0475959Z 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-11-01T16:38:12.0481993Z 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-11-01T16:38:12.0487763Z 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-11-01T16:38:12.0493758Z 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-11-01T16:38:12.0499578Z 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-11-01T16:38:12.0505403Z 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-11-01T16:38:12.0511062Z 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-11-01T16:38:12.0516712Z 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-11-01T16:38:12.0522363Z 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-11-01T16:38:12.0527942Z 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-11-01T16:38:12.0533710Z 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-11-01T16:38:12.0539342Z 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-11-01T16:38:12.0545280Z 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-11-01T16:38:12.0550754Z 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-11-01T16:38:12.0556417Z 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-11-01T16:38:12.0562078Z 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-11-01T16:38:12.0568472Z 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-11-01T16:38:12.0574135Z 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-11-01T16:38:12.0579779Z 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-11-01T16:38:12.0585614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0590744Z 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-11-01T16:38:12.0596169Z 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-11-01T16:38:12.0601558Z 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-11-01T16:38:12.0607301Z 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-11-01T16:38:12.0612626Z 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-11-01T16:38:12.0618212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0624176Z 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-11-01T16:38:12.0633995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0635635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0646512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0648972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0667470Z 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-11-01T16:38:12.0669161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0670890Z 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-11-01T16:38:12.0677260Z 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-11-01T16:38:12.0683797Z 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-11-01T16:38:12.0690274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0696605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0703277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0710951Z 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-11-01T16:38:12.0718324Z 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-11-01T16:38:12.0723869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0730003Z 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-11-01T16:38:12.0743290Z 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-11-01T16:38:12.0748905Z 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-11-01T16:38:12.0754937Z 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-11-01T16:38:12.0760735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0766645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0772465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0778259Z 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-11-01T16:38:12.0793118Z 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-11-01T16:38:12.0798832Z 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-11-01T16:38:12.0804597Z 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-11-01T16:38:12.0810608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0816475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0822216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0827872Z 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-11-01T16:38:12.0833482Z 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-11-01T16:38:12.0839352Z 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-11-01T16:38:12.0845003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0861259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0863038Z 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-11-01T16:38:12.0864919Z 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-11-01T16:38:12.0868112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0874104Z 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-11-01T16:38:12.0879536Z 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-11-01T16:38:12.0885514Z 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-11-01T16:38:12.0891351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0897089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0902593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0908278Z 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-11-01T16:38:12.0913854Z 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-11-01T16:38:12.0919547Z 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-11-01T16:38:12.0925330Z 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-11-01T16:38:12.0931053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0936861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0942913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0948440Z 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-11-01T16:38:12.0954182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0959703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0965243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0970810Z 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-11-01T16:38:12.0977145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0984282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0989825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.0995958Z 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-11-01T16:38:12.1001602Z 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-11-01T16:38:12.1007434Z 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-11-01T16:38:12.1013227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1019258Z 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-11-01T16:38:12.1025409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1031820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1038020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1044107Z 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-11-01T16:38:12.1049928Z 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-11-01T16:38:12.1055495Z 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-11-01T16:38:12.1061387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1067750Z 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-11-01T16:38:12.1073145Z 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-11-01T16:38:12.1078420Z 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-11-01T16:38:12.1084073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1089852Z 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-11-01T16:38:12.1096000Z 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-11-01T16:38:12.1101743Z 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-11-01T16:38:12.1107557Z 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-11-01T16:38:12.1113977Z 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-11-01T16:38:12.1119965Z 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-11-01T16:38:12.1125709Z 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-11-01T16:38:12.1131483Z 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-11-01T16:38:12.1137542Z 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-11-01T16:38:12.1143281Z 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-11-01T16:38:12.1149318Z 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-11-01T16:38:12.1155057Z 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-11-01T16:38:12.1160864Z 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-11-01T16:38:12.1166627Z 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-11-01T16:38:12.1172257Z 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-11-01T16:38:12.1178091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1184160Z 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-11-01T16:38:12.1190447Z 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-11-01T16:38:12.1196495Z 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-11-01T16:38:12.1202720Z 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-11-01T16:38:12.1208561Z 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-11-01T16:38:12.1214444Z 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-11-01T16:38:12.1220431Z 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-11-01T16:38:12.1226531Z 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-11-01T16:38:12.1232442Z 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-11-01T16:38:12.1238696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1244489Z 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-11-01T16:38:12.1250770Z 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-11-01T16:38:12.1256453Z 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-11-01T16:38:12.1262743Z 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-11-01T16:38:12.1268666Z 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-11-01T16:38:12.1274670Z 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-11-01T16:38:12.1280623Z 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-11-01T16:38:12.1286633Z 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-11-01T16:38:12.1292944Z 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-11-01T16:38:12.1298919Z 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-11-01T16:38:12.1304932Z 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-11-01T16:38:12.1310759Z 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-11-01T16:38:12.1316743Z 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-11-01T16:38:12.1323462Z 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-11-01T16:38:12.1329142Z 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-11-01T16:38:12.1335405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1340438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1346229Z 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-11-01T16:38:12.1351751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1357224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1363269Z 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-11-01T16:38:12.1368748Z 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-11-01T16:38:12.1374770Z 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-11-01T16:38:12.1381084Z 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-11-01T16:38:12.1386599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1392314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1398044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1404217Z 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-11-01T16:38:12.1409927Z 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-11-01T16:38:12.1430139Z 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-11-01T16:38:12.1436062Z 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-11-01T16:38:12.1441734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1447506Z 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-11-01T16:38:12.1453347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1459106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1464967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1470462Z 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-11-01T16:38:12.1476139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1481765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1487538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1493318Z 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-11-01T16:38:12.1498949Z 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-11-01T16:38:12.1504692Z 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-11-01T16:38:12.1510595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1516236Z 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-11-01T16:38:12.1522182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1527806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1533550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1539115Z 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-11-01T16:38:12.1544718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1551426Z 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-11-01T16:38:12.1589254Z 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-11-01T16:38:12.1591110Z 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-11-01T16:38:12.1592846Z 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-11-01T16:38:12.1594717Z 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-11-01T16:38:12.1596342Z 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-11-01T16:38:12.1597930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1604317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1610359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1616518Z 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-11-01T16:38:12.1623626Z 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-11-01T16:38:12.1649393Z 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-11-01T16:38:12.1688725Z 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-11-01T16:38:12.1694547Z 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-11-01T16:38:12.1702100Z 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-11-01T16:38:12.1709169Z 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-11-01T16:38:12.1714998Z 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-11-01T16:38:12.1721294Z 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-11-01T16:38:12.1727581Z 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-11-01T16:38:12.1733577Z 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-11-01T16:38:12.1739588Z 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-11-01T16:38:12.1745684Z 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-11-01T16:38:12.1751424Z 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-11-01T16:38:12.1757267Z 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-11-01T16:38:12.1762996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1768897Z 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-11-01T16:38:12.1774933Z 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-11-01T16:38:12.1781003Z 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-11-01T16:38:12.1786760Z 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-11-01T16:38:12.1792573Z 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-11-01T16:38:12.1798686Z 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-11-01T16:38:12.1804373Z 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-11-01T16:38:12.1810409Z 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-11-01T16:38:12.1816131Z 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-11-01T16:38:12.1822217Z 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-11-01T16:38:12.1828061Z 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-11-01T16:38:12.1834040Z 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-11-01T16:38:12.1840671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1846736Z 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-11-01T16:38:12.1855717Z 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-11-01T16:38:12.1860915Z 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-11-01T16:38:12.1866847Z 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-11-01T16:38:12.1872434Z 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-11-01T16:38:12.1879542Z 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-11-01T16:38:12.1884998Z 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-11-01T16:38:12.1890980Z 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-11-01T16:38:12.1896808Z 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-11-01T16:38:12.1902968Z 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-11-01T16:38:12.1912505Z 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-11-01T16:38:12.1916277Z 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-11-01T16:38:12.1922243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1928453Z 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-11-01T16:38:12.1934128Z 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-11-01T16:38:12.1939809Z 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-11-01T16:38:12.1945614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1969835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.1975768Z 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-11-01T16:38:12.1981782Z 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-11-01T16:38:12.1987662Z 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-11-01T16:38:12.1993666Z 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-11-01T16:38:12.1999993Z 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-11-01T16:38:12.2006245Z 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-11-01T16:38:12.2012037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2017815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2023794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2030018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2036134Z 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-11-01T16:38:12.2046056Z 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-11-01T16:38:12.2048584Z 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-11-01T16:38:12.2058524Z 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-11-01T16:38:12.2064849Z 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-11-01T16:38:12.2070770Z 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-11-01T16:38:12.2077891Z 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-11-01T16:38:12.2083521Z 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-11-01T16:38:12.2089471Z 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-11-01T16:38:12.2095055Z 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-11-01T16:38:12.2101013Z 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-11-01T16:38:12.2106738Z 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-11-01T16:38:12.2112548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2118126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2123844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2129741Z 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-11-01T16:38:12.2135201Z 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-11-01T16:38:12.2140738Z 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-11-01T16:38:12.2146329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2152475Z 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-11-01T16:38:12.2158371Z 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-11-01T16:38:12.2163724Z 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-11-01T16:38:12.2169911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2175688Z 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-11-01T16:38:12.2181258Z 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-11-01T16:38:12.2186913Z 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-11-01T16:38:12.2192482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2198238Z 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-11-01T16:38:12.2203669Z 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-11-01T16:38:12.2209618Z 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-11-01T16:38:12.2215047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2220757Z 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-11-01T16:38:12.2226282Z 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-11-01T16:38:12.2231766Z 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-11-01T16:38:12.2237866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2243505Z 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-11-01T16:38:12.2248965Z 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-11-01T16:38:12.2254472Z 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-11-01T16:38:12.2260009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2265334Z 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-11-01T16:38:12.2271333Z 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-11-01T16:38:12.2277477Z 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-11-01T16:38:12.2284002Z 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-11-01T16:38:12.2290856Z 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-11-01T16:38:12.2296890Z 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-11-01T16:38:12.2303202Z 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-11-01T16:38:12.2309319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2315285Z 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-11-01T16:38:12.2321626Z 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-11-01T16:38:12.2327955Z 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-11-01T16:38:12.2334228Z 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-11-01T16:38:12.2340677Z 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-11-01T16:38:12.2346802Z 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-11-01T16:38:12.2353489Z 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-11-01T16:38:12.2358702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2364264Z 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-11-01T16:38:12.2370892Z 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-11-01T16:38:12.2376471Z 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-11-01T16:38:12.2382174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2387756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2393153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2399057Z 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-11-01T16:38:12.2404757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2410534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2416260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2422553Z 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-11-01T16:38:12.2428267Z 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-11-01T16:38:12.2434044Z 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-11-01T16:38:12.2440167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2446416Z 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-11-01T16:38:12.2452854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2460096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2467103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2473136Z 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-11-01T16:38:12.2479241Z 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-11-01T16:38:12.2486042Z 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-11-01T16:38:12.2492787Z 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-11-01T16:38:12.2498889Z 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-11-01T16:38:12.2504951Z 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-11-01T16:38:12.2510792Z 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-11-01T16:38:12.2516456Z 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-11-01T16:38:12.2522179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2535462Z 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-11-01T16:38:12.2536587Z 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-11-01T16:38:12.2548654Z 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-11-01T16:38:12.2549320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2562641Z 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-11-01T16:38:12.2563338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2566942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2572813Z 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-11-01T16:38:12.2578781Z 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-11-01T16:38:12.2585142Z 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-11-01T16:38:12.2590989Z 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-11-01T16:38:12.2597056Z 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-11-01T16:38:12.2602864Z 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-11-01T16:38:12.2608598Z 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-11-01T16:38:12.2614558Z 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-11-01T16:38:12.2620361Z 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-11-01T16:38:12.2626273Z 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-11-01T16:38:12.2631883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2639018Z 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-11-01T16:38:12.2644810Z 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-11-01T16:38:12.2650976Z 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-11-01T16:38:12.2656698Z 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-11-01T16:38:12.2662525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2668188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2673851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2679717Z 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-11-01T16:38:12.2685481Z 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-11-01T16:38:12.2691119Z 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-11-01T16:38:12.2696857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2702400Z 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-11-01T16:38:12.2708049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2713700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2719269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2725072Z 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-11-01T16:38:12.2730579Z 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-11-01T16:38:12.2736117Z 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-11-01T16:38:12.2741795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2747675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2753008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2758966Z 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-11-01T16:38:12.2764580Z 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-11-01T16:38:12.2770325Z 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-11-01T16:38:12.2776119Z 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-11-01T16:38:12.2782195Z 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-11-01T16:38:12.2787765Z 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-11-01T16:38:12.2793428Z 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-11-01T16:38:12.2798976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2804731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2810908Z 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-11-01T16:38:12.2816551Z 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-11-01T16:38:12.2822199Z 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-11-01T16:38:12.2827937Z 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-11-01T16:38:12.2833523Z 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-11-01T16:38:12.2839440Z 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-11-01T16:38:12.2845906Z 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-11-01T16:38:12.2851531Z 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-11-01T16:38:12.2857978Z 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-11-01T16:38:12.2863925Z 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-11-01T16:38:12.2869413Z 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-11-01T16:38:12.2875390Z 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-11-01T16:38:12.2881375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2887326Z 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-11-01T16:38:12.2893134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2898931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2905040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2911385Z 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-11-01T16:38:12.2917128Z 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-11-01T16:38:12.2922973Z 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-11-01T16:38:12.2929014Z 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-11-01T16:38:12.2935032Z 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-11-01T16:38:12.2941405Z 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-11-01T16:38:12.2947119Z 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-11-01T16:38:12.2953263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2959331Z 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-11-01T16:38:12.2964971Z 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-11-01T16:38:12.2970750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2976567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2982684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.2988501Z 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-11-01T16:38:12.2994271Z 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-11-01T16:38:12.3000463Z 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-11-01T16:38:12.3006200Z 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-11-01T16:38:12.3012250Z 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-11-01T16:38:12.3018017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3023702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3030933Z 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-11-01T16:38:12.3037201Z 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-11-01T16:38:12.3043396Z 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-11-01T16:38:12.3049629Z 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-11-01T16:38:12.3055781Z 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-11-01T16:38:12.3061763Z 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-11-01T16:38:12.3067439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3073685Z 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-11-01T16:38:12.3079477Z 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-11-01T16:38:12.3085460Z 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-11-01T16:38:12.3091072Z 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-11-01T16:38:12.3096856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3102754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3108410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3114610Z 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-11-01T16:38:12.3127875Z 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-11-01T16:38:12.3133705Z 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-11-01T16:38:12.3139568Z 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-11-01T16:38:12.3145279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3150843Z 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-11-01T16:38:12.3165300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3170581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3175709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3181497Z 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-11-01T16:38:12.3187470Z 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-11-01T16:38:12.3193270Z 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-11-01T16:38:12.3199730Z 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-11-01T16:38:12.3205759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3210876Z 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-11-01T16:38:12.3216380Z 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-11-01T16:38:12.3222022Z 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-11-01T16:38:12.3228024Z 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-11-01T16:38:12.3233647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3238934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3244887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3250508Z 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-11-01T16:38:12.3255964Z 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-11-01T16:38:12.3261602Z 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-11-01T16:38:12.3267561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3272881Z 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-11-01T16:38:12.3278492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3284145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3289771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3294927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3301417Z 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-11-01T16:38:12.3307130Z 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-11-01T16:38:12.3312786Z 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-11-01T16:38:12.3318724Z 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-11-01T16:38:12.3324634Z 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-11-01T16:38:12.3330579Z 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-11-01T16:38:12.3336404Z 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-11-01T16:38:12.3342879Z 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-11-01T16:38:12.3348438Z 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-11-01T16:38:12.3354444Z 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-11-01T16:38:12.3360190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3365859Z 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-11-01T16:38:12.3371628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3377555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3383575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3389016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3394920Z 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-11-01T16:38:12.3400693Z 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-11-01T16:38:12.3406481Z 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-11-01T16:38:12.3412177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3418132Z 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-11-01T16:38:12.3424124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3429894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3436074Z 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-11-01T16:38:12.3441820Z 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-11-01T16:38:12.3447709Z 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-11-01T16:38:12.3453307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3458917Z 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-11-01T16:38:12.3464738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3470406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3475862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3481541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3487628Z 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-11-01T16:38:12.3493641Z 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-11-01T16:38:12.3515820Z 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-11-01T16:38:12.3521825Z 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-11-01T16:38:12.3527657Z 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-11-01T16:38:12.3533373Z 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-11-01T16:38:12.3539319Z 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-11-01T16:38:12.3545162Z 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-11-01T16:38:12.3551227Z 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-11-01T16:38:12.3556556Z 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-11-01T16:38:12.3562126Z 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-11-01T16:38:12.3567929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3573353Z 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-11-01T16:38:12.3578899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3584898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3590173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3595415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3601132Z 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-11-01T16:38:12.3606511Z 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-11-01T16:38:12.3612116Z 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-11-01T16:38:12.3617613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3623312Z 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-11-01T16:38:12.3628838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3634572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3639665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3645485Z 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-11-01T16:38:12.3651019Z 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-11-01T16:38:12.3656959Z 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-11-01T16:38:12.3662584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3667899Z 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-11-01T16:38:12.3674044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3679748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3685497Z 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-11-01T16:38:12.3690824Z 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-11-01T16:38:12.3696500Z 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-11-01T16:38:12.3702178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3707323Z 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-11-01T16:38:12.3712786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3718267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3724521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3730142Z 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-11-01T16:38:12.3735633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3741225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3746552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3751903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3757868Z 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-11-01T16:38:12.3763433Z 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-11-01T16:38:12.3769464Z 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-11-01T16:38:12.3775204Z 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-11-01T16:38:12.3780886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3787012Z 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-11-01T16:38:12.3792756Z 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-11-01T16:38:12.3798354Z 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-11-01T16:38:12.3804264Z 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-11-01T16:38:12.3810501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3816625Z 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-11-01T16:38:12.3822341Z 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-11-01T16:38:12.3827936Z 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-11-01T16:38:12.3833607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3839124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3844785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3852212Z 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-11-01T16:38:12.3859689Z 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-11-01T16:38:12.3869162Z 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-11-01T16:38:12.3874703Z 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-11-01T16:38:12.3880869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3886648Z 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-11-01T16:38:12.3892497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3898280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3904669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.3910746Z 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-11-01T16:38:12.3916230Z 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-11-01T16:38:12.3922079Z 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-11-01T16:38:12.3927863Z 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-11-01T16:38:12.3933924Z 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-11-01T16:38:12.3940066Z 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-11-01T16:38:12.3945938Z 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-11-01T16:38:12.3951772Z 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-11-01T16:38:12.3958000Z 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-11-01T16:38:12.3964013Z 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-11-01T16:38:12.3969901Z 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-11-01T16:38:12.3976050Z 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-11-01T16:38:12.3982062Z 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-11-01T16:38:12.3987680Z 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-11-01T16:38:12.3993721Z 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-11-01T16:38:12.3999498Z 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-11-01T16:38:12.4005464Z 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-11-01T16:38:12.4011500Z 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-11-01T16:38:12.4017345Z 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-11-01T16:38:12.4023343Z 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-11-01T16:38:12.4029800Z 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-11-01T16:38:12.4035670Z 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-11-01T16:38:12.4042878Z 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-11-01T16:38:12.4050517Z 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-11-01T16:38:12.4054410Z 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-11-01T16:38:12.4060499Z 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-11-01T16:38:12.4067934Z 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-11-01T16:38:12.4073482Z 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-11-01T16:38:12.4079165Z 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-11-01T16:38:12.4085105Z 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-11-01T16:38:12.4091232Z 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-11-01T16:38:12.4097016Z 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-11-01T16:38:12.4102795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4108242Z 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-11-01T16:38:12.4113651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4119119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4124431Z 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-11-01T16:38:12.4130301Z 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-11-01T16:38:12.4136357Z 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-11-01T16:38:12.4142065Z 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-11-01T16:38:12.4148090Z 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-11-01T16:38:12.4153608Z 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-11-01T16:38:12.4159308Z 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-11-01T16:38:12.4165725Z 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-11-01T16:38:12.4171366Z 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-11-01T16:38:12.4177179Z 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-11-01T16:38:12.4182911Z 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-11-01T16:38:12.4188617Z 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-11-01T16:38:12.4194390Z 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-11-01T16:38:12.4200306Z 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-11-01T16:38:12.4205848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4211574Z 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-11-01T16:38:12.4217254Z 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-11-01T16:38:12.4222796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4228371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4234152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4239671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4245701Z 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-11-01T16:38:12.4251152Z 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-11-01T16:38:12.4256766Z 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-11-01T16:38:12.4262506Z 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-11-01T16:38:12.4268290Z 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-11-01T16:38:12.4274162Z 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-11-01T16:38:12.4279880Z 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-11-01T16:38:12.4286004Z 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-11-01T16:38:12.4291471Z 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-11-01T16:38:12.4297146Z 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-11-01T16:38:12.4303300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4308985Z 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-11-01T16:38:12.4315225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4320490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4326218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4331935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4337965Z 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-11-01T16:38:12.4343557Z 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-11-01T16:38:12.4349848Z 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-11-01T16:38:12.4355608Z 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-11-01T16:38:12.4361756Z 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-11-01T16:38:12.4367352Z 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-11-01T16:38:12.4373169Z 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-11-01T16:38:12.4379364Z 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-11-01T16:38:12.4385083Z 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-11-01T16:38:12.4391120Z 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-11-01T16:38:12.4396846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4402762Z 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-11-01T16:38:12.4408528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4414370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4420481Z 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-11-01T16:38:12.4426246Z 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-11-01T16:38:12.4432531Z 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-11-01T16:38:12.4438421Z 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-11-01T16:38:12.4444220Z 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-11-01T16:38:12.4450485Z 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-11-01T16:38:12.4456146Z 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-11-01T16:38:12.4461891Z 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-11-01T16:38:12.4467456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4473565Z 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-11-01T16:38:12.4479131Z 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-11-01T16:38:12.4495210Z 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-11-01T16:38:12.4501099Z 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-11-01T16:38:12.4506960Z 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-11-01T16:38:12.4512732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4518436Z 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-11-01T16:38:12.4524859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4530498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4536570Z 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-11-01T16:38:12.4546826Z 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-11-01T16:38:12.4548659Z 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-11-01T16:38:12.4554642Z 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-11-01T16:38:12.4560676Z 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-11-01T16:38:12.4566977Z 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-11-01T16:38:12.4573898Z 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-11-01T16:38:12.4579822Z 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-11-01T16:38:12.4585389Z 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-11-01T16:38:12.4591531Z 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-11-01T16:38:12.4598011Z 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-11-01T16:38:12.4603529Z 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-11-01T16:38:12.4609345Z 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-11-01T16:38:12.4615496Z 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-11-01T16:38:12.4621444Z 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-11-01T16:38:12.4627211Z 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-11-01T16:38:12.4632871Z 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-11-01T16:38:12.4638724Z 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-11-01T16:38:12.4644792Z 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-11-01T16:38:12.4650476Z 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-11-01T16:38:12.4656393Z 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-11-01T16:38:12.4662280Z 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-11-01T16:38:12.4668359Z 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-11-01T16:38:12.4674133Z 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-11-01T16:38:12.4679995Z 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-11-01T16:38:12.4685524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4691227Z 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-11-01T16:38:12.4696842Z 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-11-01T16:38:12.4702548Z 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-11-01T16:38:12.4708117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4714209Z 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-11-01T16:38:12.4719918Z 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-11-01T16:38:12.4725549Z 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-11-01T16:38:12.4731255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.4736867Z 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-11-01T16:38:12.4743616Z 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-11-01T16:38:12.4749314Z 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-11-01T16:38:12.4755393Z 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-11-01T16:38:12.4761030Z 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-11-01T16:38:12.4766910Z 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-11-01T16:38:12.4772663Z 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-11-01T16:38:12.4778229Z 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-11-01T16:38:12.4783984Z 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-11-01T16:38:12.4789763Z 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-11-01T16:38:12.4795624Z 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-11-01T16:38:12.4801322Z 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-11-01T16:38:12.4806993Z 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-11-01T16:38:12.4813138Z 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-11-01T16:38:12.4818954Z 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-11-01T16:38:12.4824796Z 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-11-01T16:38:12.4831207Z 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-11-01T16:38:12.4837214Z 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-11-01T16:38:12.4843022Z 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-11-01T16:38:12.4848710Z 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-11-01T16:38:12.4854620Z 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-11-01T16:38:12.4861154Z 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-11-01T16:38:12.4867105Z 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-11-01T16:38:12.4873089Z 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-11-01T16:38:12.4878787Z 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-11-01T16:38:12.4884739Z 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-11-01T16:38:12.4890598Z 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-11-01T16:38:12.4896424Z 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-11-01T16:38:12.4902460Z 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-11-01T16:38:12.4908771Z 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-11-01T16:38:12.4914750Z 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-11-01T16:38:12.4920594Z 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-11-01T16:38:12.4926524Z 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-11-01T16:38:12.4932565Z 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-11-01T16:38:12.4938430Z 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-11-01T16:38:12.4944675Z 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-11-01T16:38:12.4967316Z 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-11-01T16:38:12.4973968Z 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-11-01T16:38:12.4980208Z 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-11-01T16:38:12.4985857Z 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-11-01T16:38:12.4991472Z 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-11-01T16:38:12.4997548Z 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-11-01T16:38:12.5003649Z 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-11-01T16:38:12.5009556Z 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-11-01T16:38:12.5015618Z 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-11-01T16:38:12.5022006Z 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-11-01T16:38:12.5027805Z 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-11-01T16:38:12.5033830Z 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-11-01T16:38:12.5039940Z 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-11-01T16:38:12.5064535Z 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-11-01T16:38:12.5070342Z 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-11-01T16:38:12.5076311Z 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-11-01T16:38:12.5082272Z 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-11-01T16:38:12.5088642Z 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-11-01T16:38:12.5094786Z 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-11-01T16:38:12.5100628Z 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-11-01T16:38:12.5106489Z 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-11-01T16:38:12.5112482Z 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-11-01T16:38:12.5118491Z 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-11-01T16:38:12.5124966Z 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-11-01T16:38:12.5130910Z 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-11-01T16:38:12.5136642Z 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-11-01T16:38:12.5143269Z 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-11-01T16:38:12.5149216Z 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-11-01T16:38:12.5155257Z 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-11-01T16:38:12.5161205Z 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-11-01T16:38:12.5167065Z 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-11-01T16:38:12.5172907Z 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-11-01T16:38:12.5178911Z 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-11-01T16:38:12.5185050Z 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-11-01T16:38:12.5190905Z 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-11-01T16:38:12.5197273Z 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-11-01T16:38:12.5203574Z 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-11-01T16:38:12.5209300Z 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-11-01T16:38:12.5215324Z 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-11-01T16:38:12.5221360Z 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-11-01T16:38:12.5227233Z 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-11-01T16:38:12.5233062Z 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-11-01T16:38:12.5238833Z 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-11-01T16:38:12.5244611Z 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-11-01T16:38:12.5251227Z 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-11-01T16:38:12.5257272Z 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-11-01T16:38:12.5263324Z 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-11-01T16:38:12.5269120Z 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-11-01T16:38:12.5275078Z 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-11-01T16:38:12.5281001Z 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-11-01T16:38:12.5286876Z 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-11-01T16:38:12.5292633Z 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-11-01T16:38:12.5298419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5304709Z 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-11-01T16:38:12.5310701Z 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-11-01T16:38:12.5316550Z 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-11-01T16:38:12.5322448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5328919Z 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-11-01T16:38:12.5334802Z 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-11-01T16:38:12.5340761Z 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-11-01T16:38:12.5362229Z 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-11-01T16:38:12.5368151Z 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-11-01T16:38:12.5373995Z 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-11-01T16:38:12.5379922Z 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-11-01T16:38:12.5386077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5391986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5397810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5404630Z 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-11-01T16:38:12.5410936Z 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-11-01T16:38:12.5417017Z 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-11-01T16:38:12.5422987Z 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-11-01T16:38:12.5428938Z 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-11-01T16:38:12.5435309Z 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-11-01T16:38:12.5441355Z 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-11-01T16:38:12.5447627Z 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-11-01T16:38:12.5453412Z 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-11-01T16:38:12.5459049Z 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-11-01T16:38:12.5465015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5471143Z 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-11-01T16:38:12.5476844Z 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-11-01T16:38:12.5491357Z 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-11-01T16:38:12.5493105Z 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-11-01T16:38:12.5497176Z 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-11-01T16:38:12.5503049Z 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-11-01T16:38:12.5507922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5515100Z 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-11-01T16:38:12.5519912Z 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-11-01T16:38:12.5525819Z 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-11-01T16:38:12.5531307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5537440Z 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-11-01T16:38:12.5543414Z 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-11-01T16:38:12.5548804Z 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-11-01T16:38:12.5554469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5560508Z 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-11-01T16:38:12.5566059Z 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-11-01T16:38:12.5572649Z 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-11-01T16:38:12.5577647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5583497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5589685Z 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-11-01T16:38:12.5595298Z 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-11-01T16:38:12.5601035Z 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-11-01T16:38:12.5607075Z 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-11-01T16:38:12.5612993Z 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-11-01T16:38:12.5618565Z 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-11-01T16:38:12.5624328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5630459Z 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-11-01T16:38:12.5636256Z 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-11-01T16:38:12.5642069Z 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-11-01T16:38:12.5648291Z 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-11-01T16:38:12.5654900Z 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-11-01T16:38:12.5660818Z 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-11-01T16:38:12.5666807Z 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-11-01T16:38:12.5672631Z 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-11-01T16:38:12.5678605Z 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-11-01T16:38:12.5684857Z 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-11-01T16:38:12.5690635Z 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-11-01T16:38:12.5696415Z 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-11-01T16:38:12.5702527Z 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-11-01T16:38:12.5708801Z 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-11-01T16:38:12.5718188Z 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-11-01T16:38:12.5722611Z 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-11-01T16:38:12.5728172Z 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-11-01T16:38:12.5734525Z 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-11-01T16:38:12.5740207Z 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-11-01T16:38:12.5746314Z 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-11-01T16:38:12.5752143Z 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-11-01T16:38:12.5757954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5763453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5769569Z 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-11-01T16:38:12.5775155Z 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-11-01T16:38:12.5781414Z 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-11-01T16:38:12.5787331Z 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-11-01T16:38:12.5793144Z 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-11-01T16:38:12.5798773Z 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-11-01T16:38:12.5804489Z 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-11-01T16:38:12.5810452Z 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-11-01T16:38:12.5816007Z 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-11-01T16:38:12.5821618Z 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-11-01T16:38:12.5827432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5833339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.5839779Z 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-11-01T16:38:12.5845750Z 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-11-01T16:38:12.5851675Z 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-11-01T16:38:12.5857394Z 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-11-01T16:38:12.5863438Z 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-11-01T16:38:12.5869988Z 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-11-01T16:38:12.5876178Z 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-11-01T16:38:12.5882672Z 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-11-01T16:38:12.5888397Z 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-11-01T16:38:12.5898513Z 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-11-01T16:38:12.5901239Z 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-11-01T16:38:12.5907157Z 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-11-01T16:38:12.5913265Z 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-11-01T16:38:12.5919198Z 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-11-01T16:38:12.5929631Z 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-11-01T16:38:12.5932887Z 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-11-01T16:38:12.5939083Z 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-11-01T16:38:12.5945933Z 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-11-01T16:38:12.5952163Z 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-11-01T16:38:12.5958141Z 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-11-01T16:38:12.5964265Z 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-11-01T16:38:12.5970364Z 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-11-01T16:38:12.5976190Z 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-11-01T16:38:12.5982580Z 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-11-01T16:38:12.5989228Z 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-11-01T16:38:12.5996030Z 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-11-01T16:38:12.6001418Z 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-11-01T16:38:12.6007267Z 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-11-01T16:38:12.6013245Z 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-11-01T16:38:12.6019207Z 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-11-01T16:38:12.6025187Z 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-11-01T16:38:12.6031317Z 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-11-01T16:38:12.6037126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6043366Z 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-11-01T16:38:12.6049464Z 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-11-01T16:38:12.6054986Z 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-11-01T16:38:12.6060910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6067033Z 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-11-01T16:38:12.6072713Z 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-11-01T16:38:12.6078875Z 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-11-01T16:38:12.6084778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6091404Z 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-11-01T16:38:12.6097115Z 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-11-01T16:38:12.6102981Z 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-11-01T16:38:12.6108756Z 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-11-01T16:38:12.6115072Z 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-11-01T16:38:12.6120825Z 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-11-01T16:38:12.6126776Z 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-11-01T16:38:12.6132513Z 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-11-01T16:38:12.6138407Z 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-11-01T16:38:12.6144268Z 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-11-01T16:38:12.6150066Z 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-11-01T16:38:12.6155890Z 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-11-01T16:38:12.6162067Z 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-11-01T16:38:12.6167931Z 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-11-01T16:38:12.6173718Z 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-11-01T16:38:12.6179651Z 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-11-01T16:38:12.6186206Z 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-11-01T16:38:12.6191942Z 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-11-01T16:38:12.6197963Z 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-11-01T16:38:12.6203858Z 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-11-01T16:38:12.6209832Z 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-11-01T16:38:12.6215818Z 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-11-01T16:38:12.6221748Z 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-11-01T16:38:12.6227525Z 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-11-01T16:38:12.6234112Z 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-11-01T16:38:12.6240042Z 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-11-01T16:38:12.6246597Z 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-11-01T16:38:12.6252555Z 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-11-01T16:38:12.6258487Z 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-11-01T16:38:12.6264637Z 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-11-01T16:38:12.6270392Z 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-11-01T16:38:12.6276154Z 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-11-01T16:38:12.6282973Z 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-11-01T16:38:12.6294703Z 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-11-01T16:38:12.6296517Z 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-11-01T16:38:12.6302387Z 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-11-01T16:38:12.6310605Z 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-11-01T16:38:12.6317386Z 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-11-01T16:38:12.6321689Z 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-11-01T16:38:12.6327902Z 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-11-01T16:38:12.6334528Z 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-11-01T16:38:12.6340895Z 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-11-01T16:38:12.6360101Z 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-11-01T16:38:12.6366120Z 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-11-01T16:38:12.6372353Z 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-11-01T16:38:12.6378391Z 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-11-01T16:38:12.6384717Z 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-11-01T16:38:12.6390741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6397286Z 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-11-01T16:38:12.6404154Z 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-11-01T16:38:12.6409866Z 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-11-01T16:38:12.6415272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6421388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6427941Z 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-11-01T16:38:12.6433642Z 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-11-01T16:38:12.6439639Z 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-11-01T16:38:12.6445487Z 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-11-01T16:38:12.6451423Z 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-11-01T16:38:12.6457353Z 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-11-01T16:38:12.6463586Z 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-11-01T16:38:12.6469994Z 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-11-01T16:38:12.6475800Z 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-11-01T16:38:12.6481384Z 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-11-01T16:38:12.6487827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6493685Z 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-11-01T16:38:12.6499604Z 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-11-01T16:38:12.6505647Z 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-11-01T16:38:12.6511556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6517976Z 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-11-01T16:38:12.6523469Z 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-11-01T16:38:12.6529107Z 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-11-01T16:38:12.6535377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6542377Z 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-11-01T16:38:12.6547734Z 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-11-01T16:38:12.6580621Z 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-11-01T16:38:12.6582321Z 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-11-01T16:38:12.6584340Z 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-11-01T16:38:12.6586581Z 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-11-01T16:38:12.6588477Z 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-11-01T16:38:12.6590312Z 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-11-01T16:38:12.6594795Z 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-11-01T16:38:12.6600980Z 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-11-01T16:38:12.6607024Z 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-11-01T16:38:12.6612868Z 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-11-01T16:38:12.6619688Z 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-11-01T16:38:12.6625577Z 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-11-01T16:38:12.6631703Z 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-11-01T16:38:12.6637554Z 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-11-01T16:38:12.6660131Z 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-11-01T16:38:12.6666543Z 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-11-01T16:38:12.6672326Z 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-11-01T16:38:12.6678189Z 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-11-01T16:38:12.6684638Z 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-11-01T16:38:12.6690778Z 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-11-01T16:38:12.6696861Z 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-11-01T16:38:12.6702928Z 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-11-01T16:38:12.6709024Z 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-11-01T16:38:12.6715121Z 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-11-01T16:38:12.6724028Z 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-11-01T16:38:12.6728480Z 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-11-01T16:38:12.6746954Z 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-11-01T16:38:12.6749025Z 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-11-01T16:38:12.6756057Z 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-11-01T16:38:12.6762850Z 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-11-01T16:38:12.6768985Z 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-11-01T16:38:12.6775205Z 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-11-01T16:38:12.6781441Z 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-11-01T16:38:12.6787819Z 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-11-01T16:38:12.6793953Z 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-11-01T16:38:12.6800180Z 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-11-01T16:38:12.6806908Z 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-11-01T16:38:12.6813623Z 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-11-01T16:38:12.6820271Z 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-11-01T16:38:12.6827159Z 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-11-01T16:38:12.6832642Z 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-11-01T16:38:12.6838888Z 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-11-01T16:38:12.6845221Z 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-11-01T16:38:12.6851608Z 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-11-01T16:38:12.6857827Z 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-11-01T16:38:12.6865051Z 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-11-01T16:38:12.6871175Z 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-11-01T16:38:12.6877605Z 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-11-01T16:38:12.6883892Z 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-11-01T16:38:12.6890002Z 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-11-01T16:38:12.6896245Z 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-11-01T16:38:12.6902517Z 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-11-01T16:38:12.6908861Z 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-11-01T16:38:12.6914866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6921048Z 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-11-01T16:38:12.6926748Z 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-11-01T16:38:12.6932642Z 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-11-01T16:38:12.6938453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.6944766Z 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-11-01T16:38:12.6950723Z 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-11-01T16:38:12.6956431Z 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-11-01T16:38:12.6962557Z 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-11-01T16:38:12.6968935Z 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-11-01T16:38:12.6974712Z 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-11-01T16:38:12.6980831Z 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-11-01T16:38:12.7002630Z 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-11-01T16:38:12.7008529Z 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-11-01T16:38:12.7014854Z 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-11-01T16:38:12.7021039Z 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-11-01T16:38:12.7026873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7033310Z 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-11-01T16:38:12.7039372Z 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-11-01T16:38:12.7045171Z 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-11-01T16:38:12.7051100Z 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-11-01T16:38:12.7057119Z 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-11-01T16:38:12.7063397Z 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-11-01T16:38:12.7069433Z 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-11-01T16:38:12.7075284Z 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-11-01T16:38:12.7081234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7087332Z 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-11-01T16:38:12.7093085Z 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-11-01T16:38:12.7098885Z 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-11-01T16:38:12.7104833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7111241Z 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-11-01T16:38:12.7117192Z 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-11-01T16:38:12.7123063Z 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-11-01T16:38:12.7128957Z 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-11-01T16:38:12.7134754Z 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-11-01T16:38:12.7140730Z 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-11-01T16:38:12.7146732Z 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-11-01T16:38:12.7152886Z 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-11-01T16:38:12.7158593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7164302Z 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-11-01T16:38:12.7170264Z 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-11-01T16:38:12.7175600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7181728Z 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-11-01T16:38:12.7187588Z 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-11-01T16:38:12.7193182Z 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-11-01T16:38:12.7198861Z 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-11-01T16:38:12.7204613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7210363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7216160Z 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-11-01T16:38:12.7222781Z 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-11-01T16:38:12.7228644Z 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-11-01T16:38:12.7234854Z 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-11-01T16:38:12.7240934Z 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-11-01T16:38:12.7246554Z 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-11-01T16:38:12.7252236Z 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-11-01T16:38:12.7257947Z 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-11-01T16:38:12.7263963Z 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-11-01T16:38:12.7269678Z 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-11-01T16:38:12.7275291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7281108Z 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-11-01T16:38:12.7286486Z 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-11-01T16:38:12.7292116Z 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-11-01T16:38:12.7297749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7303678Z 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-11-01T16:38:12.7309092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7314477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7319782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7325355Z 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-11-01T16:38:12.7330760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7336296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7341912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7347702Z 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-11-01T16:38:12.7353387Z 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-11-01T16:38:12.7358958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7365319Z 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-11-01T16:38:12.7370900Z 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-11-01T16:38:12.7376299Z 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-11-01T16:38:12.7382173Z 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-11-01T16:38:12.7387915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7393581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7399223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7404821Z 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-11-01T16:38:12.7410316Z 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-11-01T16:38:12.7415871Z 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-11-01T16:38:12.7421688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7427858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7433440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7439655Z 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-11-01T16:38:12.7445263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7450665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7456255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7462086Z 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-11-01T16:38:12.7467681Z 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-11-01T16:38:12.7473543Z 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-11-01T16:38:12.7479237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7485118Z 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-11-01T16:38:12.7490962Z 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-11-01T16:38:12.7496615Z 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-11-01T16:38:12.7502477Z 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-11-01T16:38:12.7508328Z 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-11-01T16:38:12.7514259Z 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-11-01T16:38:12.7520072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7525755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7531298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7537046Z 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-11-01T16:38:12.7542862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7548425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7553863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7582339Z 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-11-01T16:38:12.7583024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7583697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7584383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7585591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7591800Z 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-11-01T16:38:12.7597482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7603267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7609576Z 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-11-01T16:38:12.7615687Z 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-11-01T16:38:12.7621295Z 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-11-01T16:38:12.7626806Z 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-11-01T16:38:12.7632541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7637978Z 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-11-01T16:38:12.7643451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7649010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7654523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7660178Z 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-11-01T16:38:12.7666605Z 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-11-01T16:38:12.7672290Z 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-11-01T16:38:12.7677817Z 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-11-01T16:38:12.7683388Z 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-11-01T16:38:12.7688822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7694054Z 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-11-01T16:38:12.7699681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7705285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7710776Z 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-11-01T16:38:12.7716802Z 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-11-01T16:38:12.7722510Z 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-11-01T16:38:12.7733588Z 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-11-01T16:38:12.7736836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7742584Z 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-11-01T16:38:12.7748864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7754891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7760409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7765983Z 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-11-01T16:38:12.7771658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7777508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7783435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7789065Z 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-11-01T16:38:12.7794897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7800484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7806175Z 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-11-01T16:38:12.7812697Z 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-11-01T16:38:12.7818191Z 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-11-01T16:38:12.7824456Z 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-11-01T16:38:12.7830591Z 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-11-01T16:38:12.7836462Z 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-11-01T16:38:12.7842600Z 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-11-01T16:38:12.7848372Z 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-11-01T16:38:12.7854221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7860370Z 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-11-01T16:38:12.7866341Z 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-11-01T16:38:12.7871918Z 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-11-01T16:38:12.7877858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7884007Z 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-11-01T16:38:12.7889634Z 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-11-01T16:38:12.7895199Z 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-11-01T16:38:12.7901119Z 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-11-01T16:38:12.7907228Z 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-11-01T16:38:12.7913142Z 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-11-01T16:38:12.7918804Z 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-11-01T16:38:12.7937440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7944211Z 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-11-01T16:38:12.7949836Z 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-11-01T16:38:12.7955264Z 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-11-01T16:38:12.7961155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7966361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.7971843Z 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-11-01T16:38:12.7977852Z 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-11-01T16:38:12.7983592Z 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-11-01T16:38:12.7989236Z 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-11-01T16:38:12.7995062Z 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-11-01T16:38:12.8000774Z 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-11-01T16:38:12.8006633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8012366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8017739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8023908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8029426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8035456Z 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-11-01T16:38:12.8040919Z 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-11-01T16:38:12.8046731Z 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-11-01T16:38:12.8052539Z 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-11-01T16:38:12.8058327Z 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-11-01T16:38:12.8064350Z 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-11-01T16:38:12.8070102Z 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-11-01T16:38:12.8076120Z 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-11-01T16:38:12.8081485Z 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-11-01T16:38:12.8087008Z 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-11-01T16:38:12.8092873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8098201Z 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-11-01T16:38:12.8103866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8109262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8115402Z 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-11-01T16:38:12.8120721Z 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-11-01T16:38:12.8126416Z 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-11-01T16:38:12.8131806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8137106Z 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-11-01T16:38:12.8142535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8151094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8154019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8174757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8175641Z 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-11-01T16:38:12.8176346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8179423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8186189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8199966Z 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-11-01T16:38:12.8200703Z 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-11-01T16:38:12.8205290Z 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-11-01T16:38:12.8229380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8235465Z 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-11-01T16:38:12.8240855Z 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-11-01T16:38:12.8246548Z 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-11-01T16:38:12.8252798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8258426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8264449Z 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-11-01T16:38:12.8269784Z 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-11-01T16:38:12.8275332Z 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-11-01T16:38:12.8280945Z 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-11-01T16:38:12.8286744Z 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-11-01T16:38:12.8292225Z 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-11-01T16:38:12.8297752Z 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-11-01T16:38:12.8303905Z 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-11-01T16:38:12.8309226Z 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-11-01T16:38:12.8314719Z 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-11-01T16:38:12.8320325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8326319Z 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-11-01T16:38:12.8331687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8337195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8342829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8348410Z 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-11-01T16:38:12.8354083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8359335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8364543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8369857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8375516Z 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-11-01T16:38:12.8395400Z 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-11-01T16:38:12.8400779Z 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-11-01T16:38:12.8406245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8411756Z 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-11-01T16:38:12.8417233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8422807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8428569Z 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-11-01T16:38:12.8433965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8439292Z 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-11-01T16:38:12.8445390Z 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-11-01T16:38:12.8451063Z 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-11-01T16:38:12.8456312Z 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-11-01T16:38:12.8462172Z 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-11-01T16:38:12.8467759Z 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-11-01T16:38:12.8473341Z 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-11-01T16:38:12.8478878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8484411Z 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-11-01T16:38:12.8490325Z 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-11-01T16:38:12.8495827Z 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-11-01T16:38:12.8501325Z 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-11-01T16:38:12.8507518Z 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-11-01T16:38:12.8513055Z 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-11-01T16:38:12.8518723Z 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-11-01T16:38:12.8524193Z 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-11-01T16:38:12.8529691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8535118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8540715Z 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-11-01T16:38:12.8546787Z 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-11-01T16:38:12.8552675Z 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-11-01T16:38:12.8558367Z 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-11-01T16:38:12.8591239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8591925Z 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-11-01T16:38:12.8592809Z 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-11-01T16:38:12.8593599Z 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-11-01T16:38:12.8594299Z 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-11-01T16:38:12.8597537Z 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-11-01T16:38:12.8603496Z 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-11-01T16:38:12.8609282Z 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-11-01T16:38:12.8614908Z 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-11-01T16:38:12.8620977Z 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-11-01T16:38:12.8626712Z 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-11-01T16:38:12.8632715Z 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-11-01T16:38:12.8638614Z 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-11-01T16:38:12.8644340Z 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-11-01T16:38:12.8650011Z 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-11-01T16:38:12.8655817Z 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-11-01T16:38:12.8661528Z 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-11-01T16:38:12.8666912Z 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-11-01T16:38:12.8672884Z 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-11-01T16:38:12.8678441Z 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-11-01T16:38:12.8684005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8689326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8695137Z 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-11-01T16:38:12.8700753Z 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-11-01T16:38:12.8706135Z 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-11-01T16:38:12.8712082Z 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-11-01T16:38:12.8717938Z 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-11-01T16:38:12.8723606Z 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-11-01T16:38:12.8729313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8734855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8740496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8746254Z 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-11-01T16:38:12.8751971Z 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-11-01T16:38:12.8757630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8763758Z 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-11-01T16:38:12.8769626Z 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-11-01T16:38:12.8775154Z 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-11-01T16:38:12.8780816Z 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-11-01T16:38:12.8786416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8792651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8797925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8804126Z 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-11-01T16:38:12.8809556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8815084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8820742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8826724Z 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-11-01T16:38:12.8832525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8838263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8844009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8850106Z 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-11-01T16:38:12.8855773Z 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-11-01T16:38:12.8861790Z 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-11-01T16:38:12.8867534Z 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-11-01T16:38:12.8874030Z 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-11-01T16:38:12.8880006Z 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-11-01T16:38:12.8885611Z 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-11-01T16:38:12.8891162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8897119Z 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-11-01T16:38:12.8902958Z 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-11-01T16:38:12.8908608Z 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-11-01T16:38:12.8914376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8920380Z 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-11-01T16:38:12.8926160Z 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-11-01T16:38:12.8931959Z 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-11-01T16:38:12.8937833Z 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-11-01T16:38:12.8944077Z 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-11-01T16:38:12.8949855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8955540Z 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-11-01T16:38:12.8961441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8967046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.8972612Z 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-11-01T16:38:12.8978698Z 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-11-01T16:38:12.8984446Z 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-11-01T16:38:12.8990315Z 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-11-01T16:38:12.8996045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9002119Z 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-11-01T16:38:12.9007652Z 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-11-01T16:38:12.9013681Z 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-11-01T16:38:12.9019716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9025874Z 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-11-01T16:38:12.9031671Z 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-11-01T16:38:12.9037400Z 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-11-01T16:38:12.9043741Z 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-11-01T16:38:12.9049679Z 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-11-01T16:38:12.9055268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9071780Z 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-11-01T16:38:12.9073932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9075454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9079250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9085286Z 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-11-01T16:38:12.9091138Z 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-11-01T16:38:12.9096877Z 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-11-01T16:38:12.9102559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9108487Z 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-11-01T16:38:12.9114340Z 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-11-01T16:38:12.9119939Z 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-11-01T16:38:12.9125648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9131582Z 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-11-01T16:38:12.9137317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9142559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9148547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9153896Z 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-11-01T16:38:12.9159498Z 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-11-01T16:38:12.9164394Z 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-11-01T16:38:12.9170240Z 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-11-01T16:38:12.9175867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9182514Z 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-11-01T16:38:12.9188090Z 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-11-01T16:38:12.9193520Z 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-11-01T16:38:12.9198746Z 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-11-01T16:38:12.9204367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9209907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9220720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9222531Z 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-11-01T16:38:12.9229790Z 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-11-01T16:38:12.9235544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9241541Z 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-11-01T16:38:12.9247386Z 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-11-01T16:38:12.9252943Z 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-11-01T16:38:12.9258702Z 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-11-01T16:38:12.9264401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9269949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9275564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9281389Z 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-11-01T16:38:12.9287005Z 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-11-01T16:38:12.9292842Z 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-11-01T16:38:12.9298522Z 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-11-01T16:38:12.9304056Z 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-11-01T16:38:12.9309979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9315394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9320881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9326021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9331911Z 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-11-01T16:38:12.9337706Z 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-11-01T16:38:12.9343535Z 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-11-01T16:38:12.9349124Z 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-11-01T16:38:12.9354723Z 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-11-01T16:38:12.9360276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9366266Z 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-11-01T16:38:12.9372086Z 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-11-01T16:38:12.9377597Z 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-11-01T16:38:12.9383312Z 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-11-01T16:38:12.9388933Z 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-11-01T16:38:12.9394574Z 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-11-01T16:38:12.9400586Z 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-11-01T16:38:12.9406568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9412244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9417835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9423712Z 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-11-01T16:38:12.9429391Z 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-11-01T16:38:12.9435063Z 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-11-01T16:38:12.9440761Z 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-11-01T16:38:12.9446498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9452286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9458307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9464408Z 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-11-01T16:38:12.9470214Z 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-11-01T16:38:12.9476656Z 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-11-01T16:38:12.9482777Z 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-11-01T16:38:12.9488755Z 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-11-01T16:38:12.9494966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:12.9501275Z 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-11-01T16:38:12.9507180Z 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-11-01T16:38:12.9513427Z 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-11-01T16:38:12.9519361Z 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-11-01T16:38:12.9525573Z 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-11-01T16:38:12.9532061Z 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-11-01T16:38:12.9538095Z 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-11-01T16:38:12.9544299Z 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-11-01T16:38:12.9550368Z 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-11-01T16:38:13.0788404Z 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-11-01T16:38:13.0793979Z 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-11-01T16:38:13.0799971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0807008Z 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-11-01T16:38:13.0813121Z 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-11-01T16:38:13.0818722Z 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-11-01T16:38:13.0825088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0831709Z 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-11-01T16:38:13.0841824Z 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-11-01T16:38:13.0847843Z 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-11-01T16:38:13.0853990Z 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-11-01T16:38:13.0860473Z 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-11-01T16:38:13.0866464Z 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-11-01T16:38:13.0872470Z 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-11-01T16:38:13.0878244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0884300Z 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-11-01T16:38:13.0890185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0896566Z 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-11-01T16:38:13.0902602Z 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-11-01T16:38:13.0908377Z 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-11-01T16:38:13.0914192Z 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-11-01T16:38:13.0919917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0925778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0931632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.0937758Z 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-11-01T16:38:13.0944337Z 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-11-01T16:38:13.0951176Z 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-11-01T16:38:13.0983734Z 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-11-01T16:38:13.1007216Z 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-11-01T16:38:13.1101819Z 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-11-01T16:38:13.1109164Z 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-11-01T16:38:13.1116129Z 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-11-01T16:38:13.1123732Z 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-11-01T16:38:13.1130911Z 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-11-01T16:38:13.1137755Z 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-11-01T16:38:13.1145923Z 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-11-01T16:38:13.1153542Z 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-11-01T16:38:13.1160935Z 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-11-01T16:38:13.1168625Z 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-11-01T16:38:13.1176506Z 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-11-01T16:38:13.1183883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1201942Z 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-11-01T16:38:13.1208048Z 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-11-01T16:38:13.1213880Z 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-11-01T16:38:13.1219717Z 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-11-01T16:38:13.1225535Z 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-11-01T16:38:13.1231696Z 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-11-01T16:38:13.1237454Z 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-11-01T16:38:13.1243271Z 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-11-01T16:38:13.1249472Z 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-11-01T16:38:13.1263161Z 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-11-01T16:38:13.1268945Z 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-11-01T16:38:13.1274905Z 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-11-01T16:38:13.1280756Z 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-11-01T16:38:13.1286610Z 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-11-01T16:38:13.1292259Z 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-11-01T16:38:13.1297957Z 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-11-01T16:38:13.1303745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1309775Z 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-11-01T16:38:13.1316074Z 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-11-01T16:38:13.1321785Z 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-11-01T16:38:13.1327646Z 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-11-01T16:38:13.1333410Z 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-11-01T16:38:13.1339307Z 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-11-01T16:38:13.1345471Z 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-11-01T16:38:13.1351267Z 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-11-01T16:38:13.1357505Z 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-11-01T16:38:13.1363501Z 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-11-01T16:38:13.1369185Z 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-11-01T16:38:13.1375309Z 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-11-01T16:38:13.1381279Z 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-11-01T16:38:13.1387632Z 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-11-01T16:38:13.1392844Z 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-11-01T16:38:13.1398719Z 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-11-01T16:38:13.1404432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1410257Z 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-11-01T16:38:13.1416832Z 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-11-01T16:38:13.1422536Z 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-11-01T16:38:13.1428395Z 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-11-01T16:38:13.1434191Z 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-11-01T16:38:13.1440181Z 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-11-01T16:38:13.1446194Z 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-11-01T16:38:13.1451878Z 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-11-01T16:38:13.1457947Z 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-11-01T16:38:13.1464024Z 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-11-01T16:38:13.1469830Z 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-11-01T16:38:13.1475876Z 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-11-01T16:38:13.1481575Z 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-11-01T16:38:13.1487526Z 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-11-01T16:38:13.1493430Z 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-11-01T16:38:13.1500596Z 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-11-01T16:38:13.1506622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1512754Z 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-11-01T16:38:13.1519592Z 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-11-01T16:38:13.1525623Z 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-11-01T16:38:13.1531576Z 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-11-01T16:38:13.1537513Z 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-11-01T16:38:13.1543842Z 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-11-01T16:38:13.1549984Z 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-11-01T16:38:13.1555990Z 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-11-01T16:38:13.1562725Z 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-11-01T16:38:13.1568413Z 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-11-01T16:38:13.1574364Z 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-11-01T16:38:13.1580845Z 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-11-01T16:38:13.1613583Z 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-11-01T16:38:13.1615283Z 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-11-01T16:38:13.1616975Z 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-11-01T16:38:13.1618735Z 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-11-01T16:38:13.1620490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1622135Z 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-11-01T16:38:13.1627181Z 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-11-01T16:38:13.1633143Z 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-11-01T16:38:13.1639215Z 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-11-01T16:38:13.1645072Z 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-11-01T16:38:13.1651197Z 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-11-01T16:38:13.1657260Z 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-11-01T16:38:13.1664080Z 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-11-01T16:38:13.1669763Z 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-11-01T16:38:13.1675742Z 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-11-01T16:38:13.1681508Z 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-11-01T16:38:13.1687408Z 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-11-01T16:38:13.1693170Z 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-11-01T16:38:13.1699127Z 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-11-01T16:38:13.1705025Z 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-11-01T16:38:13.1710840Z 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-11-01T16:38:13.1716704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1722595Z 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-11-01T16:38:13.1729328Z 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-11-01T16:38:13.1735289Z 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-11-01T16:38:13.1741363Z 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-11-01T16:38:13.1747353Z 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-11-01T16:38:13.1753426Z 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-11-01T16:38:13.1773810Z 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-11-01T16:38:13.1780167Z 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-11-01T16:38:13.1786106Z 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-11-01T16:38:13.1792162Z 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-11-01T16:38:13.1798160Z 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-11-01T16:38:13.1804468Z 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-11-01T16:38:13.1810624Z 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-11-01T16:38:13.1816694Z 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-11-01T16:38:13.1822732Z 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-11-01T16:38:13.1828855Z 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-11-01T16:38:13.1834633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1840391Z 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-11-01T16:38:13.1846582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1852823Z 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-11-01T16:38:13.1859002Z 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-11-01T16:38:13.1864865Z 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-11-01T16:38:13.1870507Z 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-11-01T16:38:13.1876163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1882015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1888303Z 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-11-01T16:38:13.1894661Z 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-11-01T16:38:13.1900562Z 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-11-01T16:38:13.1906519Z 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-11-01T16:38:13.1912202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1927618Z 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-11-01T16:38:13.1933425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1938995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1944867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1950944Z 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-11-01T16:38:13.1956766Z 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-11-01T16:38:13.1962561Z 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-11-01T16:38:13.1968237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.1974330Z 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-11-01T16:38:13.1980196Z 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-11-01T16:38:13.1985970Z 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-11-01T16:38:13.1991850Z 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-11-01T16:38:13.1997722Z 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-11-01T16:38:13.2003611Z 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-11-01T16:38:13.2010261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2017263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2022914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2028703Z 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-11-01T16:38:13.2038564Z 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-11-01T16:38:13.2044195Z 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-11-01T16:38:13.2049932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2055566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2061065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2066463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2071772Z 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-11-01T16:38:13.2077569Z 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-11-01T16:38:13.2084518Z 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-11-01T16:38:13.2090467Z 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-11-01T16:38:13.2096037Z 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-11-01T16:38:13.2101864Z 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-11-01T16:38:13.2107809Z 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-11-01T16:38:13.2113538Z 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-11-01T16:38:13.2120160Z 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-11-01T16:38:13.2125789Z 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-11-01T16:38:13.2131407Z 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-11-01T16:38:13.2137634Z 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-11-01T16:38:13.2143300Z 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-11-01T16:38:13.2148917Z 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-11-01T16:38:13.2154643Z 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-11-01T16:38:13.2160292Z 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-11-01T16:38:13.2166424Z 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-11-01T16:38:13.2172304Z 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-11-01T16:38:13.2178223Z 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-11-01T16:38:13.2184794Z 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-11-01T16:38:13.2190741Z 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-11-01T16:38:13.2196536Z 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-11-01T16:38:13.2202332Z 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-11-01T16:38:13.2208117Z 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-11-01T16:38:13.2213598Z 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-11-01T16:38:13.2219578Z 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-11-01T16:38:13.2225026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2231245Z 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-11-01T16:38:13.2237020Z 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-11-01T16:38:13.2242628Z 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-11-01T16:38:13.2248311Z 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-11-01T16:38:13.2254086Z 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-11-01T16:38:13.2259759Z 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-11-01T16:38:13.2265758Z 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-11-01T16:38:13.2271282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2276898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2282133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2287696Z 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-11-01T16:38:13.2293039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2298698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2304383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2310076Z 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-11-01T16:38:13.2324243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2329487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2335044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2340761Z 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-11-01T16:38:13.2346252Z 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-11-01T16:38:13.2352506Z 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-11-01T16:38:13.2357995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2363728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2369351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2375058Z 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-11-01T16:38:13.2380692Z 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-11-01T16:38:13.2386159Z 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-11-01T16:38:13.2391786Z 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-11-01T16:38:13.2398030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2403799Z 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-11-01T16:38:13.2410158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2415801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2421146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2426914Z 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-11-01T16:38:13.2433025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2438633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2443496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2448832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2454634Z 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-11-01T16:38:13.2460486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2467075Z 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-11-01T16:38:13.2472802Z 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-11-01T16:38:13.2478219Z 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-11-01T16:38:13.2484229Z 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-11-01T16:38:13.2489887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2495657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2501879Z 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-11-01T16:38:13.2507459Z 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-11-01T16:38:13.2513337Z 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-11-01T16:38:13.2518976Z 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-11-01T16:38:13.2524723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2530338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2536044Z 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-11-01T16:38:13.2542474Z 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-11-01T16:38:13.2548635Z 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-11-01T16:38:13.2554431Z 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-11-01T16:38:13.2560397Z 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-11-01T16:38:13.2566386Z 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-11-01T16:38:13.2572492Z 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-11-01T16:38:13.2578560Z 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-11-01T16:38:13.2585074Z 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-11-01T16:38:13.2591630Z 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-11-01T16:38:13.2598129Z 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-11-01T16:38:13.2604146Z 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-11-01T16:38:13.2610276Z 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-11-01T16:38:13.2616374Z 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-11-01T16:38:13.2622713Z 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-11-01T16:38:13.2628599Z 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-11-01T16:38:13.2634440Z 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-11-01T16:38:13.2640457Z 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-11-01T16:38:13.2646451Z 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-11-01T16:38:13.2652608Z 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-11-01T16:38:13.2658397Z 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-11-01T16:38:13.2664326Z 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-11-01T16:38:13.2670645Z 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-11-01T16:38:13.2676006Z 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-11-01T16:38:13.2681862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.2688224Z 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-11-01T16:38:13.2969366Z 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-11-01T16:38:13.2975958Z 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-11-01T16:38:13.2981592Z 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-11-01T16:38:13.2987666Z 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-11-01T16:38:13.2993599Z 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-11-01T16:38:13.2999512Z 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-11-01T16:38:13.3005336Z 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-11-01T16:38:13.3011536Z 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-11-01T16:38:13.3017314Z 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-11-01T16:38:13.3023235Z 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-11-01T16:38:13.3028997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3035039Z 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-11-01T16:38:13.3040553Z 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-11-01T16:38:13.3046099Z 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-11-01T16:38:13.3051660Z 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-11-01T16:38:13.3057201Z 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-11-01T16:38:13.3062906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3068480Z 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-11-01T16:38:13.3074258Z 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-11-01T16:38:13.3079967Z 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-11-01T16:38:13.3085610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3091279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3097252Z 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-11-01T16:38:13.3103597Z 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-11-01T16:38:13.3109540Z 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-11-01T16:38:13.3115399Z 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-11-01T16:38:13.3121353Z 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-11-01T16:38:13.3127227Z 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-11-01T16:38:13.3135124Z 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-11-01T16:38:13.3142306Z 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-11-01T16:38:13.3152572Z 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-11-01T16:38:13.3158992Z 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-11-01T16:38:13.3165543Z 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-11-01T16:38:13.3172244Z 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-11-01T16:38:13.3179103Z 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-11-01T16:38:13.3185268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3191414Z 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-11-01T16:38:13.3197508Z 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-11-01T16:38:13.3202982Z 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-11-01T16:38:13.3208478Z 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-11-01T16:38:13.3214041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3219983Z 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-11-01T16:38:13.3225688Z 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-11-01T16:38:13.3231154Z 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-11-01T16:38:13.3236980Z 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-11-01T16:38:13.3243063Z 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-11-01T16:38:13.3248826Z 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-11-01T16:38:13.3254490Z 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-11-01T16:38:13.3260385Z 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-11-01T16:38:13.3266069Z 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-11-01T16:38:13.3271376Z 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-11-01T16:38:13.3276719Z 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-11-01T16:38:13.3282176Z 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-11-01T16:38:13.3287954Z 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-11-01T16:38:13.3293735Z 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-11-01T16:38:13.3299473Z 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-11-01T16:38:13.3304895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3310346Z 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-11-01T16:38:13.3315682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3321205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3327367Z 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-11-01T16:38:13.3333412Z 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-11-01T16:38:13.3339361Z 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-11-01T16:38:13.3344922Z 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-11-01T16:38:13.3350437Z 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-11-01T16:38:13.3356308Z 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-11-01T16:38:13.3361935Z 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-11-01T16:38:13.3367599Z 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-11-01T16:38:13.3373229Z 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-11-01T16:38:13.3385266Z 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-11-01T16:38:13.3390563Z 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-11-01T16:38:13.3396220Z 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-11-01T16:38:13.3402577Z 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-11-01T16:38:13.3408077Z 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-11-01T16:38:13.3413628Z 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-11-01T16:38:13.3419316Z 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-11-01T16:38:13.3424825Z 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-11-01T16:38:13.3430261Z 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-11-01T16:38:13.3435981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3441643Z 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-11-01T16:38:13.3446994Z 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-11-01T16:38:13.3452115Z 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-11-01T16:38:13.3457461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3464223Z 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-11-01T16:38:13.3469332Z 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-11-01T16:38:13.3490976Z 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-11-01T16:38:13.3496851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3502832Z 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-11-01T16:38:13.3508825Z 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-11-01T16:38:13.3514441Z 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-11-01T16:38:13.3519515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3525904Z 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-11-01T16:38:13.3531751Z 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-11-01T16:38:13.3542759Z 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-11-01T16:38:13.3548276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3554148Z 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-11-01T16:38:13.3559645Z 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-11-01T16:38:13.3565211Z 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-11-01T16:38:13.3570336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3581984Z 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-11-01T16:38:13.3588140Z 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-11-01T16:38:13.3593541Z 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-11-01T16:38:13.3599522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3606261Z 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-11-01T16:38:13.3612754Z 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-11-01T16:38:13.3619793Z 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-11-01T16:38:13.3626069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3637672Z 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-11-01T16:38:13.3638718Z 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-11-01T16:38:13.3644288Z 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-11-01T16:38:13.3650250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3656272Z 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-11-01T16:38:13.3662279Z 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-11-01T16:38:13.3667965Z 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-11-01T16:38:13.3673940Z 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-11-01T16:38:13.3679655Z 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-11-01T16:38:13.3685550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3691692Z 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-11-01T16:38:13.3697422Z 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-11-01T16:38:13.3703300Z 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-11-01T16:38:13.3709097Z 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-11-01T16:38:13.3714801Z 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-11-01T16:38:13.3721432Z 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-11-01T16:38:13.3728898Z 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-11-01T16:38:13.3734569Z 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-11-01T16:38:13.3739814Z 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-11-01T16:38:13.3745636Z 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-11-01T16:38:13.3751182Z 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-11-01T16:38:13.3756726Z 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-11-01T16:38:13.3762365Z 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-11-01T16:38:13.3767668Z 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-11-01T16:38:13.3772857Z 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-11-01T16:38:13.3778383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3784153Z 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-11-01T16:38:13.3789400Z 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-11-01T16:38:13.3794929Z 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-11-01T16:38:13.3800470Z 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-11-01T16:38:13.3806078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3812289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3818171Z 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-11-01T16:38:13.3824015Z 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-11-01T16:38:13.3829660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3835355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3841351Z 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-11-01T16:38:13.3846989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3852450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3858246Z 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-11-01T16:38:13.3869855Z 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-11-01T16:38:13.3875373Z 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-11-01T16:38:13.3880976Z 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-11-01T16:38:13.3886631Z 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-11-01T16:38:13.3892113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3897495Z 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-11-01T16:38:13.3902996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3942857Z 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-11-01T16:38:13.3945013Z 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-11-01T16:38:13.3946799Z 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-11-01T16:38:13.3948373Z 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-11-01T16:38:13.3949910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3951459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3952952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.3954692Z 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-11-01T16:38:13.3956468Z 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-11-01T16:38:13.3958058Z 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-11-01T16:38:13.3963652Z 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-11-01T16:38:13.3974716Z 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-11-01T16:38:13.3980365Z 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-11-01T16:38:13.3986679Z 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-11-01T16:38:13.3992178Z 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-11-01T16:38:13.3997784Z 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-11-01T16:38:13.4003270Z 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-11-01T16:38:13.4009186Z 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-11-01T16:38:13.4014822Z 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-11-01T16:38:13.4020950Z 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-11-01T16:38:13.4026701Z 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-11-01T16:38:13.4032763Z 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-11-01T16:38:13.4039036Z 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-11-01T16:38:13.4045739Z 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-11-01T16:38:13.4051482Z 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-11-01T16:38:13.4057553Z 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-11-01T16:38:13.4063504Z 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-11-01T16:38:13.4069477Z 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-11-01T16:38:13.4075576Z 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-11-01T16:38:13.4081597Z 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-11-01T16:38:13.4087579Z 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-11-01T16:38:13.4093148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4121658Z 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-11-01T16:38:13.4123578Z 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-11-01T16:38:13.4125490Z 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-11-01T16:38:13.4127438Z 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-11-01T16:38:13.4129360Z 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-11-01T16:38:13.4131619Z 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-11-01T16:38:13.4137428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4143998Z 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-11-01T16:38:13.4149682Z 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-11-01T16:38:13.4155955Z 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-11-01T16:38:13.4161213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4166869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4172664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4178184Z 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-11-01T16:38:13.4183943Z 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-11-01T16:38:13.4189761Z 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-11-01T16:38:13.4195213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4200753Z 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-11-01T16:38:13.4207044Z 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-11-01T16:38:13.4243172Z 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-11-01T16:38:13.4244858Z 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-11-01T16:38:13.4246631Z 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-11-01T16:38:13.4248424Z 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-11-01T16:38:13.4249973Z 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-11-01T16:38:13.4251501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4253271Z 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-11-01T16:38:13.4258068Z 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-11-01T16:38:13.4263649Z 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-11-01T16:38:13.4270731Z 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-11-01T16:38:13.4276778Z 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-11-01T16:38:13.4282463Z 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-11-01T16:38:13.4287930Z 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-11-01T16:38:13.4293612Z 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-11-01T16:38:13.4299367Z 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-11-01T16:38:13.4304945Z 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-11-01T16:38:13.4310613Z 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-11-01T16:38:13.4315975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4321750Z 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-11-01T16:38:13.4327447Z 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-11-01T16:38:13.4332847Z 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-11-01T16:38:13.4338587Z 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-11-01T16:38:13.4344520Z 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-11-01T16:38:13.4350549Z 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-11-01T16:38:13.4356664Z 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-11-01T16:38:13.4362220Z 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-11-01T16:38:13.4374180Z 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-11-01T16:38:13.4379811Z 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-11-01T16:38:13.4385316Z 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-11-01T16:38:13.4390777Z 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-11-01T16:38:13.4396431Z 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-11-01T16:38:13.4402180Z 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-11-01T16:38:13.4407535Z 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-11-01T16:38:13.4413356Z 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-11-01T16:38:13.4419035Z 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-11-01T16:38:13.4425053Z 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-11-01T16:38:13.4431047Z 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-11-01T16:38:13.4436789Z 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-11-01T16:38:13.4458559Z 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-11-01T16:38:13.4464410Z 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-11-01T16:38:13.4470087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4476161Z 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-11-01T16:38:13.4482642Z 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-11-01T16:38:13.4488787Z 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-11-01T16:38:13.4494639Z 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-11-01T16:38:13.4500604Z 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-11-01T16:38:13.4506977Z 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-11-01T16:38:13.4512864Z 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-11-01T16:38:13.4518510Z 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-11-01T16:38:13.4524853Z 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-11-01T16:38:13.4530720Z 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-11-01T16:38:13.4553327Z 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-11-01T16:38:13.4559173Z 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-11-01T16:38:13.4565148Z 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-11-01T16:38:13.4571128Z 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-11-01T16:38:13.4577299Z 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-11-01T16:38:13.4583450Z 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-11-01T16:38:13.4589263Z 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-11-01T16:38:13.4594829Z 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-11-01T16:38:13.4600831Z 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-11-01T16:38:13.4636912Z 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-11-01T16:38:13.4638842Z 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-11-01T16:38:13.4640586Z 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-11-01T16:38:13.4642492Z 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-11-01T16:38:13.4644332Z 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-11-01T16:38:13.4646216Z 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-11-01T16:38:13.4648427Z 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-11-01T16:38:13.4654334Z 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-11-01T16:38:13.4660479Z 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-11-01T16:38:13.4666017Z 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-11-01T16:38:13.4671848Z 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-11-01T16:38:13.4677542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4683415Z 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-11-01T16:38:13.4689425Z 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-11-01T16:38:13.4695079Z 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-11-01T16:38:13.4700855Z 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-11-01T16:38:13.4706481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4712158Z 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-11-01T16:38:13.4717758Z 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-11-01T16:38:13.4723623Z 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-11-01T16:38:13.4729152Z 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-11-01T16:38:13.4734939Z 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-11-01T16:38:13.4740933Z 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-11-01T16:38:13.4746527Z 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-11-01T16:38:13.4752105Z 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-11-01T16:38:13.4757951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4763186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4768144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4773500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4778369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4783503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4788880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4794556Z 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-11-01T16:38:13.4799823Z 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-11-01T16:38:13.4805551Z 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-11-01T16:38:13.4811142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4816747Z 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-11-01T16:38:13.4822116Z 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-11-01T16:38:13.4827584Z 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-11-01T16:38:13.4832978Z 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-11-01T16:38:13.4838777Z 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-11-01T16:38:13.4844482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4850372Z 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-11-01T16:38:13.4856070Z 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-11-01T16:38:13.4861946Z 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-11-01T16:38:13.4867515Z 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-11-01T16:38:13.4873222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4879137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4885065Z 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-11-01T16:38:13.4891741Z 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-11-01T16:38:13.4896956Z 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-11-01T16:38:13.4902920Z 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-11-01T16:38:13.4908537Z 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-11-01T16:38:13.4914557Z 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-11-01T16:38:13.4920268Z 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-11-01T16:38:13.4925965Z 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-11-01T16:38:13.4931531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.4937172Z 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-11-01T16:38:13.4943079Z 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-11-01T16:38:13.4949125Z 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-11-01T16:38:13.4955200Z 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-11-01T16:38:13.4961039Z 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-11-01T16:38:13.4967397Z 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-11-01T16:38:13.4973219Z 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-11-01T16:38:13.4978982Z 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-11-01T16:38:13.4984926Z 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-11-01T16:38:13.4990959Z 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-11-01T16:38:13.4996588Z 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-11-01T16:38:13.5002329Z 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-11-01T16:38:13.5008032Z 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-11-01T16:38:13.5013726Z 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-11-01T16:38:13.5020470Z 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-11-01T16:38:13.5026904Z 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-11-01T16:38:13.5032488Z 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-11-01T16:38:13.5038637Z 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-11-01T16:38:13.5044641Z 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-11-01T16:38:13.5051017Z 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-11-01T16:38:13.5056734Z 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-11-01T16:38:13.5062602Z 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-11-01T16:38:13.5068668Z 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-11-01T16:38:13.5075018Z 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-11-01T16:38:13.5081065Z 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-11-01T16:38:13.5087261Z 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-11-01T16:38:13.5093446Z 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-11-01T16:38:13.5099679Z 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-11-01T16:38:13.5105639Z 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-11-01T16:38:13.5112534Z 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-11-01T16:38:13.5118702Z 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-11-01T16:38:13.5124796Z 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-11-01T16:38:13.5130661Z 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-11-01T16:38:13.5137469Z 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-11-01T16:38:13.5143720Z 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-11-01T16:38:13.5152706Z 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-11-01T16:38:13.5155936Z 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-11-01T16:38:13.5162184Z 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-11-01T16:38:13.5168606Z 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-11-01T16:38:13.5175582Z 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-11-01T16:38:13.5181533Z 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-11-01T16:38:13.5188735Z 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-11-01T16:38:13.5194211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5199999Z 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-11-01T16:38:13.5205421Z 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-11-01T16:38:13.5214079Z 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-11-01T16:38:13.5217642Z 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-11-01T16:38:13.5223861Z 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-11-01T16:38:13.5230300Z 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-11-01T16:38:13.5236417Z 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-11-01T16:38:13.5242364Z 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-11-01T16:38:13.5248542Z 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-11-01T16:38:13.5254872Z 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-11-01T16:38:13.5261078Z 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-11-01T16:38:13.5267263Z 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-11-01T16:38:13.5273512Z 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-11-01T16:38:13.5279489Z 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-11-01T16:38:13.5285307Z 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-11-01T16:38:13.5291259Z 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-11-01T16:38:13.5297535Z 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-11-01T16:38:13.5303960Z 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-11-01T16:38:13.5309953Z 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-11-01T16:38:13.5315920Z 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-11-01T16:38:13.5322151Z 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-11-01T16:38:13.5328298Z 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-11-01T16:38:13.5334197Z 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-11-01T16:38:13.5346626Z 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-11-01T16:38:13.5348552Z 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-11-01T16:38:13.5356372Z 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-11-01T16:38:13.5363586Z 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-11-01T16:38:13.5370618Z 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-11-01T16:38:13.5377225Z 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-11-01T16:38:13.5380922Z 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-11-01T16:38:13.5385965Z 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-11-01T16:38:13.5391499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5397001Z 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-11-01T16:38:13.5402766Z 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-11-01T16:38:13.5408512Z 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-11-01T16:38:13.5414207Z 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-11-01T16:38:13.5420595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5426115Z 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-11-01T16:38:13.5431984Z 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-11-01T16:38:13.5437902Z 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-11-01T16:38:13.5443544Z 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-11-01T16:38:13.5449370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5455057Z 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-11-01T16:38:13.5461020Z 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-11-01T16:38:13.5467472Z 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-11-01T16:38:13.5473631Z 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-11-01T16:38:13.5479342Z 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-11-01T16:38:13.5485441Z 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-11-01T16:38:13.5491083Z 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-11-01T16:38:13.5497258Z 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-11-01T16:38:13.5502650Z 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-11-01T16:38:13.5508762Z 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-11-01T16:38:13.5514851Z 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-11-01T16:38:13.5520707Z 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-11-01T16:38:13.5526557Z 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-11-01T16:38:13.5532512Z 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-11-01T16:38:13.5538644Z 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-11-01T16:38:13.5544933Z 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-11-01T16:38:13.5556488Z 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-11-01T16:38:13.5562247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5567965Z 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-11-01T16:38:13.5573589Z 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-11-01T16:38:13.5579360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5585145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5591090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5597177Z 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-11-01T16:38:13.5602930Z 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-11-01T16:38:13.5609007Z 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-11-01T16:38:13.5614866Z 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-11-01T16:38:13.5621107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5627494Z 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-11-01T16:38:13.5633792Z 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-11-01T16:38:13.5639667Z 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-11-01T16:38:13.5645666Z 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-11-01T16:38:13.5651624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5657607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5664107Z 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-11-01T16:38:13.5669931Z 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-11-01T16:38:13.5675979Z 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-11-01T16:38:13.5682079Z 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-11-01T16:38:13.5688114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5694741Z 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-11-01T16:38:13.5700381Z 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-11-01T16:38:13.5706395Z 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-11-01T16:38:13.5712220Z 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-11-01T16:38:13.5718651Z 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-11-01T16:38:13.5724259Z 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-11-01T16:38:13.5730135Z 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-11-01T16:38:13.5735779Z 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-11-01T16:38:13.5741541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5747686Z 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-11-01T16:38:13.5753310Z 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-11-01T16:38:13.5759325Z 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-11-01T16:38:13.5764800Z 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-11-01T16:38:13.5775951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5781977Z 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-11-01T16:38:13.5787497Z 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-11-01T16:38:13.5793144Z 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-11-01T16:38:13.5798748Z 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-11-01T16:38:13.5804364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5810222Z 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-11-01T16:38:13.5815641Z 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-11-01T16:38:13.5821267Z 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-11-01T16:38:13.5826963Z 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-11-01T16:38:13.5832703Z 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-11-01T16:38:13.5838640Z 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-11-01T16:38:13.5844383Z 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-11-01T16:38:13.5849964Z 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-11-01T16:38:13.5856112Z 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-11-01T16:38:13.5861841Z 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-11-01T16:38:13.5867875Z 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-11-01T16:38:13.5873462Z 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-11-01T16:38:13.5879342Z 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-11-01T16:38:13.5884953Z 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-11-01T16:38:13.5890512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5896419Z 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-11-01T16:38:13.5902118Z 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-11-01T16:38:13.5907483Z 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-11-01T16:38:13.5913315Z 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-11-01T16:38:13.5919313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5926033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5963995Z 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-11-01T16:38:13.5965809Z 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-11-01T16:38:13.5967447Z 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-11-01T16:38:13.5969170Z 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-11-01T16:38:13.5970895Z 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-11-01T16:38:13.5972794Z 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-11-01T16:38:13.5974560Z 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-11-01T16:38:13.5978043Z 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-11-01T16:38:13.5983969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.5990245Z 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-11-01T16:38:13.5996090Z 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-11-01T16:38:13.6001929Z 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-11-01T16:38:13.6007934Z 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-11-01T16:38:13.6013690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6019523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6030660Z 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-11-01T16:38:13.6036558Z 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-11-01T16:38:13.6042271Z 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-11-01T16:38:13.6047957Z 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-11-01T16:38:13.6054670Z 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-11-01T16:38:13.6060130Z 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-11-01T16:38:13.6066144Z 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-11-01T16:38:13.6072525Z 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-11-01T16:38:13.6077953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6083592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6089599Z 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-11-01T16:38:13.6114523Z 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-11-01T16:38:13.6120193Z 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-11-01T16:38:13.6126000Z 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-11-01T16:38:13.6131891Z 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-11-01T16:38:13.6137650Z 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-11-01T16:38:13.6143449Z 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-11-01T16:38:13.6149321Z 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-11-01T16:38:13.6155116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6161205Z 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-11-01T16:38:13.6166882Z 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-11-01T16:38:13.6172695Z 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-11-01T16:38:13.6178333Z 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-11-01T16:38:13.6184106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6190315Z 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-11-01T16:38:13.6195994Z 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-11-01T16:38:13.6201678Z 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-11-01T16:38:13.6209419Z 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-11-01T16:38:13.6248073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6249826Z 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-11-01T16:38:13.6251617Z 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-11-01T16:38:13.6253410Z 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-11-01T16:38:13.6255084Z 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-11-01T16:38:13.6256648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6258592Z 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-11-01T16:38:13.6262293Z 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-11-01T16:38:13.6268491Z 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-11-01T16:38:13.6274363Z 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-11-01T16:38:13.6280170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6286063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6292136Z 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-11-01T16:38:13.6298409Z 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-11-01T16:38:13.6303839Z 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-11-01T16:38:13.6309589Z 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-11-01T16:38:13.6315335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6321672Z 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-11-01T16:38:13.6327384Z 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-11-01T16:38:13.6333420Z 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-11-01T16:38:13.6339885Z 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-11-01T16:38:13.6346023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6352153Z 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-11-01T16:38:13.6357961Z 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-11-01T16:38:13.6369318Z 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-11-01T16:38:13.6374900Z 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-11-01T16:38:13.6381088Z 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-11-01T16:38:13.6386817Z 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-11-01T16:38:13.6392549Z 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-11-01T16:38:13.6398286Z 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-11-01T16:38:13.6404038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6410002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6416456Z 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-11-01T16:38:13.6422953Z 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-11-01T16:38:13.6429184Z 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-11-01T16:38:13.6434951Z 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-11-01T16:38:13.6441002Z 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-11-01T16:38:13.6446908Z 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-11-01T16:38:13.6452786Z 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-11-01T16:38:13.6458774Z 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-11-01T16:38:13.6465171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6471423Z 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-11-01T16:38:13.6477161Z 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-11-01T16:38:13.6482949Z 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-11-01T16:38:13.6494154Z 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-11-01T16:38:13.6500060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6506171Z 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-11-01T16:38:13.6511939Z 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-11-01T16:38:13.6517684Z 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-11-01T16:38:13.6523406Z 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-11-01T16:38:13.6529385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6535661Z 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-11-01T16:38:13.6541525Z 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-11-01T16:38:13.6547354Z 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-11-01T16:38:13.6553133Z 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-11-01T16:38:13.6558978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6564910Z 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-11-01T16:38:13.6570541Z 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-11-01T16:38:13.6576289Z 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-11-01T16:38:13.6582134Z 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-11-01T16:38:13.6587776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6593814Z 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-11-01T16:38:13.6599651Z 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-11-01T16:38:13.6605810Z 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-11-01T16:38:13.6612009Z 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-11-01T16:38:13.6617977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6624551Z 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-11-01T16:38:13.6630588Z 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-11-01T16:38:13.6642360Z 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-11-01T16:38:13.6644014Z 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-11-01T16:38:13.6650484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6657599Z 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-11-01T16:38:13.6663755Z 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-11-01T16:38:13.6669329Z 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-11-01T16:38:13.6676247Z 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-11-01T16:38:13.6680452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6686941Z 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-11-01T16:38:13.6692804Z 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-11-01T16:38:13.6699499Z 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-11-01T16:38:13.6707429Z 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-11-01T16:38:13.6711677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6717925Z 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-11-01T16:38:13.6724491Z 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-11-01T16:38:13.6730357Z 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-11-01T16:38:13.6736244Z 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-11-01T16:38:13.6741711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6747587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6753603Z 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-11-01T16:38:13.6759198Z 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-11-01T16:38:13.6765105Z 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-11-01T16:38:13.6770849Z 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-11-01T16:38:13.6777199Z 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-11-01T16:38:13.6783306Z 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-11-01T16:38:13.6788941Z 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-11-01T16:38:13.6794947Z 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-11-01T16:38:13.6800639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6806690Z 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-11-01T16:38:13.6812405Z 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-11-01T16:38:13.6823599Z 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-11-01T16:38:13.6829937Z 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-11-01T16:38:13.6835836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6842099Z 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-11-01T16:38:13.6847745Z 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-11-01T16:38:13.6853566Z 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-11-01T16:38:13.6859555Z 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-11-01T16:38:13.6865847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6871737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6877973Z 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-11-01T16:38:13.6883811Z 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-11-01T16:38:13.6889704Z 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-11-01T16:38:13.6895651Z 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-11-01T16:38:13.6902001Z 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-11-01T16:38:13.6907899Z 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-11-01T16:38:13.6934471Z 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-11-01T16:38:13.6940249Z 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-11-01T16:38:13.6946222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6952496Z 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-11-01T16:38:13.6958384Z 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-11-01T16:38:13.6964288Z 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-11-01T16:38:13.6970178Z 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-11-01T16:38:13.6976259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.6982593Z 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-11-01T16:38:13.6988442Z 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-11-01T16:38:13.6994407Z 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-11-01T16:38:13.7000393Z 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-11-01T16:38:13.7006344Z 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-11-01T16:38:13.7012282Z 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-11-01T16:38:13.7018937Z 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-11-01T16:38:13.7024663Z 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-11-01T16:38:13.7030630Z 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-11-01T16:38:13.7036943Z 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-11-01T16:38:13.7042830Z 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-11-01T16:38:13.7048743Z 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-11-01T16:38:13.7054996Z 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-11-01T16:38:13.7061429Z 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-11-01T16:38:13.7067414Z 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-11-01T16:38:13.7073850Z 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-11-01T16:38:13.7080043Z 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-11-01T16:38:13.7086823Z 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-11-01T16:38:13.7092809Z 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-11-01T16:38:13.7098810Z 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-11-01T16:38:13.7104802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7111086Z 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-11-01T16:38:13.7119948Z 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-11-01T16:38:13.7123950Z 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-11-01T16:38:13.7129999Z 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-11-01T16:38:13.7136484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7143642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7148661Z 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-11-01T16:38:13.7154745Z 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-11-01T16:38:13.7160812Z 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-11-01T16:38:13.7166487Z 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-11-01T16:38:13.7172858Z 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-11-01T16:38:13.7179249Z 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-11-01T16:38:13.7184934Z 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-11-01T16:38:13.7190777Z 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-11-01T16:38:13.7196446Z 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-11-01T16:38:13.7202804Z 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-11-01T16:38:13.7208700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7214940Z 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-11-01T16:38:13.7221269Z 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-11-01T16:38:13.7227085Z 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-11-01T16:38:13.7233392Z 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-11-01T16:38:13.7240038Z 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-11-01T16:38:13.7246523Z 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-11-01T16:38:13.7252301Z 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-11-01T16:38:13.7258391Z 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-11-01T16:38:13.7264729Z 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-11-01T16:38:13.7270745Z 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-11-01T16:38:13.7276566Z 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-11-01T16:38:13.7282621Z 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-11-01T16:38:13.7288844Z 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-11-01T16:38:13.7294659Z 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-11-01T16:38:13.7300608Z 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-11-01T16:38:13.7306418Z 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-11-01T16:38:13.7312417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7318585Z 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-11-01T16:38:13.7325039Z 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-11-01T16:38:13.7331004Z 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-11-01T16:38:13.7336715Z 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-11-01T16:38:13.7342577Z 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-11-01T16:38:13.7348337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7354539Z 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-11-01T16:38:13.7360534Z 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-11-01T16:38:13.7366728Z 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-11-01T16:38:13.7372738Z 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-11-01T16:38:13.7378557Z 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-11-01T16:38:13.7384517Z 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-11-01T16:38:13.7390232Z 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-11-01T16:38:13.7395795Z 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-11-01T16:38:13.7402016Z 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-11-01T16:38:13.7407953Z 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-11-01T16:38:13.7414024Z 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-11-01T16:38:13.7419373Z 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-11-01T16:38:13.7425132Z 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-11-01T16:38:13.7430879Z 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-11-01T16:38:13.7437227Z 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-11-01T16:38:13.7442971Z 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-11-01T16:38:13.7449233Z 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-11-01T16:38:13.7455142Z 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-11-01T16:38:13.7469550Z 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-11-01T16:38:13.7475185Z 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-11-01T16:38:13.7480696Z 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-11-01T16:38:13.7487284Z 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-11-01T16:38:13.7493170Z 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-11-01T16:38:13.7499630Z 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-11-01T16:38:13.7505548Z 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-11-01T16:38:13.7511524Z 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-11-01T16:38:13.7517557Z 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-11-01T16:38:13.7523175Z 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-11-01T16:38:13.7528949Z 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-11-01T16:38:13.7535172Z 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-11-01T16:38:13.7546273Z 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-11-01T16:38:13.7552045Z 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-11-01T16:38:13.7557756Z 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-11-01T16:38:13.7563703Z 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-11-01T16:38:13.7569836Z 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-11-01T16:38:13.7575679Z 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-11-01T16:38:13.7581611Z 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-11-01T16:38:13.7587683Z 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-11-01T16:38:13.7593529Z 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-11-01T16:38:13.7599724Z 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-11-01T16:38:13.7605672Z 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-11-01T16:38:13.7611681Z 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-11-01T16:38:13.7617478Z 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-11-01T16:38:13.7623450Z 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-11-01T16:38:13.7629073Z 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-11-01T16:38:13.7634565Z 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-11-01T16:38:13.7640334Z 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-11-01T16:38:13.7646037Z 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-11-01T16:38:13.7682357Z 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-11-01T16:38:13.7688020Z 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-11-01T16:38:13.7693546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7698610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7704678Z 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-11-01T16:38:13.7710303Z 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-11-01T16:38:13.7716472Z 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-11-01T16:38:13.7721923Z 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-11-01T16:38:13.7727554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7747507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7752906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7758531Z 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-11-01T16:38:13.7764094Z 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-11-01T16:38:13.7770001Z 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-11-01T16:38:13.7775796Z 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-11-01T16:38:13.7781648Z 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-11-01T16:38:13.7787841Z 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-11-01T16:38:13.7793469Z 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-11-01T16:38:13.7798995Z 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-11-01T16:38:13.7804796Z 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-11-01T16:38:13.7810894Z 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-11-01T16:38:13.7816681Z 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-11-01T16:38:13.7822335Z 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-11-01T16:38:13.7828140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7834210Z 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-11-01T16:38:13.7840191Z 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-11-01T16:38:13.7845624Z 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-11-01T16:38:13.7851458Z 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-11-01T16:38:13.7858088Z 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-11-01T16:38:13.7863942Z 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-11-01T16:38:13.7869355Z 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-11-01T16:38:13.7875375Z 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-11-01T16:38:13.7880964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7886798Z 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-11-01T16:38:13.7892599Z 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-11-01T16:38:13.7898018Z 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-11-01T16:38:13.7904227Z 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-11-01T16:38:13.7910465Z 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-11-01T16:38:13.7916247Z 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-11-01T16:38:13.7921759Z 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-11-01T16:38:13.7927720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7934037Z 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-11-01T16:38:13.7939843Z 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-11-01T16:38:13.7945807Z 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-11-01T16:38:13.7951647Z 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-11-01T16:38:13.7957711Z 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-11-01T16:38:13.7963428Z 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-11-01T16:38:13.7969503Z 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-11-01T16:38:13.7975280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.7981776Z 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-11-01T16:38:13.7987552Z 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-11-01T16:38:13.7993614Z 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-11-01T16:38:13.7999812Z 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-11-01T16:38:13.8005527Z 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-11-01T16:38:13.8011206Z 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-11-01T16:38:13.8016828Z 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-11-01T16:38:13.8022825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8028823Z 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-11-01T16:38:13.8035193Z 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-11-01T16:38:13.8040884Z 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-11-01T16:38:13.8046406Z 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-11-01T16:38:13.8052443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8059098Z 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-11-01T16:38:13.8065047Z 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-11-01T16:38:13.8070897Z 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-11-01T16:38:13.8076871Z 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-11-01T16:38:13.8082813Z 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-11-01T16:38:13.8089135Z 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-11-01T16:38:13.8095677Z 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-11-01T16:38:13.8101324Z 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-11-01T16:38:13.8107602Z 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-11-01T16:38:13.8113984Z 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-11-01T16:38:13.8138704Z 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-11-01T16:38:13.8139475Z 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-11-01T16:38:13.8140260Z 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-11-01T16:38:13.8141062Z 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-11-01T16:38:13.8145894Z 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-11-01T16:38:13.8151741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8158170Z 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-11-01T16:38:13.8163946Z 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-11-01T16:38:13.8169698Z 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-11-01T16:38:13.8175792Z 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-11-01T16:38:13.8181701Z 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-11-01T16:38:13.8187435Z 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-11-01T16:38:13.8193285Z 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-11-01T16:38:13.8199032Z 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-11-01T16:38:13.8204873Z 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-11-01T16:38:13.8210601Z 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-11-01T16:38:13.8216809Z 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-11-01T16:38:13.8222637Z 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-11-01T16:38:13.8228271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8233915Z 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-11-01T16:38:13.8239407Z 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-11-01T16:38:13.8244979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8250538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8256859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8262658Z 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-11-01T16:38:13.8268916Z 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-11-01T16:38:13.8274629Z 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-11-01T16:38:13.8280369Z 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-11-01T16:38:13.8285904Z 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-11-01T16:38:13.8291910Z 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-11-01T16:38:13.8297777Z 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-11-01T16:38:13.8303484Z 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-11-01T16:38:13.8309526Z 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-11-01T16:38:13.8315107Z 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-11-01T16:38:13.8320808Z 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-11-01T16:38:13.8326801Z 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-11-01T16:38:13.8338418Z 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-11-01T16:38:13.8344199Z 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-11-01T16:38:13.8349775Z 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-11-01T16:38:13.8355494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8361294Z 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-11-01T16:38:13.8366735Z 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-11-01T16:38:13.8372478Z 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-11-01T16:38:13.8378075Z 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-11-01T16:38:13.8384121Z 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-11-01T16:38:13.8389567Z 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-11-01T16:38:13.8395023Z 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-11-01T16:38:13.8400600Z 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-11-01T16:38:13.8406152Z 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-11-01T16:38:13.8411686Z 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-11-01T16:38:13.8417486Z 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-11-01T16:38:13.8423036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8429126Z 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-11-01T16:38:13.8434809Z 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-11-01T16:38:13.8441083Z 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-11-01T16:38:13.8447129Z 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-11-01T16:38:13.8453027Z 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-11-01T16:38:13.8458776Z 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-11-01T16:38:13.8464483Z 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-11-01T16:38:13.8470045Z 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-11-01T16:38:13.8475947Z 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-11-01T16:38:13.8482299Z 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-11-01T16:38:13.8488254Z 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-11-01T16:38:13.8494766Z 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-11-01T16:38:13.8501086Z 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-11-01T16:38:13.8506685Z 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-11-01T16:38:13.8512556Z 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-11-01T16:38:13.8518948Z 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-11-01T16:38:13.8524932Z 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-11-01T16:38:13.8530949Z 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-11-01T16:38:13.8536878Z 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-11-01T16:38:13.8542988Z 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-11-01T16:38:13.8548591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8555033Z 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-11-01T16:38:13.8560622Z 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-11-01T16:38:13.8566285Z 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-11-01T16:38:13.8571994Z 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-11-01T16:38:13.8577758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8583678Z 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-11-01T16:38:13.8589807Z 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-11-01T16:38:13.8595928Z 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-11-01T16:38:13.8602077Z 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-11-01T16:38:13.8608003Z 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-11-01T16:38:13.8613718Z 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-11-01T16:38:13.8620104Z 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-11-01T16:38:13.8625807Z 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-11-01T16:38:13.8631658Z 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-11-01T16:38:13.8641314Z 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-11-01T16:38:13.8643632Z 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-11-01T16:38:13.8652054Z 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-11-01T16:38:13.8656487Z 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-11-01T16:38:13.8662877Z 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-11-01T16:38:13.8668885Z 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-11-01T16:38:13.8674881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8680995Z 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-11-01T16:38:13.8686532Z 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-11-01T16:38:13.8692273Z 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-11-01T16:38:13.8698117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8704242Z 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-11-01T16:38:13.8710221Z 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-11-01T16:38:13.8715996Z 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-11-01T16:38:13.8722042Z 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-11-01T16:38:13.8727716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8733826Z 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-11-01T16:38:13.8739332Z 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-11-01T16:38:13.8745353Z 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-11-01T16:38:13.8751117Z 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-11-01T16:38:13.8757115Z 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-11-01T16:38:13.8762799Z 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-11-01T16:38:13.8768684Z 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-11-01T16:38:13.8774668Z 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-11-01T16:38:13.8780987Z 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-11-01T16:38:13.8786708Z 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-11-01T16:38:13.8792338Z 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-11-01T16:38:13.8803595Z 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-11-01T16:38:13.8809310Z 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-11-01T16:38:13.8815553Z 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-11-01T16:38:13.8821528Z 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-11-01T16:38:13.8827433Z 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-11-01T16:38:13.8833129Z 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-11-01T16:38:13.8839193Z 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-11-01T16:38:13.8845268Z 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-11-01T16:38:13.8851110Z 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-11-01T16:38:13.8857020Z 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-11-01T16:38:13.8862763Z 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-11-01T16:38:13.8868704Z 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-11-01T16:38:13.8874505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.8880363Z 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-11-01T16:38:13.8886575Z 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-11-01T16:38:13.8892622Z 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-11-01T16:38:13.8899263Z 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-11-01T16:38:13.8904697Z 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-11-01T16:38:13.8910338Z 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-11-01T16:38:13.8916402Z 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-11-01T16:38:13.8922014Z 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-11-01T16:38:13.8928078Z 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-11-01T16:38:13.8933999Z 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-11-01T16:38:13.8940100Z 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-11-01T16:38:13.8946174Z 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-11-01T16:38:13.8952368Z 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-11-01T16:38:13.8958171Z 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-11-01T16:38:13.8964115Z 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-11-01T16:38:13.8970299Z 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-11-01T16:38:13.8975978Z 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-11-01T16:38:13.8982470Z 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-11-01T16:38:13.8988115Z 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-11-01T16:38:13.8993775Z 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-11-01T16:38:13.8999635Z 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-11-01T16:38:13.9005635Z 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-11-01T16:38:13.9011932Z 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-11-01T16:38:13.9017470Z 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-11-01T16:38:13.9023386Z 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-11-01T16:38:13.9028912Z 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-11-01T16:38:13.9034684Z 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-11-01T16:38:13.9040370Z 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-11-01T16:38:13.9045999Z 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-11-01T16:38:13.9052209Z 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-11-01T16:38:13.9058272Z 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-11-01T16:38:13.9063907Z 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-11-01T16:38:13.9069538Z 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-11-01T16:38:13.9075555Z 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-11-01T16:38:13.9081209Z 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-11-01T16:38:13.9087038Z 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-11-01T16:38:13.9093523Z 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-11-01T16:38:13.9098970Z 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-11-01T16:38:13.9104815Z 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-11-01T16:38:13.9110991Z 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-11-01T16:38:13.9116559Z 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-11-01T16:38:13.9124388Z 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-11-01T16:38:13.9132705Z 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-11-01T16:38:13.9139138Z 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-11-01T16:38:13.9146271Z 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-11-01T16:38:13.9152290Z 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-11-01T16:38:13.9158792Z 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-11-01T16:38:13.9165508Z 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-11-01T16:38:13.9171419Z 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-11-01T16:38:13.9177155Z 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-11-01T16:38:13.9183363Z 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-11-01T16:38:13.9188808Z 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-11-01T16:38:13.9194619Z 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-11-01T16:38:13.9200849Z 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-11-01T16:38:13.9206521Z 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-11-01T16:38:13.9212245Z 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-11-01T16:38:13.9218447Z 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-11-01T16:38:13.9224180Z 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-11-01T16:38:13.9230073Z 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-11-01T16:38:13.9236279Z 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-11-01T16:38:13.9241980Z 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-11-01T16:38:13.9247900Z 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-11-01T16:38:13.9253923Z 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-11-01T16:38:13.9260055Z 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-11-01T16:38:13.9265973Z 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-11-01T16:38:13.9271906Z 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-11-01T16:38:13.9296512Z 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-11-01T16:38:13.9302915Z 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-11-01T16:38:13.9308833Z 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-11-01T16:38:13.9314596Z 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-11-01T16:38:13.9320787Z 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-11-01T16:38:13.9326702Z 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-11-01T16:38:13.9332515Z 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-11-01T16:38:13.9338555Z 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-11-01T16:38:13.9345000Z 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-11-01T16:38:13.9350591Z 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-11-01T16:38:13.9356235Z 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-11-01T16:38:13.9362072Z 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-11-01T16:38:13.9368323Z 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-11-01T16:38:13.9374102Z 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-11-01T16:38:13.9379825Z 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-11-01T16:38:13.9385894Z 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-11-01T16:38:13.9391633Z 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-11-01T16:38:13.9397521Z 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-11-01T16:38:13.9403460Z 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-11-01T16:38:13.9409755Z 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-11-01T16:38:13.9415653Z 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-11-01T16:38:13.9421616Z 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-11-01T16:38:13.9427320Z 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-11-01T16:38:13.9433065Z 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-11-01T16:38:13.9439509Z 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-11-01T16:38:13.9445606Z 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-11-01T16:38:13.9451311Z 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-11-01T16:38:13.9457136Z 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-11-01T16:38:13.9463138Z 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-11-01T16:38:13.9469169Z 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-11-01T16:38:13.9474977Z 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-11-01T16:38:13.9480630Z 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-11-01T16:38:13.9486260Z 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-11-01T16:38:13.9492026Z 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-11-01T16:38:13.9508063Z 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-11-01T16:38:13.9510257Z 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-11-01T16:38:13.9512189Z 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-11-01T16:38:13.9516546Z 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-11-01T16:38:13.9522231Z 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-11-01T16:38:13.9527892Z 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-11-01T16:38:13.9533911Z 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-11-01T16:38:13.9540427Z 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-11-01T16:38:13.9546775Z 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-11-01T16:38:13.9552415Z 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-11-01T16:38:13.9557972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9564169Z 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-11-01T16:38:13.9569890Z 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-11-01T16:38:13.9575503Z 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-11-01T16:38:13.9581379Z 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-11-01T16:38:13.9588007Z 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-11-01T16:38:13.9594012Z 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-11-01T16:38:13.9599898Z 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-11-01T16:38:13.9606044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9611315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9616673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9622233Z 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-11-01T16:38:13.9654242Z 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-11-01T16:38:13.9656177Z 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-11-01T16:38:13.9658230Z 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-11-01T16:38:13.9660071Z 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-11-01T16:38:13.9661952Z 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-11-01T16:38:13.9663865Z 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-11-01T16:38:13.9667741Z 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-11-01T16:38:13.9673620Z 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-11-01T16:38:13.9679709Z 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-11-01T16:38:13.9685620Z 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-11-01T16:38:13.9691677Z 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-11-01T16:38:13.9697446Z 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-11-01T16:38:13.9703603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9709246Z 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-11-01T16:38:13.9714850Z 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-11-01T16:38:13.9725110Z 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-11-01T16:38:13.9730621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9736947Z 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-11-01T16:38:13.9742529Z 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-11-01T16:38:13.9747826Z 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-11-01T16:38:13.9753532Z 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-11-01T16:38:13.9764630Z 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-11-01T16:38:13.9770399Z 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-11-01T16:38:13.9776098Z 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-11-01T16:38:13.9781933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9787697Z 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-11-01T16:38:13.9793291Z 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-11-01T16:38:13.9799350Z 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-11-01T16:38:13.9805001Z 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-11-01T16:38:13.9810530Z 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-11-01T16:38:13.9816117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9822330Z 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-11-01T16:38:13.9827859Z 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-11-01T16:38:13.9833555Z 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-11-01T16:38:13.9839059Z 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-11-01T16:38:13.9844829Z 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-11-01T16:38:13.9850420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9856212Z 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-11-01T16:38:13.9861599Z 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-11-01T16:38:13.9873962Z 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-11-01T16:38:13.9879476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9885187Z 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-11-01T16:38:13.9891300Z 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-11-01T16:38:13.9896937Z 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-11-01T16:38:13.9902727Z 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-11-01T16:38:13.9908913Z 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-11-01T16:38:13.9914501Z 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-11-01T16:38:13.9920149Z 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-11-01T16:38:13.9925983Z 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-11-01T16:38:13.9931944Z 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-11-01T16:38:13.9937939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9943648Z 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-11-01T16:38:13.9949455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9954859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:13.9960589Z 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-11-01T16:38:13.9966908Z 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-11-01T16:38:13.9973013Z 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-11-01T16:38:13.9978574Z 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-11-01T16:38:13.9984371Z 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-11-01T16:38:13.9990379Z 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-11-01T16:38:13.9996215Z 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-11-01T16:38:14.0001683Z 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-11-01T16:38:14.0007591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0013283Z 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-11-01T16:38:14.0019682Z 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-11-01T16:38:14.0025562Z 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-11-01T16:38:14.0031663Z 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-11-01T16:38:14.0037516Z 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-11-01T16:38:14.0043852Z 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-11-01T16:38:14.0049841Z 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-11-01T16:38:14.0056028Z 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-11-01T16:38:14.0062000Z 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-11-01T16:38:14.0067582Z 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-11-01T16:38:14.0073240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0079126Z 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-11-01T16:38:14.0085136Z 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-11-01T16:38:14.0090776Z 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-11-01T16:38:14.0096646Z 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-11-01T16:38:14.0102929Z 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-11-01T16:38:14.0108687Z 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-11-01T16:38:14.0114336Z 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-11-01T16:38:14.0120221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0126464Z 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-11-01T16:38:14.0132410Z 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-11-01T16:38:14.0138331Z 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-11-01T16:38:14.0145817Z 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-11-01T16:38:14.0151722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0157811Z 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-11-01T16:38:14.0163609Z 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-11-01T16:38:14.0169479Z 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-11-01T16:38:14.0174314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0180722Z 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-11-01T16:38:14.0186232Z 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-11-01T16:38:14.0191391Z 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-11-01T16:38:14.0196945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0202771Z 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-11-01T16:38:14.0208579Z 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-11-01T16:38:14.0214218Z 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-11-01T16:38:14.0234242Z 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-11-01T16:38:14.0239948Z 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-11-01T16:38:14.0245772Z 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-11-01T16:38:14.0251617Z 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-11-01T16:38:14.0257512Z 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-11-01T16:38:14.0263075Z 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-11-01T16:38:14.0268904Z 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-11-01T16:38:14.0274886Z 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-11-01T16:38:14.0280554Z 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-11-01T16:38:14.0286726Z 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-11-01T16:38:14.0292359Z 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-11-01T16:38:14.0298137Z 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-11-01T16:38:14.0304280Z 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-11-01T16:38:14.0309803Z 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-11-01T16:38:14.0315979Z 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-11-01T16:38:14.0322913Z 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-11-01T16:38:14.0328495Z 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-11-01T16:38:14.0334573Z 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-11-01T16:38:14.0340935Z 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-11-01T16:38:14.0346993Z 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-11-01T16:38:14.0352862Z 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-11-01T16:38:14.0358703Z 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-11-01T16:38:14.0364764Z 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-11-01T16:38:14.0370885Z 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-11-01T16:38:14.0377040Z 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-11-01T16:38:14.0383207Z 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-11-01T16:38:14.0389518Z 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-11-01T16:38:14.0395515Z 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-11-01T16:38:14.0401481Z 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-11-01T16:38:14.0407963Z 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-11-01T16:38:14.0414087Z 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-11-01T16:38:14.0420370Z 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-11-01T16:38:14.0426472Z 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-11-01T16:38:14.0432605Z 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-11-01T16:38:14.0439094Z 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-11-01T16:38:14.0445369Z 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-11-01T16:38:14.0451506Z 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-11-01T16:38:14.0457875Z 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-11-01T16:38:14.0464295Z 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-11-01T16:38:14.0470578Z 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-11-01T16:38:14.0476623Z 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-11-01T16:38:14.0482402Z 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-11-01T16:38:14.0488366Z 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-11-01T16:38:14.0494746Z 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-11-01T16:38:14.0501204Z 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-11-01T16:38:14.0507453Z 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-11-01T16:38:14.0513674Z 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-11-01T16:38:14.0520552Z 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-11-01T16:38:14.0526960Z 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-11-01T16:38:14.0532841Z 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-11-01T16:38:14.0539259Z 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-11-01T16:38:14.0545630Z 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-11-01T16:38:14.0552171Z 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-11-01T16:38:14.0557953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0563672Z 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-11-01T16:38:14.0569862Z 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-11-01T16:38:14.0575781Z 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-11-01T16:38:14.0581738Z 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-11-01T16:38:14.0588015Z 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-11-01T16:38:14.0594097Z 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-11-01T16:38:14.0600271Z 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-11-01T16:38:14.0606243Z 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-11-01T16:38:14.0612460Z 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-11-01T16:38:14.0618527Z 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-11-01T16:38:14.0625171Z 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-11-01T16:38:14.0631891Z 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-11-01T16:38:14.0638184Z 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-11-01T16:38:14.0642978Z 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-11-01T16:38:14.0649713Z 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-11-01T16:38:14.0655513Z 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-11-01T16:38:14.0661921Z 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-11-01T16:38:14.0668154Z 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-11-01T16:38:14.0674454Z 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-11-01T16:38:14.0680534Z 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-11-01T16:38:14.0686916Z 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-11-01T16:38:14.0693177Z 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-11-01T16:38:14.0699590Z 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-11-01T16:38:14.0705493Z 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-11-01T16:38:14.0711685Z 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-11-01T16:38:14.0717634Z 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-11-01T16:38:14.0723817Z 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-11-01T16:38:14.0729631Z 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-11-01T16:38:14.0736473Z 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-11-01T16:38:14.0741825Z 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-11-01T16:38:14.0747962Z 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-11-01T16:38:14.0754068Z 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-11-01T16:38:14.0759927Z 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-11-01T16:38:14.0766016Z 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-11-01T16:38:14.0772081Z 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-11-01T16:38:14.0777821Z 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-11-01T16:38:14.0783900Z 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-11-01T16:38:14.0790078Z 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-11-01T16:38:14.0795682Z 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-11-01T16:38:14.0801549Z 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-11-01T16:38:14.0807254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0812711Z 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-11-01T16:38:14.0819356Z 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-11-01T16:38:14.0825495Z 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-11-01T16:38:14.0831269Z 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-11-01T16:38:14.0837314Z 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-11-01T16:38:14.0843275Z 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-11-01T16:38:14.0849507Z 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-11-01T16:38:14.0870175Z 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-11-01T16:38:14.0876120Z 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-11-01T16:38:14.0882067Z 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-11-01T16:38:14.0887923Z 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-11-01T16:38:14.0893780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0899721Z 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-11-01T16:38:14.0905690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0911316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0917395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.0923219Z 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-11-01T16:38:14.0928692Z 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-11-01T16:38:14.0948216Z 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-11-01T16:38:14.0953810Z 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-11-01T16:38:14.0959974Z 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-11-01T16:38:14.0966718Z 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-11-01T16:38:14.0973416Z 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-11-01T16:38:14.0979314Z 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-11-01T16:38:14.0985059Z 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-11-01T16:38:14.0991517Z 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-11-01T16:38:14.0997240Z 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-11-01T16:38:14.1003150Z 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-11-01T16:38:14.1009764Z 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-11-01T16:38:14.1015439Z 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-11-01T16:38:14.1021434Z 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-11-01T16:38:14.1027637Z 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-11-01T16:38:14.1033913Z 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-11-01T16:38:14.1039846Z 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-11-01T16:38:14.1046153Z 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-11-01T16:38:14.1052354Z 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-11-01T16:38:14.1058607Z 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-11-01T16:38:14.1064967Z 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-11-01T16:38:14.1070998Z 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-11-01T16:38:14.1077133Z 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-11-01T16:38:14.1083449Z 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-11-01T16:38:14.1089627Z 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-11-01T16:38:14.1095873Z 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-11-01T16:38:14.1101946Z 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-11-01T16:38:14.1108979Z 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-11-01T16:38:14.1114693Z 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-11-01T16:38:14.1120872Z 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-11-01T16:38:14.1126938Z 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-11-01T16:38:14.1138758Z 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-11-01T16:38:14.1141183Z 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-11-01T16:38:14.1164501Z 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-11-01T16:38:14.1166401Z 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-11-01T16:38:14.1168278Z 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-11-01T16:38:14.1170421Z 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-11-01T16:38:14.1175420Z 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-11-01T16:38:14.1181515Z 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-11-01T16:38:14.1187672Z 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-11-01T16:38:14.1193442Z 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-11-01T16:38:14.1200025Z 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-11-01T16:38:14.1205892Z 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-11-01T16:38:14.1212036Z 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-11-01T16:38:14.1218085Z 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-11-01T16:38:14.1224564Z 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-11-01T16:38:14.1230615Z 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-11-01T16:38:14.1236697Z 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-11-01T16:38:14.1242293Z 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-11-01T16:38:14.1249616Z 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-11-01T16:38:14.1257751Z 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-11-01T16:38:14.1263901Z 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-11-01T16:38:14.1269574Z 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-11-01T16:38:14.1276024Z 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-11-01T16:38:14.1282177Z 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-11-01T16:38:14.1288406Z 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-11-01T16:38:14.1293921Z 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-11-01T16:38:14.1299663Z 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-11-01T16:38:14.1305592Z 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-11-01T16:38:14.1311354Z 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-11-01T16:38:14.1316924Z 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-11-01T16:38:14.1322669Z 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-11-01T16:38:14.1328627Z 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-11-01T16:38:14.1334249Z 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-11-01T16:38:14.1340330Z 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-11-01T16:38:14.1346361Z 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-11-01T16:38:14.1352272Z 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-11-01T16:38:14.1357693Z 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-11-01T16:38:14.1363683Z 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-11-01T16:38:14.1369850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1375563Z 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-11-01T16:38:14.1381363Z 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-11-01T16:38:14.1387058Z 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-11-01T16:38:14.1392957Z 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-11-01T16:38:14.1398862Z 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-11-01T16:38:14.1404886Z 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-11-01T16:38:14.1411000Z 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-11-01T16:38:14.1417228Z 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-11-01T16:38:14.1423402Z 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-11-01T16:38:14.1429198Z 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-11-01T16:38:14.1435318Z 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-11-01T16:38:14.1441376Z 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-11-01T16:38:14.1446818Z 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-11-01T16:38:14.1452368Z 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-11-01T16:38:14.1458717Z 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-11-01T16:38:14.1464738Z 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-11-01T16:38:14.1470759Z 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-11-01T16:38:14.1476779Z 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-11-01T16:38:14.1482740Z 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-11-01T16:38:14.1488858Z 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-11-01T16:38:14.1495042Z 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-11-01T16:38:14.1501249Z 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-11-01T16:38:14.1507243Z 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-11-01T16:38:14.1513074Z 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-11-01T16:38:14.1518951Z 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-11-01T16:38:14.1524980Z 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-11-01T16:38:14.1530954Z 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-11-01T16:38:14.1536784Z 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-11-01T16:38:14.1543063Z 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-11-01T16:38:14.1549575Z 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-11-01T16:38:14.1555265Z 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-11-01T16:38:14.1561697Z 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-11-01T16:38:14.1568074Z 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-11-01T16:38:14.1573737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1579979Z 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-11-01T16:38:14.1586292Z 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-11-01T16:38:14.1591990Z 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-11-01T16:38:14.1598049Z 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-11-01T16:38:14.1604483Z 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-11-01T16:38:14.1610544Z 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-11-01T16:38:14.1615740Z 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-11-01T16:38:14.1621726Z 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-11-01T16:38:14.1627395Z 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-11-01T16:38:14.1634501Z 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-11-01T16:38:14.1639136Z 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-11-01T16:38:14.1645050Z 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-11-01T16:38:14.1651181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1656886Z 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-11-01T16:38:14.1663172Z 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-11-01T16:38:14.1681857Z 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-11-01T16:38:14.1683528Z 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-11-01T16:38:14.1685478Z 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-11-01T16:38:14.1690242Z 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-11-01T16:38:14.1696240Z 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-11-01T16:38:14.1702528Z 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-11-01T16:38:14.1708963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1716183Z 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-11-01T16:38:14.1721153Z 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-11-01T16:38:14.1727100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1732735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1738390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1743724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1749655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1755293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1760898Z 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-11-01T16:38:14.1766334Z 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-11-01T16:38:14.1771776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1777028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1782525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.1788253Z 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-11-01T16:38:14.1793684Z 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-11-01T16:38:14.1799340Z 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-11-01T16:38:14.1804785Z 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-11-01T16:38:14.1810741Z 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-11-01T16:38:14.1816329Z 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-11-01T16:38:14.1822774Z 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-11-01T16:38:14.1827798Z 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-11-01T16:38:14.1833441Z 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-11-01T16:38:14.1839021Z 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-11-01T16:38:14.1844562Z 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-11-01T16:38:14.1850392Z 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-11-01T16:38:14.1856587Z 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-11-01T16:38:14.1862326Z 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-11-01T16:38:14.1868239Z 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-11-01T16:38:14.1874085Z 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-11-01T16:38:14.1880493Z 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-11-01T16:38:14.1896337Z 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-11-01T16:38:14.1902133Z 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-11-01T16:38:14.1908428Z 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-11-01T16:38:14.1914580Z 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-11-01T16:38:14.1921098Z 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-11-01T16:38:14.1927325Z 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-11-01T16:38:14.1933829Z 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-11-01T16:38:14.1939944Z 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-11-01T16:38:14.1946069Z 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-11-01T16:38:14.1952389Z 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-11-01T16:38:14.1958684Z 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-11-01T16:38:14.1964417Z 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-11-01T16:38:14.1970489Z 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-11-01T16:38:14.1976836Z 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-11-01T16:38:14.1983146Z 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-11-01T16:38:14.1988984Z 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-11-01T16:38:14.1994998Z 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-11-01T16:38:14.2001855Z 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-11-01T16:38:14.2007814Z 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-11-01T16:38:14.2013655Z 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-11-01T16:38:14.2019508Z 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-11-01T16:38:14.2025450Z 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-11-01T16:38:14.2031713Z 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-11-01T16:38:14.2037858Z 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-11-01T16:38:14.2044056Z 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-11-01T16:38:14.2049983Z 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-11-01T16:38:14.2055998Z 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-11-01T16:38:14.2062842Z 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-11-01T16:38:14.2068747Z 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-11-01T16:38:14.2075014Z 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-11-01T16:38:14.2080955Z 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-11-01T16:38:14.2086808Z 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-11-01T16:38:14.2093309Z 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-11-01T16:38:14.2099103Z 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-11-01T16:38:14.2105320Z 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-11-01T16:38:14.2111240Z 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-11-01T16:38:14.2117073Z 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-11-01T16:38:14.2123214Z 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-11-01T16:38:14.2128903Z 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-11-01T16:38:14.2135045Z 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-11-01T16:38:14.2140911Z 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-11-01T16:38:14.2147889Z 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-11-01T16:38:14.2159975Z 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-11-01T16:38:14.2161206Z 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-11-01T16:38:14.2167021Z 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-11-01T16:38:14.2173595Z 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-11-01T16:38:14.2179673Z 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-11-01T16:38:14.2185581Z 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-11-01T16:38:14.2191346Z 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-11-01T16:38:14.2197518Z 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-11-01T16:38:14.2203264Z 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-11-01T16:38:14.2209443Z 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-11-01T16:38:14.2215631Z 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-11-01T16:38:14.2222000Z 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-11-01T16:38:14.2227689Z 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-11-01T16:38:14.2233467Z 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-11-01T16:38:14.2239925Z 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-11-01T16:38:14.2246060Z 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-11-01T16:38:14.2251875Z 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-11-01T16:38:14.2257810Z 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-11-01T16:38:14.2263831Z 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-11-01T16:38:14.2269800Z 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-11-01T16:38:14.2276208Z 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-11-01T16:38:14.2282152Z 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-11-01T16:38:14.2288438Z 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-11-01T16:38:14.2294422Z 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-11-01T16:38:14.2308494Z 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-11-01T16:38:14.2314703Z 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-11-01T16:38:14.2320656Z 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-11-01T16:38:14.2326558Z 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-11-01T16:38:14.2332259Z 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-11-01T16:38:14.2338424Z 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-11-01T16:38:14.2344809Z 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-11-01T16:38:14.2350870Z 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-11-01T16:38:14.2357387Z 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-11-01T16:38:14.2363471Z 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-11-01T16:38:14.2369897Z 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-11-01T16:38:14.2375592Z 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-11-01T16:38:14.2382406Z 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-11-01T16:38:14.2388099Z 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-11-01T16:38:14.2394561Z 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-11-01T16:38:14.2405720Z 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-11-01T16:38:14.2411584Z 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-11-01T16:38:14.2417680Z 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-11-01T16:38:14.2423990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2429786Z 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-11-01T16:38:14.2435216Z 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-11-01T16:38:14.2440816Z 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-11-01T16:38:14.2446468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2451968Z 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-11-01T16:38:14.2476445Z 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-11-01T16:38:14.2481632Z 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-11-01T16:38:14.2487377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2493271Z 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-11-01T16:38:14.2498648Z 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-11-01T16:38:14.2504363Z 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-11-01T16:38:14.2510067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2515815Z 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-11-01T16:38:14.2522099Z 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-11-01T16:38:14.2528125Z 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-11-01T16:38:14.2534145Z 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-11-01T16:38:14.2540007Z 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-11-01T16:38:14.2546239Z 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-11-01T16:38:14.2551967Z 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-11-01T16:38:14.2558263Z 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-11-01T16:38:14.2564273Z 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-11-01T16:38:14.2570467Z 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-11-01T16:38:14.2576553Z 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-11-01T16:38:14.2582836Z 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-11-01T16:38:14.2588908Z 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-11-01T16:38:14.2595010Z 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-11-01T16:38:14.2600751Z 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-11-01T16:38:14.2606979Z 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-11-01T16:38:14.2613096Z 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-11-01T16:38:14.2618719Z 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-11-01T16:38:14.2624339Z 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-11-01T16:38:14.2630154Z 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-11-01T16:38:14.2636094Z 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-11-01T16:38:14.2642301Z 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-11-01T16:38:14.2647958Z 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-11-01T16:38:14.2653608Z 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-11-01T16:38:14.2659394Z 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-11-01T16:38:14.2666286Z 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-11-01T16:38:14.2671218Z 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-11-01T16:38:14.2676937Z 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-11-01T16:38:14.2682866Z 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-11-01T16:38:14.2688629Z 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-11-01T16:38:14.2694795Z 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-11-01T16:38:14.2710372Z 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-11-01T16:38:14.2716183Z 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-11-01T16:38:14.2722167Z 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-11-01T16:38:14.2728026Z 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-11-01T16:38:14.2734142Z 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-11-01T16:38:14.2739941Z 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-11-01T16:38:14.2745739Z 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-11-01T16:38:14.2751776Z 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-11-01T16:38:14.2757383Z 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-11-01T16:38:14.2763443Z 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-11-01T16:38:14.2768892Z 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-11-01T16:38:14.2774460Z 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-11-01T16:38:14.2780088Z 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-11-01T16:38:14.2785658Z 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-11-01T16:38:14.2791018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2797856Z 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-11-01T16:38:14.2802875Z 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-11-01T16:38:14.2808195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2813671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2819287Z 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-11-01T16:38:14.2825247Z 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-11-01T16:38:14.2830939Z 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-11-01T16:38:14.2836695Z 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-11-01T16:38:14.2842796Z 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-11-01T16:38:14.2848946Z 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-11-01T16:38:14.2854921Z 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-11-01T16:38:14.2863729Z 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-11-01T16:38:14.2869300Z 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-11-01T16:38:14.2875128Z 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-11-01T16:38:14.2880724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2885834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2891495Z 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-11-01T16:38:14.2896763Z 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-11-01T16:38:14.2902441Z 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-11-01T16:38:14.2907749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2913144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2918885Z 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-11-01T16:38:14.2924520Z 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-11-01T16:38:14.2930228Z 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-11-01T16:38:14.2935517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2941172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2946543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2952149Z 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-11-01T16:38:14.2957436Z 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-11-01T16:38:14.2962608Z 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-11-01T16:38:14.2967939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.2973663Z 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-11-01T16:38:14.2978890Z 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-11-01T16:38:14.2984272Z 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-11-01T16:38:14.2989911Z 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-11-01T16:38:14.2995690Z 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-11-01T16:38:14.3001016Z 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-11-01T16:38:14.3006502Z 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-11-01T16:38:14.3011949Z 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-11-01T16:38:14.3017735Z 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-11-01T16:38:14.3023972Z 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-11-01T16:38:14.3029521Z 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-11-01T16:38:14.3035525Z 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-11-01T16:38:14.3041888Z 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-11-01T16:38:14.3047686Z 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-11-01T16:38:14.3054528Z 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-11-01T16:38:14.3059970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3066225Z 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-11-01T16:38:14.3071877Z 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-11-01T16:38:14.3077717Z 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-11-01T16:38:14.3083988Z 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-11-01T16:38:14.3090054Z 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-11-01T16:38:14.3096520Z 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-11-01T16:38:14.3102695Z 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-11-01T16:38:14.3108869Z 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-11-01T16:38:14.3114857Z 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-11-01T16:38:14.3120996Z 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-11-01T16:38:14.3127173Z 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-11-01T16:38:14.3133330Z 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-11-01T16:38:14.3139823Z 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-11-01T16:38:14.3148773Z 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-11-01T16:38:14.3152525Z 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-11-01T16:38:14.3159060Z 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-11-01T16:38:14.3165089Z 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-11-01T16:38:14.3171248Z 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-11-01T16:38:14.3177448Z 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-11-01T16:38:14.3183705Z 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-11-01T16:38:14.3190115Z 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-11-01T16:38:14.3196540Z 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-11-01T16:38:14.3205640Z 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-11-01T16:38:14.3209800Z 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-11-01T16:38:14.3215939Z 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-11-01T16:38:14.3223110Z 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-11-01T16:38:14.3228920Z 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-11-01T16:38:14.3234276Z 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-11-01T16:38:14.3240635Z 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-11-01T16:38:14.3246896Z 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-11-01T16:38:14.3252998Z 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-11-01T16:38:14.3259083Z 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-11-01T16:38:14.3265772Z 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-11-01T16:38:14.3271474Z 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-11-01T16:38:14.3277486Z 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-11-01T16:38:14.3283204Z 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-11-01T16:38:14.3289204Z 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-11-01T16:38:14.3295457Z 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-11-01T16:38:14.3301629Z 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-11-01T16:38:14.3308164Z 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-11-01T16:38:14.3314113Z 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-11-01T16:38:14.3320545Z 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-11-01T16:38:14.3326536Z 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-11-01T16:38:14.3332385Z 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-11-01T16:38:14.3338459Z 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-11-01T16:38:14.3344398Z 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-11-01T16:38:14.3350518Z 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-11-01T16:38:14.3357024Z 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-11-01T16:38:14.3362922Z 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-11-01T16:38:14.3368694Z 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-11-01T16:38:14.3374212Z 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-11-01T16:38:14.3380371Z 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-11-01T16:38:14.3400791Z 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-11-01T16:38:14.3406605Z 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-11-01T16:38:14.3412537Z 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-11-01T16:38:14.3418571Z 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-11-01T16:38:14.3425260Z 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-11-01T16:38:14.3430918Z 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-11-01T16:38:14.3437228Z 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-11-01T16:38:14.3443373Z 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-11-01T16:38:14.3449390Z 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-11-01T16:38:14.3455402Z 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-11-01T16:38:14.3461653Z 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-11-01T16:38:14.3468199Z 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-11-01T16:38:14.3474904Z 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-11-01T16:38:14.3481000Z 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-11-01T16:38:14.3486979Z 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-11-01T16:38:14.3492752Z 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-11-01T16:38:14.3499324Z 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-11-01T16:38:14.3505511Z 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-11-01T16:38:14.3513349Z 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-11-01T16:38:14.3519538Z 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-11-01T16:38:14.3525553Z 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-11-01T16:38:14.3532367Z 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-11-01T16:38:14.3562410Z 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-11-01T16:38:14.3563282Z 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-11-01T16:38:14.3564120Z 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-11-01T16:38:14.3564986Z 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-11-01T16:38:14.3565824Z 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-11-01T16:38:14.3571250Z 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-11-01T16:38:14.3577438Z 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-11-01T16:38:14.3583570Z 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-11-01T16:38:14.3589280Z 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-11-01T16:38:14.3595464Z 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-11-01T16:38:14.3600941Z 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-11-01T16:38:14.3606685Z 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-11-01T16:38:14.3612512Z 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-11-01T16:38:14.3618888Z 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-11-01T16:38:14.3624729Z 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-11-01T16:38:14.3630854Z 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-11-01T16:38:14.3636567Z 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-11-01T16:38:14.3642260Z 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-11-01T16:38:14.3648318Z 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-11-01T16:38:14.3654597Z 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-11-01T16:38:14.3660645Z 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-11-01T16:38:14.3666462Z 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-11-01T16:38:14.3672109Z 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-11-01T16:38:14.3677952Z 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-11-01T16:38:14.3683984Z 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-11-01T16:38:14.3689824Z 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-11-01T16:38:14.3695839Z 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-11-01T16:38:14.3702219Z 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-11-01T16:38:14.3742369Z 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-11-01T16:38:14.3743483Z 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-11-01T16:38:14.3744598Z 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-11-01T16:38:14.3746374Z 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-11-01T16:38:14.3747674Z 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-11-01T16:38:14.3749085Z 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-11-01T16:38:14.3754949Z 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-11-01T16:38:14.3760812Z 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-11-01T16:38:14.3767069Z 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-11-01T16:38:14.3772826Z 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-11-01T16:38:14.3778848Z 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-11-01T16:38:14.3784832Z 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-11-01T16:38:14.3791127Z 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-11-01T16:38:14.3796888Z 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-11-01T16:38:14.3803106Z 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-11-01T16:38:14.3808804Z 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-11-01T16:38:14.3814744Z 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-11-01T16:38:14.3820617Z 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-11-01T16:38:14.3826331Z 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-11-01T16:38:14.3832287Z 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-11-01T16:38:14.3838503Z 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-11-01T16:38:14.3844342Z 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-11-01T16:38:14.3850746Z 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-11-01T16:38:14.3855922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3868317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3874148Z 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-11-01T16:38:14.3879637Z 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-11-01T16:38:14.3884986Z 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-11-01T16:38:14.3890271Z 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-11-01T16:38:14.3895734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3901171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3906788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3912383Z 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-11-01T16:38:14.3917866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3923581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3929271Z 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-11-01T16:38:14.3934948Z 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-11-01T16:38:14.3941303Z 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-11-01T16:38:14.3947031Z 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-11-01T16:38:14.3953928Z 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-11-01T16:38:14.3960609Z 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-11-01T16:38:14.3966322Z 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-11-01T16:38:14.3972281Z 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-11-01T16:38:14.3978159Z 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-11-01T16:38:14.3984131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:38:14.3990703Z 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-11-01T16:38:14.3996562Z 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-11-01T16:38:14.4003421Z 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-11-01T16:38:14.4008982Z 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-11-01T16:38:14.4014879Z 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-11-01T16:38:14.4020879Z 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-11-01T16:38:14.4026691Z 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-11-01T16:38:14.4033716Z 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-11-01T16:38:14.4039760Z 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-11-01T16:38:14.4062302Z 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-11-01T16:38:14.4068304Z 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-11-01T16:38:14.4080096Z 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-11-01T16:38:14.4086547Z 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-11-01T16:38:14.4092569Z 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-11-01T16:38:14.4098758Z 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-11-01T16:38:14.4105014Z 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-11-01T16:38:14.4111429Z 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-11-01T16:38:14.4117326Z 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-11-01T16:38:14.4123578Z 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-11-01T16:38:14.4129616Z 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-11-01T16:38:14.4135659Z 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-11-01T16:38:14.4141545Z 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-11-01T16:38:14.4147780Z 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-11-01T16:38:14.4166767Z 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-11-01T16:38:14.4168821Z 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-11-01T16:38:14.4170851Z 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-11-01T16:38:14.4174526Z 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-11-01T16:38:14.4184272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4190170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4194991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4201126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4206027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4211190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4216987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4222376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4227963Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-11-01T16:38:14.4231085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-11-01T16:38:14.4236426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-11-01T16:38:14.4241723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4248365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4272813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4285439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4290702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4296139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4301838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4306985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4311835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4316834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4322346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4333367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4338757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4343902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4349253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4354400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4359520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4364974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4370804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4377156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4382915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4388784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4394230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4399714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4405155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4410653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4416676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4422464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4427948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4433499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4445260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4450794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4456057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4476715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4482247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:38:14.4488650Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-11-01T16:38:14.4491572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:38:14.4497156Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-11-01T16:38:14.4500598Z 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-11-01T16:38:14.4505809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:38:14.4511337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:38:14.4521963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:38:14.4527116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:38:14.4532621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:38:14.4539807Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-11-01T16:38:14.4543249Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-11-01T16:38:14.4546405Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4551652Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4557314Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4562794Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4576865Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4582577Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4587997Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4593364Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4598730Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4604243Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4609874Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4616530Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4624959Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4633263Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4640623Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4648528Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4656494Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4665178Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4674152Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.4679924Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6009484Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6011059Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6012153Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-11-01T16:38:14.6013421Z 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-11-01T16:38:14.6015066Z 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-11-01T16:38:14.6016649Z 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-11-01T16:38:14.6019343Z 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-11-01T16:38:14.6030348Z 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-11-01T16:38:14.6035317Z 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-11-01T16:38:14.6040685Z 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-11-01T16:38:14.6051721Z 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-11-01T16:38:14.6056985Z 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-11-01T16:38:14.6062612Z 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-11-01T16:38:14.6068054Z 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-11-01T16:38:14.6073460Z 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-11-01T16:38:14.6078634Z 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-11-01T16:38:14.6083901Z 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-11-01T16:38:14.6094141Z 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-11-01T16:38:14.6099590Z 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-11-01T16:38:14.6104888Z 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-11-01T16:38:14.6110291Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6115566Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6120908Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6125866Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6135873Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6141288Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6147036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6151987Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6157303Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6162518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6173162Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6183882Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6188968Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6194205Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6199752Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6204874Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6210225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6215236Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6225032Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6229999Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6235270Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6240381Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6250757Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6287042Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6288590Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6290147Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6291857Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:38:14.6292977Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-11-01T16:38:14.6294215Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6295807Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6298931Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6304920Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6317894Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6323421Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6328941Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6334238Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6339793Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6345417Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6350533Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6360340Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6365254Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6370565Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:38:14.6376382Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-11-01T16:38:14.6379421Z 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-11-01T16:38:14.6384655Z 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-11-01T16:38:14.6389515Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\cuda_cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2024-11-01T16:38:14.6394488Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-11-01T16:38:14.6397345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-11-01T16:38:14.6402258Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-11-01T16:38:14.6407302Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-11-01T16:38:14.6414025Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-11-01T16:38:14.6416989Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6422245Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6427587Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6432899Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6443283Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6448089Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6453311Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6458537Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6463965Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6469139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6474133Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6484103Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6489384Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6494513Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6499827Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6504974Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6510566Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6515809Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6521351Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6526674Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6532075Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6537471Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6542849Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6547904Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6559137Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6564347Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6570192Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6575788Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6581230Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6600248Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6601896Z 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-11-01T16:38:14.6603462Z 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-11-01T16:38:14.6605015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6608978Z 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-11-01T16:38:14.6614111Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6624910Z 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-11-01T16:38:14.6637288Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6638830Z 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-11-01T16:38:14.6645779Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6648688Z 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-11-01T16:38:14.6684695Z 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-11-01T16:38:14.6686288Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6687763Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6689368Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6690873Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6692330Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6696614Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6702242Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6708143Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6713257Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6719355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6724669Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6729793Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6735473Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6741461Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6746633Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6752086Z 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-11-01T16:38:14.6757723Z 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-11-01T16:38:14.6768133Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6773286Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6778675Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6784186Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6789464Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6794649Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6799913Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6805456Z 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-11-01T16:38:14.6811874Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6817203Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6831629Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6836674Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6841666Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6846517Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6851402Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6856263Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6866206Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6871627Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6876932Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6882243Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6888223Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6894241Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6900541Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6916107Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6921413Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6927008Z 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-11-01T16:38:14.6932633Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6937715Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6943373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6948605Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6954561Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6960868Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6986104Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.6991135Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7002189Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7008647Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7013370Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7018464Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7023943Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7029698Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7035225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7041108Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7046658Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7052042Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7057782Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7063461Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7069042Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7074454Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7079853Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:38:14.7085426Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-11-01T16:38:14.7088213Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-11-01T16:38:14.7091496Z 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-11-01T16:38:14.7096720Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:38:14.7107614Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:38:14.7113015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:38:14.7123621Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:38:14.7128882Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:38:14.7134168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:38:14.7139829Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-11-01T16:38:14.7142956Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-11-01T16:38:14.7145926Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:38:14.7152426Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:38:14.7157780Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:38:14.7163064Z 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-11-01T16:38:14.7174364Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:38:14.7180532Z 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-11-01T16:38:14.7189838Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:38:14.7191368Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7197377Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7202681Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7214289Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7218425Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7223729Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7229148Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7235049Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7240225Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7246149Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7250924Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7255872Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7260850Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7271975Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-11-01T16:38:14.7274937Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7280605Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7285801Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7296541Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7301830Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7306679Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7312082Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7317326Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7322704Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7327926Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7333308Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7338927Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7344426Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7349687Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7355390Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7360167Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:38:14.7366893Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7372267Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7378209Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7384946Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-11-01T16:38:14.7387810Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7399989Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7405464Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7411604Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7416831Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7421935Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7432454Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-11-01T16:38:14.7435533Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7441384Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7447559Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7452878Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7458332Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7468906Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7474494Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7480492Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:38:14.7485814Z 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-11-01T16:38:14.7492885Z 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-11-01T16:38:14.7498412Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-11-01T16:38:14.7501491Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-11-01T16:38:14.7506586Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-11-01T16:38:14.7512354Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-11-01T16:38:14.7517965Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7523228Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7528478Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7534132Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7539751Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7545066Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7550470Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7555741Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7562164Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7567656Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7573181Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7580168Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7586657Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7591997Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7597911Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7603257Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:38:14.7608592Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:14.7616815Z creating build\bdist.win-amd64\wheel\torch\include\THC 2024-11-01T16:38:14.7619976Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCAtomics.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2024-11-01T16:38:14.7625222Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCDeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2024-11-01T16:38:14.7630507Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-11-01T16:38:14.7633971Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-11-01T16:38:14.7636918Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-11-01T16:38:14.7639630Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-11-01T16:38:14.7642515Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-11-01T16:38:14.7645604Z 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-11-01T16:38:14.7650742Z 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-11-01T16:38:14.7656041Z 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-11-01T16:38:14.7661751Z 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-11-01T16:38:14.7667210Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-11-01T16:38:14.7670282Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-11-01T16:38:14.7674356Z 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-11-01T16:38:14.7680124Z 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-11-01T16:38:14.7684426Z 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-11-01T16:38:14.7689690Z 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-11-01T16:38:14.7695296Z 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-11-01T16:38:14.7701209Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-11-01T16:38:14.7709794Z 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-11-01T16:38:14.7715015Z 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-11-01T16:38:14.7720608Z 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-11-01T16:38:14.7725862Z 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-11-01T16:38:14.7731008Z 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-11-01T16:38:14.7736187Z 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-11-01T16:38:14.7741356Z 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-11-01T16:38:14.7752332Z 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-11-01T16:38:14.7757702Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-11-01T16:38:14.7761035Z 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-11-01T16:38:14.7766928Z 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-11-01T16:38:14.7772925Z 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-11-01T16:38:14.7779218Z 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-11-01T16:38:14.7785088Z 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-11-01T16:38:14.7791754Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-11-01T16:38:14.7801234Z 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-11-01T16:38:14.7803536Z 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-11-01T16:38:14.7807024Z 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-11-01T16:38:14.7811284Z 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-11-01T16:38:14.7816591Z 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-11-01T16:38:14.7828158Z 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-11-01T16:38:14.7833359Z 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-11-01T16:38:14.7838553Z 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-11-01T16:38:14.7843557Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-11-01T16:38:14.7846676Z 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-11-01T16:38:14.7852143Z 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-11-01T16:38:14.7857287Z 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-11-01T16:38:14.7862472Z 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-11-01T16:38:14.7867467Z 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-11-01T16:38:14.7873016Z 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-11-01T16:38:14.7878403Z 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-11-01T16:38:14.7883699Z 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-11-01T16:38:14.7888597Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-11-01T16:38:14.7891697Z 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-11-01T16:38:14.7896995Z 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-11-01T16:38:14.7902175Z 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-11-01T16:38:14.7918767Z 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-11-01T16:38:14.7923861Z 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-11-01T16:38:14.7929159Z 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-11-01T16:38:14.7934149Z 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-11-01T16:38:14.7939427Z 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-11-01T16:38:14.7944935Z 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-11-01T16:38:14.7950079Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-11-01T16:38:14.7953125Z 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-11-01T16:38:14.7958630Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-11-01T16:38:14.7961884Z 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-11-01T16:38:14.7967669Z 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-11-01T16:38:14.7972923Z 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-11-01T16:38:14.7978135Z 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-11-01T16:38:14.7988505Z 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-11-01T16:38:14.7993635Z 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-11-01T16:38:14.7998862Z 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-11-01T16:38:14.8004278Z 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-11-01T16:38:14.8009547Z 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-11-01T16:38:14.8014739Z 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-11-01T16:38:14.8020528Z 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-11-01T16:38:14.8025846Z 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-11-01T16:38:14.8031449Z 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-11-01T16:38:14.8036670Z 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-11-01T16:38:14.8042629Z 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-11-01T16:38:14.8048196Z 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-11-01T16:38:14.8053454Z 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-11-01T16:38:14.8058957Z 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-11-01T16:38:14.8069263Z 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-11-01T16:38:14.8075117Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-11-01T16:38:14.8078318Z 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-11-01T16:38:14.8084237Z 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-11-01T16:38:14.8089630Z 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-11-01T16:38:14.8095112Z 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-11-01T16:38:14.8100929Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-11-01T16:38:14.8109089Z 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-11-01T16:38:14.8115097Z 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-11-01T16:38:14.8120900Z 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-11-01T16:38:14.8126888Z 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-11-01T16:38:14.8143785Z 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-11-01T16:38:14.8149141Z 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-11-01T16:38:14.8154749Z 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-11-01T16:38:14.8160334Z 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-11-01T16:38:14.8165891Z 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-11-01T16:38:14.8171775Z 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-11-01T16:38:14.8177955Z 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-11-01T16:38:14.8199128Z 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-11-01T16:38:14.8201361Z 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-11-01T16:38:14.8203695Z 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-11-01T16:38:14.8205897Z 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-11-01T16:38:14.8208162Z 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-11-01T16:38:14.8213695Z 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-11-01T16:38:14.8219059Z 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-11-01T16:38:14.8225199Z 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-11-01T16:38:14.8230564Z 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-11-01T16:38:14.8236134Z 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-11-01T16:38:14.8241395Z 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-11-01T16:38:14.8247172Z 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-11-01T16:38:14.8252721Z 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-11-01T16:38:14.8258040Z 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-11-01T16:38:14.8263544Z 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-11-01T16:38:14.8268873Z 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-11-01T16:38:14.8274198Z 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-11-01T16:38:14.8280113Z 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-11-01T16:38:14.8284765Z 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-11-01T16:38:14.8290066Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-11-01T16:38:14.8293285Z 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-11-01T16:38:14.8299261Z 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-11-01T16:38:14.8304507Z 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-11-01T16:38:14.8309711Z 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-11-01T16:38:14.8314892Z 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-11-01T16:38:14.8325644Z 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-11-01T16:38:14.8330829Z 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-11-01T16:38:14.8336144Z 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-11-01T16:38:14.8341632Z 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-11-01T16:38:14.8346801Z 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-11-01T16:38:14.8351967Z 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-11-01T16:38:14.8357860Z 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-11-01T16:38:14.8363210Z 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-11-01T16:38:14.8368509Z 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-11-01T16:38:14.8373725Z 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-11-01T16:38:14.8379373Z 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-11-01T16:38:14.8384754Z 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-11-01T16:38:14.8390092Z 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-11-01T16:38:14.8395429Z 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-11-01T16:38:14.8400871Z 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-11-01T16:38:14.8406365Z 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-11-01T16:38:14.8411523Z 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-11-01T16:38:14.8416519Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-11-01T16:38:14.8419768Z 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-11-01T16:38:14.8425147Z 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-11-01T16:38:14.8430499Z 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-11-01T16:38:14.8435676Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-11-01T16:38:14.8438805Z 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-11-01T16:38:14.8465893Z 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-11-01T16:38:14.8470866Z 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-11-01T16:38:14.8476075Z 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-11-01T16:38:14.8482198Z 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-11-01T16:38:14.8486580Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-11-01T16:38:14.8489807Z 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-11-01T16:38:14.8495156Z 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-11-01T16:38:14.8500327Z 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-11-01T16:38:14.8505806Z 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-11-01T16:38:14.8511524Z 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-11-01T16:38:14.8516795Z 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-11-01T16:38:14.8527877Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-11-01T16:38:14.8531011Z 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-11-01T16:38:14.8536649Z 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-11-01T16:38:14.8542232Z 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-11-01T16:38:14.8553063Z 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-11-01T16:38:14.8558126Z 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-11-01T16:38:14.8563397Z 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-11-01T16:38:14.8568531Z 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-11-01T16:38:14.8574448Z 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-11-01T16:38:14.8579994Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-11-01T16:38:14.8583338Z 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-11-01T16:38:14.8589220Z 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-11-01T16:38:14.8593997Z 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-11-01T16:38:14.8599440Z 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-11-01T16:38:14.8612078Z 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-11-01T16:38:14.8617171Z 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-11-01T16:38:14.8622294Z 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-11-01T16:38:14.8628283Z 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-11-01T16:38:14.8633567Z 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-11-01T16:38:14.8639110Z 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-11-01T16:38:14.8644396Z 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-11-01T16:38:14.8649283Z 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-11-01T16:38:14.8655665Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-11-01T16:38:14.8658745Z 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-11-01T16:38:14.8664501Z 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-11-01T16:38:14.8674219Z 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-11-01T16:38:14.8677006Z 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-11-01T16:38:14.8696369Z 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-11-01T16:38:14.8697164Z 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-11-01T16:38:14.8700951Z 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-11-01T16:38:14.8706340Z 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-11-01T16:38:14.8711891Z 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-11-01T16:38:14.8717811Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-11-01T16:38:14.8721199Z 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-11-01T16:38:14.8727652Z 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-11-01T16:38:14.8733196Z 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-11-01T16:38:14.8739049Z 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-11-01T16:38:14.8749744Z 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-11-01T16:38:14.8754745Z 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-11-01T16:38:14.8759891Z 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-11-01T16:38:14.8766145Z 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-11-01T16:38:14.8771276Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-11-01T16:38:14.8774412Z 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-11-01T16:38:14.8784780Z 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-11-01T16:38:14.8790030Z 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-11-01T16:38:14.8800808Z 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-11-01T16:38:14.8806086Z 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-11-01T16:38:14.8812254Z 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-11-01T16:38:14.8818142Z 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-11-01T16:38:14.8823380Z 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-11-01T16:38:14.8829210Z 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-11-01T16:38:14.8834117Z 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-11-01T16:38:14.8839608Z 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-11-01T16:38:14.8845227Z 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-11-01T16:38:14.8850400Z 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-11-01T16:38:14.8855416Z 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-11-01T16:38:14.8860936Z 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-11-01T16:38:14.8873096Z 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-11-01T16:38:14.8877974Z 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-11-01T16:38:14.8883372Z 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-11-01T16:38:14.8888889Z 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-11-01T16:38:14.8894441Z 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-11-01T16:38:14.8900023Z 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-11-01T16:38:14.8905343Z 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-11-01T16:38:14.8910523Z 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-11-01T16:38:14.8915973Z 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-11-01T16:38:14.8927309Z 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-11-01T16:38:14.8932460Z 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-11-01T16:38:14.8937594Z 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-11-01T16:38:14.8943053Z 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-11-01T16:38:14.8948646Z 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-11-01T16:38:14.8953747Z 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-11-01T16:38:14.8958858Z 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-11-01T16:38:14.8964117Z 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-11-01T16:38:14.8969644Z 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-11-01T16:38:14.8979875Z 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-11-01T16:38:14.8985727Z 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-11-01T16:38:14.8991308Z 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-11-01T16:38:14.8997734Z 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-11-01T16:38:14.9002592Z 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-11-01T16:38:14.9007884Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-11-01T16:38:14.9011309Z 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-11-01T16:38:14.9016426Z 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-11-01T16:38:14.9021852Z 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-11-01T16:38:14.9027131Z 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-11-01T16:38:14.9038213Z 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-11-01T16:38:14.9043929Z 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-11-01T16:38:14.9048968Z 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-11-01T16:38:14.9055074Z 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-11-01T16:38:14.9060343Z 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-11-01T16:38:14.9065802Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9071366Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-11-01T16:38:14.9074336Z 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-11-01T16:38:14.9079821Z 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-11-01T16:38:14.9085031Z 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-11-01T16:38:14.9090674Z 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-11-01T16:38:14.9095405Z 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-11-01T16:38:14.9106734Z 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-11-01T16:38:14.9111764Z 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-11-01T16:38:14.9116802Z 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-11-01T16:38:14.9122067Z 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-11-01T16:38:14.9127596Z 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-11-01T16:38:14.9132990Z 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-11-01T16:38:14.9138049Z 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-11-01T16:38:14.9143459Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9155188Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9160225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9165822Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9170835Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-11-01T16:38:14.9173832Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-11-01T16:38:14.9181275Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:38:14.9182996Z 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-11-01T16:38:14.9203378Z 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-11-01T16:38:14.9205017Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:38:14.9206748Z 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-11-01T16:38:14.9209260Z 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-11-01T16:38:14.9211039Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-11-01T16:38:14.9212826Z 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-11-01T16:38:14.9217883Z 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-11-01T16:38:14.9223636Z 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-11-01T16:38:14.9234859Z 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-11-01T16:38:14.9240160Z 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-11-01T16:38:14.9245489Z 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-11-01T16:38:14.9251014Z 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-11-01T16:38:14.9256831Z 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-11-01T16:38:14.9262368Z 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-11-01T16:38:14.9267866Z 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-11-01T16:38:14.9273100Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:38:14.9276049Z 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-11-01T16:38:14.9281103Z 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-11-01T16:38:14.9286122Z 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-11-01T16:38:14.9290977Z 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-11-01T16:38:14.9296812Z 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-11-01T16:38:14.9302558Z 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-11-01T16:38:14.9315476Z 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-11-01T16:38:14.9320480Z 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-11-01T16:38:14.9325914Z 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-11-01T16:38:14.9331240Z 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-11-01T16:38:14.9336360Z 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-11-01T16:38:14.9341968Z 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-11-01T16:38:14.9347140Z 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-11-01T16:38:14.9352259Z 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-11-01T16:38:14.9357610Z 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-11-01T16:38:14.9362756Z 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-11-01T16:38:14.9370310Z 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-11-01T16:38:14.9375625Z 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-11-01T16:38:14.9381037Z 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-11-01T16:38:14.9386255Z 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-11-01T16:38:14.9391437Z 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-11-01T16:38:14.9396451Z 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-11-01T16:38:14.9402310Z 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-11-01T16:38:14.9413816Z 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-11-01T16:38:14.9418951Z 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-11-01T16:38:14.9425061Z 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-11-01T16:38:14.9430528Z 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-11-01T16:38:14.9436014Z 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-11-01T16:38:14.9442139Z 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-11-01T16:38:14.9447649Z 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-11-01T16:38:14.9453318Z 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-11-01T16:38:14.9464719Z 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-11-01T16:38:14.9469622Z 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-11-01T16:38:14.9474874Z 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-11-01T16:38:14.9480520Z 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-11-01T16:38:14.9487204Z 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-11-01T16:38:14.9491811Z 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-11-01T16:38:14.9498534Z 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-11-01T16:38:14.9504873Z 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-11-01T16:38:14.9510924Z 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-11-01T16:38:14.9518161Z 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-11-01T16:38:14.9522236Z 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-11-01T16:38:14.9527706Z 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-11-01T16:38:14.9540404Z 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-11-01T16:38:14.9545782Z 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-11-01T16:38:14.9551212Z 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-11-01T16:38:14.9556788Z 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-11-01T16:38:14.9563418Z 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-11-01T16:38:14.9568874Z 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-11-01T16:38:14.9574532Z 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-11-01T16:38:14.9579933Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:38:14.9583489Z 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-11-01T16:38:14.9588658Z 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-11-01T16:38:14.9593742Z 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-11-01T16:38:14.9599152Z 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-11-01T16:38:14.9609853Z 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-11-01T16:38:14.9615108Z 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-11-01T16:38:14.9620628Z 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-11-01T16:38:14.9626209Z 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-11-01T16:38:14.9631470Z 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-11-01T16:38:14.9636740Z 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-11-01T16:38:14.9642171Z 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-11-01T16:38:14.9647432Z 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-11-01T16:38:14.9652375Z 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-11-01T16:38:14.9658016Z 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-11-01T16:38:14.9663530Z 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-11-01T16:38:14.9669022Z 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-11-01T16:38:14.9675009Z 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-11-01T16:38:14.9680468Z 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-11-01T16:38:14.9685888Z 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-11-01T16:38:14.9691192Z 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-11-01T16:38:14.9702212Z 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-11-01T16:38:14.9707711Z 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-11-01T16:38:14.9714277Z 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-11-01T16:38:14.9718660Z 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-11-01T16:38:14.9755255Z 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-11-01T16:38:14.9757335Z 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-11-01T16:38:14.9759397Z 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-11-01T16:38:14.9761172Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9762708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9763874Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-11-01T16:38:14.9765181Z 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-11-01T16:38:14.9767030Z 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-11-01T16:38:14.9770519Z 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-11-01T16:38:14.9775559Z 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-11-01T16:38:14.9786734Z 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-11-01T16:38:14.9792037Z 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-11-01T16:38:14.9797204Z 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-11-01T16:38:14.9802196Z 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-11-01T16:38:14.9807815Z 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-11-01T16:38:14.9812781Z 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-11-01T16:38:14.9817837Z 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-11-01T16:38:14.9822978Z 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-11-01T16:38:14.9827912Z 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-11-01T16:38:14.9833040Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9838126Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9843428Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9848278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:14.9853623Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-11-01T16:38:14.9856494Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:38:14.9859657Z 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-11-01T16:38:14.9864875Z 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-11-01T16:38:14.9869720Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:38:14.9872864Z 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-11-01T16:38:14.9878208Z 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-11-01T16:38:14.9883613Z 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-11-01T16:38:14.9894463Z 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-11-01T16:38:14.9899331Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:38:14.9902559Z 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-11-01T16:38:14.9907924Z 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-11-01T16:38:14.9913642Z 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-11-01T16:38:14.9923681Z 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-11-01T16:38:14.9929244Z 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-11-01T16:38:14.9935002Z 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-11-01T16:38:14.9940558Z 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-11-01T16:38:14.9946136Z 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-11-01T16:38:14.9951325Z 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-11-01T16:38:14.9976240Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:38:14.9989512Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-11-01T16:38:14.9992480Z 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-11-01T16:38:14.9998380Z 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-11-01T16:38:15.0004113Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-11-01T16:38:15.0007087Z 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-11-01T16:38:15.0013004Z 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-11-01T16:38:15.0018817Z 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-11-01T16:38:15.0024397Z 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-11-01T16:38:15.0034877Z 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-11-01T16:38:15.0039943Z 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-11-01T16:38:15.0045285Z 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-11-01T16:38:15.0050551Z 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-11-01T16:38:15.0055936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.0061520Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-11-01T16:38:15.0064378Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-11-01T16:38:15.0067581Z 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-11-01T16:38:15.0073022Z 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-11-01T16:38:15.0078673Z 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-11-01T16:38:15.0083924Z 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-11-01T16:38:15.0090643Z 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-11-01T16:38:15.0101467Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-11-01T16:38:15.0104346Z 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-11-01T16:38:15.0109903Z 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-11-01T16:38:15.0115484Z 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-11-01T16:38:15.0120840Z 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-11-01T16:38:15.0131943Z 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-11-01T16:38:15.0137512Z 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-11-01T16:38:15.0142996Z 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-11-01T16:38:15.0148568Z 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-11-01T16:38:15.0153980Z 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-11-01T16:38:15.0159288Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-11-01T16:38:15.0162581Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:38:15.0165385Z 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-11-01T16:38:15.0170937Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-11-01T16:38:15.0174431Z 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-11-01T16:38:15.0179663Z 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-11-01T16:38:15.0185150Z 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-11-01T16:38:15.0196879Z 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-11-01T16:38:15.0205172Z 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-11-01T16:38:15.0208067Z 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-11-01T16:38:15.0213662Z 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-11-01T16:38:15.0218969Z 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-11-01T16:38:15.0224523Z 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-11-01T16:38:15.0229750Z 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-11-01T16:38:15.0234940Z 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-11-01T16:38:15.0240951Z 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-11-01T16:38:15.0246374Z 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-11-01T16:38:15.0251652Z 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-11-01T16:38:15.0256692Z 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-11-01T16:38:15.0262073Z 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-11-01T16:38:15.0267345Z 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-11-01T16:38:15.0272648Z 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-11-01T16:38:15.0277973Z 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-11-01T16:38:15.0283300Z 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-11-01T16:38:15.0294128Z 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-11-01T16:38:15.0299396Z 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-11-01T16:38:15.0304650Z 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-11-01T16:38:15.0309559Z 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-11-01T16:38:15.0315383Z 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-11-01T16:38:15.0320759Z 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-11-01T16:38:15.0326083Z 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-11-01T16:38:15.0335692Z 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-11-01T16:38:15.0341623Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-11-01T16:38:15.0344667Z 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-11-01T16:38:15.0350238Z 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-11-01T16:38:15.0355646Z 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-11-01T16:38:15.0360995Z 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-11-01T16:38:15.0372648Z 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-11-01T16:38:15.0377233Z 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-11-01T16:38:15.0383773Z 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-11-01T16:38:15.0388933Z 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-11-01T16:38:15.0394166Z 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-11-01T16:38:15.0399563Z 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-11-01T16:38:15.0404857Z 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-11-01T16:38:15.0410135Z 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-11-01T16:38:15.0415427Z 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-11-01T16:38:15.0420479Z 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-11-01T16:38:15.0425658Z 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-11-01T16:38:15.0436374Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-11-01T16:38:15.0439347Z 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-11-01T16:38:15.0444441Z 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-11-01T16:38:15.0449796Z 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-11-01T16:38:15.0455186Z 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-11-01T16:38:15.0466737Z 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-11-01T16:38:15.0471967Z 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-11-01T16:38:15.0476864Z 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-11-01T16:38:15.0482019Z 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-11-01T16:38:15.0487444Z 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-11-01T16:38:15.0492895Z 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-11-01T16:38:15.0498237Z 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-11-01T16:38:15.0503590Z 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-11-01T16:38:15.0509787Z 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-11-01T16:38:15.0515382Z 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-11-01T16:38:15.0520759Z 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-11-01T16:38:15.0526269Z 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-11-01T16:38:15.0531730Z 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-11-01T16:38:15.0537229Z 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-11-01T16:38:15.0542815Z 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-11-01T16:38:15.0548379Z 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-11-01T16:38:15.0553876Z 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-11-01T16:38:15.0559529Z 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-11-01T16:38:15.0571661Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-11-01T16:38:15.0574890Z 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-11-01T16:38:15.0580229Z 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-11-01T16:38:15.0586107Z 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-11-01T16:38:15.0590402Z 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-11-01T16:38:15.0601104Z 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-11-01T16:38:15.0606019Z 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-11-01T16:38:15.0611588Z 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-11-01T16:38:15.0616717Z 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-11-01T16:38:15.0622084Z 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-11-01T16:38:15.0627387Z 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-11-01T16:38:15.0633141Z 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-11-01T16:38:15.0638171Z 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-11-01T16:38:15.0643769Z 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-11-01T16:38:15.0649170Z 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-11-01T16:38:15.0654862Z 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-11-01T16:38:15.0660311Z 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-11-01T16:38:15.0665925Z 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-11-01T16:38:15.0671157Z 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-11-01T16:38:15.0676234Z 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-11-01T16:38:15.0691195Z 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-11-01T16:38:15.0693133Z 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-11-01T16:38:15.0698197Z 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-11-01T16:38:15.0703884Z 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-11-01T16:38:15.0709540Z 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-11-01T16:38:15.0715050Z 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-11-01T16:38:15.0720361Z 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-11-01T16:38:15.0725846Z 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-11-01T16:38:15.0731045Z 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-11-01T16:38:15.0742267Z 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-11-01T16:38:15.0747607Z 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-11-01T16:38:15.0752829Z 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-11-01T16:38:15.0758185Z 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-11-01T16:38:15.0763247Z 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-11-01T16:38:15.0768265Z 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-11-01T16:38:15.0774149Z 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-11-01T16:38:15.0779421Z 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-11-01T16:38:15.0784874Z 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-11-01T16:38:15.0795614Z 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-11-01T16:38:15.0800627Z 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-11-01T16:38:15.0805906Z 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-11-01T16:38:15.0810927Z 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-11-01T16:38:15.0816089Z 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-11-01T16:38:15.0821281Z 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-11-01T16:38:15.0826593Z 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-11-01T16:38:15.0831622Z 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-11-01T16:38:15.0837037Z 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-11-01T16:38:15.0847434Z 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-11-01T16:38:15.0852456Z 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-11-01T16:38:15.0857503Z 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-11-01T16:38:15.0862898Z 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-11-01T16:38:15.0867932Z 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-11-01T16:38:15.0873313Z 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-11-01T16:38:15.0878980Z 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-11-01T16:38:15.0883995Z 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-11-01T16:38:15.0889395Z 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-11-01T16:38:15.0894389Z 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-11-01T16:38:15.0909813Z 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-11-01T16:38:15.0914916Z 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-11-01T16:38:15.0920046Z 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-11-01T16:38:15.0925565Z 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-11-01T16:38:15.0930626Z 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-11-01T16:38:15.0935703Z 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-11-01T16:38:15.0941243Z 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-11-01T16:38:15.0946723Z 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-11-01T16:38:15.0952110Z 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-11-01T16:38:15.0957362Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:38:15.0960614Z 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-11-01T16:38:15.0965887Z 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-11-01T16:38:15.0971068Z 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-11-01T16:38:15.0975978Z 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-11-01T16:38:15.0986706Z 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-11-01T16:38:15.0991784Z 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-11-01T16:38:15.0997199Z 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-11-01T16:38:15.1003730Z 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-11-01T16:38:15.1008830Z 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-11-01T16:38:15.1013778Z 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-11-01T16:38:15.1023577Z 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-11-01T16:38:15.1028767Z 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-11-01T16:38:15.1034559Z 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-11-01T16:38:15.1039580Z 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-11-01T16:38:15.1044862Z 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-11-01T16:38:15.1050775Z 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-11-01T16:38:15.1056720Z 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-11-01T16:38:15.1062189Z 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-11-01T16:38:15.1067446Z 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-11-01T16:38:15.1079413Z 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-11-01T16:38:15.1084707Z 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-11-01T16:38:15.1090253Z 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-11-01T16:38:15.1095886Z 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-11-01T16:38:15.1101711Z 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-11-01T16:38:15.1107484Z 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-11-01T16:38:15.1113091Z 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-11-01T16:38:15.1118906Z 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-11-01T16:38:15.1124756Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:38:15.1128402Z 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-11-01T16:38:15.1133537Z 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-11-01T16:38:15.1139274Z 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-11-01T16:38:15.1149140Z 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-11-01T16:38:15.1154405Z 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-11-01T16:38:15.1160202Z 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-11-01T16:38:15.1165626Z 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-11-01T16:38:15.1171166Z 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-11-01T16:38:15.1176622Z 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-11-01T16:38:15.1182348Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-11-01T16:38:15.1189186Z 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-11-01T16:38:15.1191068Z 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-11-01T16:38:15.1205733Z 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-11-01T16:38:15.1207541Z 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-11-01T16:38:15.1209807Z 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-11-01T16:38:15.1219781Z 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-11-01T16:38:15.1224855Z 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-11-01T16:38:15.1230390Z 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-11-01T16:38:15.1235721Z 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-11-01T16:38:15.1241247Z 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-11-01T16:38:15.1246736Z 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-11-01T16:38:15.1252376Z 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-11-01T16:38:15.1257814Z 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-11-01T16:38:15.1263082Z 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-11-01T16:38:15.1273167Z 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-11-01T16:38:15.1278031Z 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-11-01T16:38:15.1283054Z 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-11-01T16:38:15.1288657Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-11-01T16:38:15.1291706Z 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-11-01T16:38:15.1297543Z 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-11-01T16:38:15.1302925Z 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-11-01T16:38:15.1308091Z 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-11-01T16:38:15.1319508Z 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-11-01T16:38:15.1324813Z 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-11-01T16:38:15.1329862Z 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-11-01T16:38:15.1335436Z 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-11-01T16:38:15.1340969Z 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-11-01T16:38:15.1346458Z 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-11-01T16:38:15.1351782Z 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-11-01T16:38:15.1357166Z 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-11-01T16:38:15.1362463Z 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-11-01T16:38:15.1367816Z 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-11-01T16:38:15.1372820Z 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-11-01T16:38:15.1378116Z 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-11-01T16:38:15.1383322Z 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-11-01T16:38:15.1388389Z 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-11-01T16:38:15.1393825Z 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-11-01T16:38:15.1399144Z 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-11-01T16:38:15.1409564Z 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-11-01T16:38:15.1415337Z 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-11-01T16:38:15.1420941Z 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-11-01T16:38:15.1426057Z 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-11-01T16:38:15.1431189Z 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-11-01T16:38:15.1436725Z 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-11-01T16:38:15.1442010Z 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-11-01T16:38:15.1447203Z 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-11-01T16:38:15.1452603Z 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-11-01T16:38:15.1462990Z 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-11-01T16:38:15.1468175Z 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-11-01T16:38:15.1489207Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-11-01T16:38:15.1507728Z 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-11-01T16:38:15.1510065Z 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-11-01T16:38:15.1512072Z 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-11-01T16:38:15.1514142Z 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-11-01T16:38:15.1519906Z 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-11-01T16:38:15.1524539Z 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-11-01T16:38:15.1529964Z 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-11-01T16:38:15.1535560Z 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-11-01T16:38:15.1540950Z 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-11-01T16:38:15.1546478Z 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-11-01T16:38:15.1551935Z 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-11-01T16:38:15.1557592Z 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-11-01T16:38:15.1564075Z 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-11-01T16:38:15.1579743Z 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-11-01T16:38:15.1584982Z 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-11-01T16:38:15.1590291Z 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-11-01T16:38:15.1595880Z 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-11-01T16:38:15.1601572Z 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-11-01T16:38:15.1607078Z 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-11-01T16:38:15.1612614Z 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-11-01T16:38:15.1623604Z 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-11-01T16:38:15.1629249Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:38:15.1632211Z 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-11-01T16:38:15.1637695Z 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-11-01T16:38:15.1643682Z 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-11-01T16:38:15.1649027Z 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-11-01T16:38:15.1659072Z 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-11-01T16:38:15.1664659Z 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-11-01T16:38:15.1670025Z 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-11-01T16:38:15.1675385Z 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-11-01T16:38:15.1680795Z 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-11-01T16:38:15.1698011Z 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-11-01T16:38:15.1699949Z 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-11-01T16:38:15.1701854Z 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-11-01T16:38:15.1708427Z 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-11-01T16:38:15.1714037Z 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-11-01T16:38:15.1719709Z 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-11-01T16:38:15.1725169Z 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-11-01T16:38:15.1730412Z 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-11-01T16:38:15.1736027Z 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-11-01T16:38:15.1741437Z 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-11-01T16:38:15.1747249Z 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-11-01T16:38:15.1752361Z 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-11-01T16:38:15.1763678Z 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-11-01T16:38:15.1769046Z 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-11-01T16:38:15.1774991Z 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-11-01T16:38:15.1780088Z 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-11-01T16:38:15.1785442Z 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-11-01T16:38:15.1790745Z 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-11-01T16:38:15.1796054Z 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-11-01T16:38:15.1801300Z 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-11-01T16:38:15.1806612Z 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-11-01T16:38:15.1811806Z 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-11-01T16:38:15.1817532Z 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-11-01T16:38:15.1828143Z 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-11-01T16:38:15.1833508Z 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-11-01T16:38:15.1839148Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:38:15.1842313Z 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-11-01T16:38:15.1847491Z 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-11-01T16:38:15.1852391Z 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-11-01T16:38:15.1857461Z 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-11-01T16:38:15.1862565Z 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-11-01T16:38:15.1872706Z 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-11-01T16:38:15.1877981Z 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-11-01T16:38:15.1883353Z 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-11-01T16:38:15.1888926Z 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-11-01T16:38:15.1893709Z 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-11-01T16:38:15.1899094Z 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-11-01T16:38:15.1904422Z 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-11-01T16:38:15.1910262Z 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-11-01T16:38:15.1915608Z 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-11-01T16:38:15.1920691Z 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-11-01T16:38:15.1926303Z 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-11-01T16:38:15.1931861Z 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-11-01T16:38:15.1937190Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-11-01T16:38:15.1940421Z 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-11-01T16:38:15.1945707Z 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-11-01T16:38:15.1950683Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.1956161Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-11-01T16:38:15.1959136Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-11-01T16:38:15.1962131Z 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-11-01T16:38:15.1967495Z 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-11-01T16:38:15.1972776Z 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-11-01T16:38:15.1983662Z 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-11-01T16:38:15.1994715Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-11-01T16:38:15.1997612Z 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-11-01T16:38:15.2002941Z 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-11-01T16:38:15.2008085Z 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-11-01T16:38:15.2014043Z 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-11-01T16:38:15.2019590Z 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-11-01T16:38:15.2029778Z 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-11-01T16:38:15.2034937Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-11-01T16:38:15.2038006Z 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-11-01T16:38:15.2047932Z 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-11-01T16:38:15.2053205Z 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-11-01T16:38:15.2058785Z 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-11-01T16:38:15.2064247Z 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-11-01T16:38:15.2069478Z 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-11-01T16:38:15.2074844Z 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-11-01T16:38:15.2080076Z 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-11-01T16:38:15.2090052Z 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-11-01T16:38:15.2095286Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:38:15.2098407Z 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-11-01T16:38:15.2103525Z 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-11-01T16:38:15.2108784Z 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-11-01T16:38:15.2114214Z 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-11-01T16:38:15.2119491Z 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-11-01T16:38:15.2124874Z 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-11-01T16:38:15.2134922Z 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-11-01T16:38:15.2140173Z 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-11-01T16:38:15.2145664Z 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-11-01T16:38:15.2151040Z 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-11-01T16:38:15.2156199Z 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-11-01T16:38:15.2166390Z 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-11-01T16:38:15.2171679Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-11-01T16:38:15.2174705Z 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-11-01T16:38:15.2185114Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:38:15.2188228Z 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-11-01T16:38:15.2193255Z 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-11-01T16:38:15.2198463Z 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-11-01T16:38:15.2203707Z 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-11-01T16:38:15.2214557Z 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-11-01T16:38:15.2220171Z 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-11-01T16:38:15.2231761Z 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-11-01T16:38:15.2237914Z 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-11-01T16:38:15.2243881Z 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-11-01T16:38:15.2249805Z 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-11-01T16:38:15.2255583Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2261681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2266906Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-11-01T16:38:15.2270019Z 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-11-01T16:38:15.2281424Z 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-11-01T16:38:15.2286433Z 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-11-01T16:38:15.2291816Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-11-01T16:38:15.2294773Z 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-11-01T16:38:15.2300608Z 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-11-01T16:38:15.2306313Z 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-11-01T16:38:15.2311670Z 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-11-01T16:38:15.2326005Z 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-11-01T16:38:15.2331181Z 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-11-01T16:38:15.2336495Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:38:15.2341630Z 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-11-01T16:38:15.2347268Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:38:15.2350546Z 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-11-01T16:38:15.2355571Z 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-11-01T16:38:15.2360663Z 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-11-01T16:38:15.2370488Z 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-11-01T16:38:15.2375559Z 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-11-01T16:38:15.2380936Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-11-01T16:38:15.2384044Z 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-11-01T16:38:15.2389280Z 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-11-01T16:38:15.2394390Z 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-11-01T16:38:15.2399624Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:38:15.2403271Z 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-11-01T16:38:15.2408444Z 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-11-01T16:38:15.2418445Z 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-11-01T16:38:15.2428437Z 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-11-01T16:38:15.2433486Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:38:15.2436600Z 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-11-01T16:38:15.2441813Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:38:15.2444822Z 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-11-01T16:38:15.2449992Z 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-11-01T16:38:15.2455125Z 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-11-01T16:38:15.2465845Z 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-11-01T16:38:15.2475650Z 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-11-01T16:38:15.2480669Z 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-11-01T16:38:15.2486233Z 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-11-01T16:38:15.2491759Z 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-11-01T16:38:15.2496823Z 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-11-01T16:38:15.2506989Z 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-11-01T16:38:15.2512315Z 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-11-01T16:38:15.2517692Z 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-11-01T16:38:15.2523106Z 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-11-01T16:38:15.2528479Z 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-11-01T16:38:15.2533847Z 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-11-01T16:38:15.2539404Z 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-11-01T16:38:15.2550167Z 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-11-01T16:38:15.2555777Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2560735Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2571197Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2576529Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2581833Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2587053Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2592365Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2597656Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2602836Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2607965Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2613242Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-11-01T16:38:15.2616405Z 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-11-01T16:38:15.2621929Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2627259Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2637494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2642818Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2649254Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-11-01T16:38:15.2652224Z 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-11-01T16:38:15.2657796Z 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-11-01T16:38:15.2663196Z 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-11-01T16:38:15.2668389Z 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-11-01T16:38:15.2679146Z 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-11-01T16:38:15.2684463Z 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-11-01T16:38:15.2689743Z 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-11-01T16:38:15.2695034Z 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-11-01T16:38:15.2701639Z 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-11-01T16:38:15.2705585Z 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-11-01T16:38:15.2712346Z 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-11-01T16:38:15.2717499Z 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-11-01T16:38:15.2723499Z 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-11-01T16:38:15.2729866Z 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-11-01T16:38:15.2735344Z 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-11-01T16:38:15.2741701Z 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-11-01T16:38:15.2747931Z 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-11-01T16:38:15.2753568Z 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-11-01T16:38:15.2758960Z 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-11-01T16:38:15.2764856Z 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-11-01T16:38:15.2776016Z 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-11-01T16:38:15.2781707Z 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-11-01T16:38:15.2787203Z 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-11-01T16:38:15.2792238Z 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-11-01T16:38:15.2797795Z 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-11-01T16:38:15.2807904Z 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-11-01T16:38:15.2813535Z 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-11-01T16:38:15.2819323Z 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-11-01T16:38:15.2824559Z 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-11-01T16:38:15.2830175Z 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-11-01T16:38:15.2840062Z 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-11-01T16:38:15.2845076Z 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-11-01T16:38:15.2850887Z 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-11-01T16:38:15.2856330Z 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-11-01T16:38:15.2861577Z 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-11-01T16:38:15.2866737Z 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-11-01T16:38:15.2872811Z 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-11-01T16:38:15.2878294Z 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-11-01T16:38:15.2883659Z 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-11-01T16:38:15.2889426Z 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-11-01T16:38:15.2899700Z 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-11-01T16:38:15.2905223Z 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-11-01T16:38:15.2910609Z 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-11-01T16:38:15.2915905Z 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-11-01T16:38:15.2921175Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:38:15.2926814Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-11-01T16:38:15.2999541Z 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-11-01T16:38:15.3004660Z 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-11-01T16:38:15.3009353Z 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-11-01T16:38:15.3014706Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:38:15.3021105Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:38:15.3026800Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:38:15.3038542Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:38:15.3044142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:38:15.3049726Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:38:15.3059547Z creating build\bdist.win-amd64\wheel\torch\jit 2024-11-01T16:38:15.3062635Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3068817Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3074750Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3080538Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-11-01T16:38:15.3083678Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-11-01T16:38:15.3107248Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3117564Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3123291Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3128754Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3134033Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3139769Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3144849Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3150544Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3155933Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3161519Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3166594Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3171854Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3177207Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3183027Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3188175Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3194128Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-11-01T16:38:15.3206069Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-11-01T16:38:15.3206675Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-11-01T16:38:15.3208253Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3213671Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3220131Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3226650Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3232021Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3242587Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3248775Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3254110Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3260817Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:38:15.3266657Z creating build\bdist.win-amd64\wheel\torch\lib 2024-11-01T16:38:15.3269708Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3277301Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3283089Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3291904Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3298981Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3311372Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3317100Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3330720Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3342928Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3351913Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3357939Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3363779Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3369515Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:15.3376483Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.0967794Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1015803Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1034561Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1054402Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1061827Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1067786Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1267117Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1315648Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1649531Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.1999560Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2014003Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2019495Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2024837Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2109008Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2114281Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2119727Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2130401Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.2136554Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.3384489Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.3632014Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5376955Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5396651Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5408278Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5545486Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5553307Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5589680Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:38:16.5595371Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.5602406Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-11-01T16:38:16.5605351Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-11-01T16:38:16.5612300Z creating build\bdist.win-amd64\wheel\torch\masked 2024-11-01T16:38:16.5615442Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-11-01T16:38:16.5618503Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5623765Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5629191Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5634546Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5639706Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5650240Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5655704Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5661587Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:38:16.5666548Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:38:16.5672960Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:38:16.5679197Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:38:16.5684696Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-11-01T16:38:16.5687527Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-11-01T16:38:16.5692851Z creating build\bdist.win-amd64\wheel\torch\mps 2024-11-01T16:38:16.5695854Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:38:16.5701255Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:38:16.5706584Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:38:16.5712054Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-11-01T16:38:16.5714946Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-11-01T16:38:16.5720234Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-11-01T16:38:16.5725807Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-11-01T16:38:16.5728875Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:38:16.5734193Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:38:16.5739973Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:38:16.5745523Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:38:16.5750768Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:38:16.5761387Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:38:16.5766604Z creating build\bdist.win-amd64\wheel\torch\nested 2024-11-01T16:38:16.5769651Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-11-01T16:38:16.5772815Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:38:16.5779097Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:38:16.5785647Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:38:16.5791442Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:38:16.5795738Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-11-01T16:38:16.5801653Z creating build\bdist.win-amd64\wheel\torch\nn 2024-11-01T16:38:16.5804537Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-11-01T16:38:16.5807421Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:38:16.5813010Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2024-11-01T16:38:16.5816116Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2024-11-01T16:38:16.5821631Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2024-11-01T16:38:16.5826488Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:38:16.5832748Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:38:16.5842781Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:38:16.5847912Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-11-01T16:38:16.5850763Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-11-01T16:38:16.5855712Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-11-01T16:38:16.5860309Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.5865249Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.5870389Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.5883412Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.5888994Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.5894271Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.5900190Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-11-01T16:38:16.5903084Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-11-01T16:38:16.5906017Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-11-01T16:38:16.5910922Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-11-01T16:38:16.5916042Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-11-01T16:38:16.5918916Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-11-01T16:38:16.5921874Z 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-11-01T16:38:16.5927662Z 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-11-01T16:38:16.5932626Z 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-11-01T16:38:16.5937567Z 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-11-01T16:38:16.5948517Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-11-01T16:38:16.5953694Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-11-01T16:38:16.5956585Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:38:16.5959351Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:38:16.5962422Z 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-11-01T16:38:16.5967406Z 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-11-01T16:38:16.5972195Z 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-11-01T16:38:16.5977093Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-11-01T16:38:16.5980170Z 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-11-01T16:38:16.5985148Z 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-11-01T16:38:16.5989976Z 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-11-01T16:38:16.5995339Z 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-11-01T16:38:16.5999864Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-11-01T16:38:16.6004678Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-11-01T16:38:16.6009962Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-11-01T16:38:16.6012877Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6019649Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6039950Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6041379Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6042795Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6048378Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6054692Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6060853Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6068798Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6075627Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6081259Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6087177Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6092452Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6097745Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6104225Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6111107Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6116539Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6122427Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6128116Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6134115Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6140416Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6146160Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6152431Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6157729Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6163415Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6169368Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:38:16.6174834Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-11-01T16:38:16.6177763Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6183819Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6189265Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6196239Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6207071Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6212493Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6217782Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6223155Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:38:16.6228272Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.6233540Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.6239186Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-11-01T16:38:16.6242131Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-11-01T16:38:16.6244958Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-11-01T16:38:16.6248464Z 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-11-01T16:38:16.6253325Z 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-11-01T16:38:16.6257917Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-11-01T16:38:16.6262836Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-11-01T16:38:16.6265598Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:38:16.6270541Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:38:16.6276286Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:38:16.6281098Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:38:16.6285666Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-11-01T16:38:16.6290822Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-11-01T16:38:16.6293642Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-11-01T16:38:16.6296602Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-11-01T16:38:16.6301456Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-11-01T16:38:16.6306232Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-11-01T16:38:16.6311448Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-11-01T16:38:16.6315705Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-11-01T16:38:16.6318542Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-11-01T16:38:16.6321246Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-11-01T16:38:16.6324077Z 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-11-01T16:38:16.6329088Z 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-11-01T16:38:16.6333794Z 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-11-01T16:38:16.6339305Z 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-11-01T16:38:16.6344483Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-11-01T16:38:16.6349147Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-11-01T16:38:16.6354514Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-11-01T16:38:16.6357380Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6362102Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6366955Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6371819Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6376850Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6387332Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6392252Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6397657Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6402922Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6407747Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6412659Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:38:16.6417897Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-11-01T16:38:16.6426193Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-11-01T16:38:16.6429233Z 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-11-01T16:38:16.6434318Z 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-11-01T16:38:16.6439896Z 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-11-01T16:38:16.6444832Z 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-11-01T16:38:16.6449755Z 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-11-01T16:38:16.6455074Z 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-11-01T16:38:16.6460655Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-11-01T16:38:16.6465248Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-11-01T16:38:16.6470682Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-11-01T16:38:16.6473631Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6479006Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6484248Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6489437Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6494757Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6505795Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6511809Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6517728Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6523811Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6529553Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6535056Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6540645Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6546194Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6551899Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-11-01T16:38:16.6555301Z 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-11-01T16:38:16.6561007Z 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-11-01T16:38:16.6566518Z 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-11-01T16:38:16.6577309Z 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-11-01T16:38:16.6598097Z 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-11-01T16:38:16.6604326Z 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-11-01T16:38:16.6609707Z 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-11-01T16:38:16.6615266Z 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-11-01T16:38:16.6621016Z 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-11-01T16:38:16.6626434Z 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-11-01T16:38:16.6631834Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6637476Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6643500Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:38:16.6649045Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.6653686Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:38:16.6660138Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-11-01T16:38:16.6663233Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6669894Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6674289Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6679607Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6690753Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6697293Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6703852Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6708978Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6714991Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6720806Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6726157Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6731477Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6736881Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6742367Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6747518Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6753073Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6758487Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6764313Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6771808Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6778210Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6789574Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6794770Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6800088Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6805417Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6811058Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6816256Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.6821951Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-11-01T16:38:16.6824956Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-11-01T16:38:16.6827818Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:38:16.6830787Z 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-11-01T16:38:16.6836413Z 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-11-01T16:38:16.6841641Z 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-11-01T16:38:16.6847391Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:38:16.6850465Z 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-11-01T16:38:16.6855368Z 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-11-01T16:38:16.6860501Z 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-11-01T16:38:16.6865808Z 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-11-01T16:38:16.6871028Z 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-11-01T16:38:16.6881677Z 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-11-01T16:38:16.6886837Z 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-11-01T16:38:16.6892043Z 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-11-01T16:38:16.6897552Z 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-11-01T16:38:16.6902897Z 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-11-01T16:38:16.6917909Z 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-11-01T16:38:16.6919965Z 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-11-01T16:38:16.6922112Z 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-11-01T16:38:16.6926208Z 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-11-01T16:38:16.6932519Z 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-11-01T16:38:16.6938182Z 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-11-01T16:38:16.6943727Z 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-11-01T16:38:16.6949142Z 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-11-01T16:38:16.6954618Z 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-11-01T16:38:16.6960094Z 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-11-01T16:38:16.6965685Z 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-11-01T16:38:16.6976452Z 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-11-01T16:38:16.6981924Z 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-11-01T16:38:16.6987421Z 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-11-01T16:38:16.6992999Z 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-11-01T16:38:16.6998394Z 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-11-01T16:38:16.7003797Z 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-11-01T16:38:16.7009469Z 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-11-01T16:38:16.7015198Z 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-11-01T16:38:16.7020751Z 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-11-01T16:38:16.7026432Z 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-11-01T16:38:16.7036850Z 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-11-01T16:38:16.7042394Z 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-11-01T16:38:16.7048263Z 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-11-01T16:38:16.7053904Z 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-11-01T16:38:16.7059608Z 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-11-01T16:38:16.7065075Z 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-11-01T16:38:16.7070723Z 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-11-01T16:38:16.7076122Z 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-11-01T16:38:16.7081671Z 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-11-01T16:38:16.7087086Z 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-11-01T16:38:16.7097542Z 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-11-01T16:38:16.7102912Z 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-11-01T16:38:16.7108336Z 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-11-01T16:38:16.7113802Z 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-11-01T16:38:16.7119235Z 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-11-01T16:38:16.7125020Z 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-11-01T16:38:16.7142608Z 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-11-01T16:38:16.7147889Z 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-11-01T16:38:16.7153636Z 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-11-01T16:38:16.7159292Z 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-11-01T16:38:16.7169503Z 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-11-01T16:38:16.7175254Z 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-11-01T16:38:16.7180914Z 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-11-01T16:38:16.7186530Z 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-11-01T16:38:16.7191911Z 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-11-01T16:38:16.7202080Z 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-11-01T16:38:16.7207320Z 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-11-01T16:38:16.7212408Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-11-01T16:38:16.7217844Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-11-01T16:38:16.7223670Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-11-01T16:38:16.7229085Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7232068Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7237445Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7244206Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7249495Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7259679Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7265650Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7270989Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7276552Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7281465Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7286759Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7292064Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7297529Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7302995Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7308364Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7313689Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7319333Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7324514Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7329864Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7335285Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:38:16.7339853Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-11-01T16:38:16.7342773Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-11-01T16:38:16.7346119Z 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-11-01T16:38:16.7351320Z 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-11-01T16:38:16.7356288Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7361653Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7366895Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7377463Z 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-11-01T16:38:16.7382853Z 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-11-01T16:38:16.7388864Z 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-11-01T16:38:16.7394501Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7400521Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-11-01T16:38:16.7403497Z 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-11-01T16:38:16.7408894Z 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-11-01T16:38:16.7414537Z 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-11-01T16:38:16.7420404Z 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-11-01T16:38:16.7430837Z 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-11-01T16:38:16.7437235Z 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-11-01T16:38:16.7442638Z 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-11-01T16:38:16.7448031Z 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-11-01T16:38:16.7453672Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7459327Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7464864Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7470310Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7475794Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7481196Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:38:16.7486279Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7497041Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7502671Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7509642Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7515253Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7520687Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7526695Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7532230Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:38:16.7536730Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.7542685Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.7548263Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:38:16.7559245Z creating build\bdist.win-amd64\wheel\torch\optim 2024-11-01T16:38:16.7562279Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7568245Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7575193Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7581254Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7586679Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7592561Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7599100Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7609653Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7616313Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7622401Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7630986Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7634989Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7640980Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7646656Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7655001Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7660896Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7666851Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7672759Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7678384Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-11-01T16:38:16.7681008Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-11-01T16:38:16.7686428Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-11-01T16:38:16.7691288Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:38:16.7696410Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.7703328Z creating build\bdist.win-amd64\wheel\torch\package 2024-11-01T16:38:16.7706399Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-11-01T16:38:16.7709491Z 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-11-01T16:38:16.7714745Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:38:16.7719771Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:38:16.7730406Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:38:16.7735909Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7741435Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7746333Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7756530Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7761728Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7767801Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7773443Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7778712Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7784039Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7789453Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7794855Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7800131Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7805493Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7810682Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7815910Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:38:16.7821235Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-11-01T16:38:16.7829278Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7834396Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7840340Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7845362Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7851334Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7862236Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7867390Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:38:16.7873101Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.7877942Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-11-01T16:38:16.7880996Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7886375Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7891423Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7927937Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-11-01T16:38:16.7929014Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7930588Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7932087Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7933625Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7935127Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7940299Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7945718Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7950975Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7956608Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7961711Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7967282Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7972553Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:38:16.7977283Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7982446Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7987933Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7993199Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.7998481Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8004055Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8009473Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8014489Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8019678Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8024920Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8030229Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8035750Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8040949Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:38:16.8046055Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.8051575Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.8056827Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.8062305Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.8067716Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.8074385Z creating build\bdist.win-amd64\wheel\torch\share 2024-11-01T16:38:16.8077178Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-11-01T16:38:16.8079888Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-11-01T16:38:16.8082803Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-11-01T16:38:16.8105112Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8108098Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8113588Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8119484Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8129322Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8135009Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8140466Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8145839Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:38:16.8151232Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:38:16.8154350Z 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-11-01T16:38:16.8159380Z 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-11-01T16:38:16.8165082Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-11-01T16:38:16.8173149Z 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-11-01T16:38:16.8178275Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-11-01T16:38:16.8181653Z 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-11-01T16:38:16.8187075Z 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-11-01T16:38:16.8192378Z 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-11-01T16:38:16.8202296Z 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-11-01T16:38:16.8207356Z 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-11-01T16:38:16.8213988Z 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-11-01T16:38:16.8224780Z 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-11-01T16:38:16.8230180Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-11-01T16:38:16.8233364Z 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-11-01T16:38:16.8238925Z 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-11-01T16:38:16.8245515Z 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-11-01T16:38:16.8250862Z 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-11-01T16:38:16.8261849Z 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-11-01T16:38:16.8267233Z 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-11-01T16:38:16.8272472Z 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-11-01T16:38:16.8277934Z 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-11-01T16:38:16.8283816Z 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-11-01T16:38:16.8289476Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-11-01T16:38:16.8292968Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-11-01T16:38:16.8299066Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-11-01T16:38:16.8304814Z creating build\bdist.win-amd64\wheel\torch\signal 2024-11-01T16:38:16.8308099Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-11-01T16:38:16.8311405Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-11-01T16:38:16.8317789Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-11-01T16:38:16.8322630Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-11-01T16:38:16.8327954Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-11-01T16:38:16.8331065Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:38:16.8337156Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:38:16.8342937Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:38:16.8353948Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:38:16.8361192Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:38:16.8371090Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:38:16.8376797Z creating build\bdist.win-amd64\wheel\torch\special 2024-11-01T16:38:16.8379894Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-11-01T16:38:16.8385630Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:16.8396411Z creating build\bdist.win-amd64\wheel\torch\test 2024-11-01T16:38:16.8405319Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8414283Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8424049Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8433266Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8447529Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8456739Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8465425Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8474145Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8482638Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8490650Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8498902Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8507733Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8516332Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8524294Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8533420Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8541638Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8550014Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8558500Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8571491Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8580194Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8588580Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8597212Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDATest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8605357Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8613414Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8622477Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8635845Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8644689Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8653207Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8661882Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8670158Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8679089Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8687699Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8697078Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8709703Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8725170Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8733727Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8742524Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8751131Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8760004Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8768673Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8777406Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8795219Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8816556Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8836713Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8838347Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8842634Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8857115Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8865738Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8873869Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8882771Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8897557Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8905789Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8914216Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8922094Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8931095Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8939898Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8949007Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8957380Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8966038Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8980596Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8990145Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.8999966Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9009507Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9021953Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocatorTraceTracker_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9030968Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9040218Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_apply_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9048894Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_atomic_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9065244Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_caching_host_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9074778Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9084707Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9094080Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cub_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9104016Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cudnn_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9113465Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9122290Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_distributions_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9133335Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9142583Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9152369Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9162014Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_integer_divider_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9170639Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9180416Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9190162Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9199232Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_stream_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9208288Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_vectorized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9217919Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9234127Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9243296Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9252725Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9262774Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9272659Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9282418Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9293924Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9302404Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9314623Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9329231Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9341141Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9352893Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9366041Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9378163Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9388236Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9397864Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9408784Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9427563Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9439399Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9448928Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9459444Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9469107Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9478646Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9488141Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9497943Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9508137Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9517325Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9526111Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9534622Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9563544Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9572449Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9583002Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9592817Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9602202Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9611494Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9621365Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9630982Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9640217Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9649562Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9660478Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9670148Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9677287Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9692531Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9702809Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9712728Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9719994Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9729681Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9739331Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:38:16.9749279Z creating build\bdist.win-amd64\wheel\torch\testing 2024-11-01T16:38:16.9753197Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:38:16.9759648Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:38:16.9766714Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-11-01T16:38:16.9770214Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9776252Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9782529Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9794859Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-11-01T16:38:16.9798034Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-11-01T16:38:16.9803439Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9809300Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9816511Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9823699Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9829369Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9834970Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9841792Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9847714Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9868548Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9872168Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9880934Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9888583Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9895599Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9901460Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9908477Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9919797Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9925379Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9933715Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9939760Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9945915Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:16.9951531Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-11-01T16:38:16.9954594Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-11-01T16:38:16.9959668Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-11-01T16:38:16.9964558Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-11-01T16:38:16.9969902Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-11-01T16:38:16.9973148Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:38:16.9978628Z 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-11-01T16:38:16.9984181Z 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-11-01T16:38:16.9995553Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:38:17.0005288Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:38:17.0011023Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:38:17.0016372Z 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-11-01T16:38:17.0022577Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-11-01T16:38:17.0025474Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-11-01T16:38:17.0028604Z 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-11-01T16:38:17.0034781Z 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-11-01T16:38:17.0039136Z 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-11-01T16:38:17.0043603Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-11-01T16:38:17.0047052Z 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-11-01T16:38:17.0053766Z 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-11-01T16:38:17.0059336Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:38:17.0062719Z 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-11-01T16:38:17.0068594Z 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-11-01T16:38:17.0074485Z 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-11-01T16:38:17.0079112Z 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-11-01T16:38:17.0089778Z 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-11-01T16:38:17.0094680Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:38:17.0098144Z 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-11-01T16:38:17.0103616Z 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-11-01T16:38:17.0109886Z 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-11-01T16:38:17.0115775Z 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-11-01T16:38:17.0120765Z 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-11-01T16:38:17.0126614Z 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-11-01T16:38:17.0135028Z 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-11-01T16:38:17.0140814Z 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-11-01T16:38:17.0145520Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:38:17.0151165Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-11-01T16:38:17.0154172Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:38:17.0157701Z 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-11-01T16:38:17.0163436Z 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-11-01T16:38:17.0168888Z 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-11-01T16:38:17.0174396Z 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-11-01T16:38:17.0180097Z 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-11-01T16:38:17.0185167Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-11-01T16:38:17.0188270Z 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-11-01T16:38:17.0210031Z 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-11-01T16:38:17.0214574Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:38:17.0219423Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0225088Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0230723Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0236426Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-11-01T16:38:17.0244537Z 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-11-01T16:38:17.0255763Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-11-01T16:38:17.0260185Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0265969Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0271884Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0277961Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0284244Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0290678Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0296408Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0312251Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-11-01T16:38:17.0313472Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:38:17.0314806Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-11-01T16:38:17.0317620Z 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-11-01T16:38:17.0324780Z 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-11-01T16:38:17.0330973Z 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-11-01T16:38:17.0337105Z 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-11-01T16:38:17.0342942Z 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-11-01T16:38:17.0349075Z 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-11-01T16:38:17.0360106Z 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-11-01T16:38:17.0366057Z 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-11-01T16:38:17.0371048Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:38:17.0376463Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:38:17.0381716Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:38:17.0386669Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-11-01T16:38:17.0389631Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:38:17.0395524Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:38:17.0400751Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:38:17.0405570Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:38:17.0415892Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:38:17.0421367Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:38:17.0426762Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0432303Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0442691Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-11-01T16:38:17.0446054Z 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-11-01T16:38:17.0451231Z 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-11-01T16:38:17.0457064Z 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-11-01T16:38:17.0461801Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0467436Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0473026Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0478884Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:38:17.0482973Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:38:17.0493230Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:38:17.0498807Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.0504389Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.0510692Z creating build\bdist.win-amd64\wheel\torch\utils 2024-11-01T16:38:17.0513770Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-11-01T16:38:17.0516830Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-11-01T16:38:17.0521939Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.0528250Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-11-01T16:38:17.0531396Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-11-01T16:38:17.0534514Z 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-11-01T16:38:17.0540112Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:38:17.0545658Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:38:17.0550945Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:38:17.0556552Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:38:17.0566550Z 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-11-01T16:38:17.0572152Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:38:17.0576841Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-11-01T16:38:17.0580664Z 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-11-01T16:38:17.0585984Z 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-11-01T16:38:17.0591651Z 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-11-01T16:38:17.0597293Z 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-11-01T16:38:17.0607675Z 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-11-01T16:38:17.0613167Z 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-11-01T16:38:17.0617755Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-11-01T16:38:17.0621042Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0626716Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0632057Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0637633Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0643243Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0649085Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0660293Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0665705Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0671990Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:38:17.0675571Z 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-11-01T16:38:17.0680768Z 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-11-01T16:38:17.0686287Z 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-11-01T16:38:17.0764949Z 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-11-01T16:38:17.0770853Z 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-11-01T16:38:17.0781165Z 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-11-01T16:38:17.0785289Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0790742Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:38:17.0795378Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-11-01T16:38:17.0800509Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-11-01T16:38:17.0808662Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-11-01T16:38:17.0813045Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-11-01T16:38:17.0818408Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.0824664Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.0831156Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.0837154Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.0842451Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.0849764Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-11-01T16:38:17.0852715Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.0857831Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.0864467Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-11-01T16:38:17.0867438Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-11-01T16:38:17.0870504Z 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-11-01T16:38:17.0876100Z 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-11-01T16:38:17.0881417Z 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-11-01T16:38:17.0891745Z 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-11-01T16:38:17.0897777Z 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-11-01T16:38:17.0902477Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.0908157Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.0913928Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.0919548Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-11-01T16:38:17.0928031Z 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-11-01T16:38:17.0933868Z 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-11-01T16:38:17.0939650Z 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-11-01T16:38:17.0945644Z 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-11-01T16:38:17.0956173Z 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-11-01T16:38:17.0961999Z 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-11-01T16:38:17.0967566Z 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-11-01T16:38:17.0973050Z 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-11-01T16:38:17.0979423Z 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-11-01T16:38:17.0984956Z 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-11-01T16:38:17.0990565Z 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-11-01T16:38:17.0996350Z 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-11-01T16:38:17.1001939Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-11-01T16:38:17.1004991Z 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-11-01T16:38:17.1010372Z 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-11-01T16:38:17.1015523Z 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-11-01T16:38:17.1021280Z 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-11-01T16:38:17.1026414Z 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-11-01T16:38:17.1037503Z 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-11-01T16:38:17.1042193Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-11-01T16:38:17.1045314Z 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-11-01T16:38:17.1050910Z 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-11-01T16:38:17.1056627Z 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-11-01T16:38:17.1062064Z 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-11-01T16:38:17.1066352Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.1071738Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.1077333Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.1083408Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:38:17.1088589Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.1099076Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.1104468Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.1109867Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.1115444Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.1121064Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-11-01T16:38:17.1124127Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:38:17.1129482Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:38:17.1135045Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:38:17.1140434Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:38:17.1145758Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:38:17.1156063Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:38:17.1161401Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:38:17.1167013Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1172536Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1177641Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1183882Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1189621Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-11-01T16:38:17.1192602Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:38:17.1198222Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:38:17.1207548Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:38:17.1213599Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:38:17.1224334Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:38:17.1229506Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1235751Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-11-01T16:38:17.1238884Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-11-01T16:38:17.1244427Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-11-01T16:38:17.1248763Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1254231Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1260296Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-11-01T16:38:17.1263650Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:38:17.1269319Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:38:17.1274593Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:38:17.1280654Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:38:17.1285909Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:38:17.1297280Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:38:17.1304499Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1307905Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1318534Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1326643Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-11-01T16:38:17.1328070Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1336491Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1342278Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1346924Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1413493Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1418818Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1424392Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1429660Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1435068Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:38:17.1440359Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1445935Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-11-01T16:38:17.1448828Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-11-01T16:38:17.1454463Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-11-01T16:38:17.1458684Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1464748Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1470216Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1476230Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1481602Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1487050Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1492545Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1503074Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1509281Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1514769Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1520087Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1525953Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1531061Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1536611Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1542521Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1547528Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1553209Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1564352Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1570650Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1576132Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-11-01T16:38:17.1579319Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-11-01T16:38:17.1585041Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-11-01T16:38:17.1589485Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-11-01T16:38:17.1592407Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1598483Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1603660Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1609091Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1614382Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1625399Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1630892Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1636540Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1643782Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:38:17.1649305Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1654319Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1660375Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1665525Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1670504Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1675742Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:38:17.1681382Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.1686850Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-11-01T16:38:17.1689834Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:38:17.1695415Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:38:17.1700933Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:38:17.1706430Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:38:17.1711698Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:38:17.1717183Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:38:17.1728557Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.1734411Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-11-01T16:38:17.1737512Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-11-01T16:38:17.1743413Z creating build\bdist.win-amd64\wheel\torch\_C 2024-11-01T16:38:17.1746433Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1751532Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1757102Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1762369Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1767951Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1777512Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1783273Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1789694Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1795376Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1801802Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1822419Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1823658Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1824869Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1826000Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1849483Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1854766Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1860455Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1865633Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1870902Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1876317Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1881984Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1898413Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1904670Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:38:17.1913308Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.1918985Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.1924156Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.1929685Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-11-01T16:38:17.1933049Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:38:17.1938574Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:38:17.1943982Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:38:17.1949919Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:38:17.1954121Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.1959939Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-11-01T16:38:17.1962904Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:38:17.1970446Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:38:17.1975939Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:38:17.1986361Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:38:17.1992191Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.2003013Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-11-01T16:38:17.2005940Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-11-01T16:38:17.2011645Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-11-01T16:38:17.2016452Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-11-01T16:38:17.2019449Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-11-01T16:38:17.2022408Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2027595Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2032874Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2038431Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2049553Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2054556Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2060049Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2065479Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2070365Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2075559Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2081260Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:38:17.2085478Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2091076Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2097527Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2108636Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2114016Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2119951Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2125439Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2131443Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2137025Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2143006Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2149544Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2155206Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2161961Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2168173Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2174306Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2180256Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2186251Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2192943Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2198725Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2204176Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2209867Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2222441Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2227429Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2233121Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2238952Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2245547Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2251615Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2024-11-01T16:38:17.2254778Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2260399Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2266061Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2271530Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2282222Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2287530Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2292867Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:38:17.2298381Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2303903Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2309519Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-11-01T16:38:17.2316166Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:38:17.2318952Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:38:17.2330204Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:38:17.2331586Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2337254Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2343605Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2349628Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2362280Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2367740Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2373203Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2378711Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2384390Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2391593Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2397003Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2404504Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-11-01T16:38:17.2407499Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2412900Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2419996Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2426360Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2431563Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2442726Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2448712Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2454176Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2460540Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2467438Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2473417Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2478673Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2484564Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2490797Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2497031Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2502511Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2508029Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2513227Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2519806Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2526083Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2531915Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2538164Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:38:17.2543640Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2549093Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:38:17.2554425Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.2559749Z creating build\bdist.win-amd64\wheel\torch\_export 2024-11-01T16:38:17.2562675Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.2570090Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-11-01T16:38:17.2573353Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:38:17.2579629Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-11-01T16:38:17.2582717Z 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-11-01T16:38:17.2587882Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2593459Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2603348Z 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-11-01T16:38:17.2608822Z 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-11-01T16:38:17.2614634Z 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-11-01T16:38:17.2620865Z 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-11-01T16:38:17.2626149Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2631725Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2637504Z 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-11-01T16:38:17.2643110Z 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-11-01T16:38:17.2648582Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2653995Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2659578Z 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-11-01T16:38:17.2665251Z 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-11-01T16:38:17.2670899Z 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-11-01T16:38:17.2676235Z 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-11-01T16:38:17.2681699Z 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-11-01T16:38:17.2691728Z 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-11-01T16:38:17.2696929Z 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-11-01T16:38:17.2702379Z 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-11-01T16:38:17.2708297Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2713824Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2719473Z 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-11-01T16:38:17.2724843Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2730416Z 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-11-01T16:38:17.2740485Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2746057Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2751438Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2756817Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2762041Z 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-11-01T16:38:17.2767178Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2772720Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2778274Z 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-11-01T16:38:17.2783790Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2794717Z 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-11-01T16:38:17.2799260Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:38:17.2804475Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:38:17.2809727Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:38:17.2815663Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:38:17.2822702Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.2826821Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.2833044Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-11-01T16:38:17.2841835Z 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-11-01T16:38:17.2847493Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:38:17.2852811Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:38:17.2863690Z 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-11-01T16:38:17.2869196Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:38:17.2874864Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:38:17.2880372Z 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-11-01T16:38:17.2886292Z 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-11-01T16:38:17.2891861Z 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-11-01T16:38:17.2897743Z 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-11-01T16:38:17.2904342Z 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-11-01T16:38:17.2909026Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:38:17.2914366Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:38:17.2919482Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.2925724Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-11-01T16:38:17.2928731Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-11-01T16:38:17.2933853Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-11-01T16:38:17.2939137Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-11-01T16:38:17.2943746Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-11-01T16:38:17.2947003Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2952086Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2957342Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2963243Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2973560Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2979118Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2986525Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2992304Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:38:17.2996741Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.3002251Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.3008464Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.3014517Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.3019938Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:38:17.3025751Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-11-01T16:38:17.3036700Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3043335Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3049197Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3055459Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3066075Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3072039Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3077789Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3083105Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3151679Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3158533Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3167816Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3174676Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3181890Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3189155Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3198366Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3205132Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3211525Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3218280Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3227520Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3233944Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.3244140Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8347817Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8354690Z 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-11-01T16:38:17.8363396Z 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-11-01T16:38:17.8424336Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8429351Z 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-11-01T16:38:17.8436287Z 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-11-01T16:38:17.8442349Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8447817Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8454835Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8461156Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8467193Z 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-11-01T16:38:17.8473160Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8479324Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:38:17.8484367Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:38:17.8489903Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:17.8496656Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-11-01T16:38:17.8499893Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8505467Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8511626Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8600275Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8605425Z 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-11-01T16:38:17.8610905Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8616919Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8622562Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8627814Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8633102Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8638537Z 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-11-01T16:38:17.8643960Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8650625Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8656454Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8661794Z 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-11-01T16:38:17.8668136Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8674071Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8679607Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8684843Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:38:17.8690596Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-11-01T16:38:17.8693592Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:17.8809132Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:17.8814826Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-11-01T16:38:17.8929026Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.8932039Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.8937391Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.8942884Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.9010774Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.9016553Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.9022161Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:38:17.9026396Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:38:17.9031926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:38:18.3500493Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:38:18.3546341Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:38:18.3553630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:38:18.3558106Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.3564139Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bisect_helper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.3570246Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.3576767Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.3584646Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-11-01T16:38:18.3587824Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3594019Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:38:18.3596924Z 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-11-01T16:38:18.3602164Z 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-11-01T16:38:18.3607366Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3614033Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3622010Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3686740Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3692478Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3698884Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3704991Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3710208Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3716261Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3723364Z 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-11-01T16:38:18.3729355Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3735458Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3741252Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3744687Z 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-11-01T16:38:18.3750364Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3755637Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3761624Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3831536Z 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-11-01T16:38:18.3837244Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:38:18.3840651Z 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-11-01T16:38:18.3846711Z 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-11-01T16:38:18.3850626Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3856363Z 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-11-01T16:38:18.3862289Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3869468Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:38:18.3873677Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3881481Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3894004Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3895552Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3901462Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.3907544Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9046273Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9052599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9058549Z 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-11-01T16:38:18.9120909Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9126318Z 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-11-01T16:38:18.9131633Z 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-11-01T16:38:18.9137025Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9142521Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9147784Z 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-11-01T16:38:18.9153194Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:38:18.9157800Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9164346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9169575Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9176926Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9183011Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9188419Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9193806Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9200490Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-11-01T16:38:18.9203573Z 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-11-01T16:38:18.9209072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-11-01T16:38:18.9213515Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:38:18.9217725Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9223710Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9229224Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9234958Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9241715Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-11-01T16:38:18.9244789Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:38:18.9250078Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:38:18.9255343Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:38:18.9288294Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:38:18.9290065Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9291558Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9292948Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9294299Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9295646Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9297045Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9300151Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9305516Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9735034Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9741138Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9747607Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9753235Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9758308Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:18.9764298Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-11-01T16:38:18.9767277Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9773170Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9778579Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9784595Z 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-11-01T16:38:18.9795093Z 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-11-01T16:38:18.9800499Z 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-11-01T16:38:18.9806086Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9811579Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9817771Z 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-11-01T16:38:18.9824346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9830545Z 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-11-01T16:38:18.9836903Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9842387Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9849066Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9854541Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9860964Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9867054Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9873218Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9881466Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9887019Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:18.9898373Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:38:18.9901819Z 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-11-01T16:38:18.9907342Z 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-11-01T16:38:18.9912814Z 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-11-01T16:38:18.9929560Z 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-11-01T16:38:18.9931615Z 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-11-01T16:38:18.9935334Z 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-11-01T16:38:18.9941288Z 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-11-01T16:38:18.9947227Z 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-11-01T16:38:18.9953131Z 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-11-01T16:38:18.9958028Z 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-11-01T16:38:18.9964026Z 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-11-01T16:38:18.9970127Z 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-11-01T16:38:18.9976097Z 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-11-01T16:38:18.9982455Z 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-11-01T16:38:18.9987997Z 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-11-01T16:38:18.9993469Z 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-11-01T16:38:18.9999147Z 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-11-01T16:38:19.0004859Z 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-11-01T16:38:19.0010903Z 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-11-01T16:38:19.0020643Z 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-11-01T16:38:19.0026023Z 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-11-01T16:38:19.0031549Z 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-11-01T16:38:19.0037219Z 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-11-01T16:38:19.0041301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:19.0048396Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:38:19.0052862Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0058033Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0064743Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0070011Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0075463Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0080908Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0089187Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0099780Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-11-01T16:38:19.0102767Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0108212Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0113963Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0120577Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0126243Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0137397Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0143137Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0148487Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0153920Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0159744Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:38:19.0164100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0170180Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0178037Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0183672Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0188994Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0199602Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0203525Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0209453Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0215074Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-11-01T16:38:19.0218104Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:38:19.0223250Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:38:19.0228738Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:38:19.0233658Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:38:19.0238550Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0245052Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0255571Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0261403Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-11-01T16:38:19.0264408Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0270249Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0275447Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0280808Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0291075Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0296299Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0301603Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0306919Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0312248Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0318020Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0324620Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:38:19.0329124Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0336611Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0343145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0349055Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0354769Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0360009Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0365379Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0370812Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0377091Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0391415Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0396801Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:38:19.0402125Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0408691Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-11-01T16:38:19.0411919Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0417261Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0422557Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0427429Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0432561Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0442948Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0448341Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0453534Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0458534Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0463805Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0468789Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:38:19.0474470Z creating build\bdist.win-amd64\wheel\torch\_library 2024-11-01T16:38:19.0477464Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0482777Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0488581Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0494128Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0504389Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0509656Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0514803Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0519912Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0525058Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:38:19.0530006Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0540166Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0546127Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-11-01T16:38:19.0549009Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:38:19.0554394Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:38:19.0559523Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:38:19.0565337Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:38:19.0575527Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:38:19.0580920Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0586384Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0594982Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0600937Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-11-01T16:38:19.0603899Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0609440Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0614679Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0620612Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-11-01T16:38:19.0623712Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-11-01T16:38:19.0630017Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-11-01T16:38:19.0635129Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0640486Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0651501Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0656696Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0662478Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0668065Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0674069Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0679362Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0685051Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0690720Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0696361Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0701478Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0706814Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0712062Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:38:19.0735851Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0742076Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-11-01T16:38:19.0744981Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:38:19.0750328Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:38:19.0755675Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:38:19.0760890Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:38:19.0766291Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:38:19.0777651Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-11-01T16:38:19.0780869Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-11-01T16:38:19.0787016Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-11-01T16:38:19.0793042Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0798852Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-11-01T16:38:19.0801845Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:38:19.0807812Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-11-01T16:38:19.0810910Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-11-01T16:38:19.0816409Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-11-01T16:38:19.0819401Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-11-01T16:38:19.0822499Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-11-01T16:38:19.0828624Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-11-01T16:38:19.0833793Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-11-01T16:38:19.0836682Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-11-01T16:38:19.0842077Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:38:19.0847475Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:38:19.0861010Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0866686Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0872535Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0886714Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0891948Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-11-01T16:38:19.0895245Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:38:19.0900752Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:38:19.0906038Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:38:19.0915557Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-11-01T16:38:19.0918608Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0924547Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0931512Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0941689Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0947533Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0954068Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0959520Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0964715Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:38:19.0969616Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0975875Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0983450Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0989520Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.0993942Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1003596Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1009559Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1020520Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-11-01T16:38:19.1023457Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-11-01T16:38:19.1026364Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:38:19.1031929Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:38:19.1037268Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:38:19.1042056Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-11-01T16:38:19.1046418Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1051332Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1067280Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1072888Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1078641Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1083816Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1089114Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:38:19.1098207Z creating build\bdist.win-amd64\wheel\torchgen 2024-11-01T16:38:19.1101234Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-11-01T16:38:19.1104096Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-11-01T16:38:19.1109704Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-11-01T16:38:19.1114185Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-11-01T16:38:19.1117025Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1122743Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1128762Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1133996Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1139011Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1149816Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1154597Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1159559Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1165597Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1171662Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1177481Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-11-01T16:38:19.1180613Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:38:19.1185909Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:38:19.1191563Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:38:19.1196847Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:38:19.1201521Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1206700Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1211996Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:38:19.1216249Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1221618Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1226896Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-11-01T16:38:19.1229899Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:38:19.1235510Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:38:19.1241254Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:38:19.1246225Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:38:19.1257490Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:38:19.1263212Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:38:19.1268504Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-11-01T16:38:19.1276475Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-11-01T16:38:19.1279515Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:38:19.1285009Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:38:19.1290345Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-11-01T16:38:19.1293355Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-11-01T16:38:19.1298625Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-11-01T16:38:19.1303932Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-11-01T16:38:19.1308825Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:38:19.1314154Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:38:19.1318323Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:38:19.1323387Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:38:19.1328679Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:38:19.1332970Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1340071Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1346141Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1352419Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1358172Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1364155Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1370614Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1376198Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1381578Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1387047Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1394457Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.1400688Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-11-01T16:38:19.1403925Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:38:19.1409625Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:38:19.1414800Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:38:19.1425109Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-11-01T16:38:19.1428008Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-11-01T16:38:19.1433585Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-11-01T16:38:19.1434871Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-11-01T16:38:19.1454884Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-11-01T16:38:19.1456170Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1457492Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1465898Z 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-11-01T16:38:19.1469481Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1480436Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1498612Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1504060Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1509565Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1516018Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1520211Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1525196Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1530206Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1535617Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1540881Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1546490Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1551570Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1556968Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1562281Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1567356Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1572791Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1583547Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1588675Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1593706Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1598835Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1604298Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1609613Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1614814Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1620158Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1625744Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1631280Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1641691Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1647056Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1652529Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1657618Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1663650Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1668949Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1674082Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1679176Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1684433Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1694636Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:38:19.1700288Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-11-01T16:38:19.1703242Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1708140Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1713063Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1718239Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1723479Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1736184Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1741551Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1747064Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1753332Z 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-11-01T16:38:19.1759575Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1765899Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1771932Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1777198Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1783839Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1789633Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1795453Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1801883Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1805429Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1810718Z 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-11-01T16:38:19.1815840Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1825549Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1831495Z 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-11-01T16:38:19.1836837Z 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-11-01T16:38:19.1842293Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1847873Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1853345Z 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-11-01T16:38:19.1858985Z 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-11-01T16:38:19.1864822Z 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-11-01T16:38:19.1870794Z 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-11-01T16:38:19.1876982Z 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-11-01T16:38:19.1882421Z 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-11-01T16:38:19.1888070Z 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-11-01T16:38:19.1893885Z 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-11-01T16:38:19.1899687Z 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-11-01T16:38:19.1910913Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1916288Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1921894Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1927615Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1933207Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1938679Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:38:19.1944501Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:38:19.1949064Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-11-01T16:38:19.1952353Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:38:19.1958227Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:38:19.1963928Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:38:19.1969028Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-11-01T16:38:19.1972045Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:38:19.1977577Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:38:19.1983671Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:38:19.1994039Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:38:19.1998296Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.2004192Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.2015197Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:38:19.2026555Z running install_egg_info 2024-11-01T16:38:19.2191856Z running egg_info 2024-11-01T16:38:19.2192798Z creating torch.egg-info 2024-11-01T16:38:19.2297723Z writing torch.egg-info\PKG-INFO 2024-11-01T16:38:19.2326810Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-11-01T16:38:19.2331279Z writing entry points to torch.egg-info\entry_points.txt 2024-11-01T16:38:19.2345651Z writing requirements to torch.egg-info\requires.txt 2024-11-01T16:38:19.2349952Z writing top-level names to torch.egg-info\top_level.txt 2024-11-01T16:38:19.2352738Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:38:20.0889231Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:38:20.0894795Z reading manifest template 'MANIFEST.in' 2024-11-01T16:38:49.0447705Z warning: no files found matching '*.*' under directory 'modules' 2024-11-01T16:38:49.2264447Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-11-01T16:38:49.3609743Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-11-01T16:38:49.4951132Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-11-01T16:38:49.6300035Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-11-01T16:38:50.0047863Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-11-01T16:38:50.0050003Z adding license file 'LICENSE' 2024-11-01T16:38:50.0050462Z adding license file 'NOTICE' 2024-11-01T16:38:56.1760833Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:38:56.2247672Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.6.0a0+gitd1aa4ef-py3.9.egg-info 2024-11-01T16:38:56.2535561Z running install_scripts 2024-11-01T16:38:56.2861328Z 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-11-01T16:38:56.2862692Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-11-01T16:38:56.2961025Z creating build\bdist.win-amd64\wheel\torch-2.6.0a0+gitd1aa4ef.dist-info\WHEEL 2024-11-01T16:38:56.2982889Z creating 'dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-11-01T16:38:56.3212949Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-11-01T16:38:56.3236067Z adding 'functorch/__init__.py' 2024-11-01T16:38:56.3240066Z adding 'functorch/_src/__init__.py' 2024-11-01T16:38:56.3243759Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-11-01T16:38:56.3247560Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-11-01T16:38:56.3251159Z adding 'functorch/_src/make_functional/__init__.py' 2024-11-01T16:38:56.3254751Z adding 'functorch/_src/vmap/__init__.py' 2024-11-01T16:38:56.3258426Z adding 'functorch/compile/__init__.py' 2024-11-01T16:38:56.3263358Z adding 'functorch/dim/__init__.py' 2024-11-01T16:38:56.3266633Z adding 'functorch/dim/batch_tensor.py' 2024-11-01T16:38:56.3270340Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-11-01T16:38:56.3274124Z adding 'functorch/dim/dim.py' 2024-11-01T16:38:56.3277528Z adding 'functorch/dim/magic_trace.py' 2024-11-01T16:38:56.3281710Z adding 'functorch/dim/op_properties.py' 2024-11-01T16:38:56.3291133Z adding 'functorch/dim/reference.py' 2024-11-01T16:38:56.3294681Z adding 'functorch/dim/tree_map.py' 2024-11-01T16:38:56.3298307Z adding 'functorch/dim/wrap_type.py' 2024-11-01T16:38:56.3302076Z adding 'functorch/einops/__init__.py' 2024-11-01T16:38:56.3308563Z adding 'functorch/einops/_parsing.py' 2024-11-01T16:38:56.3313737Z adding 'functorch/einops/rearrange.py' 2024-11-01T16:38:56.3317694Z adding 'functorch/experimental/__init__.py' 2024-11-01T16:38:56.3320615Z adding 'functorch/experimental/control_flow.py' 2024-11-01T16:38:56.3323353Z adding 'functorch/experimental/ops.py' 2024-11-01T16:38:56.3333116Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-11-01T16:38:56.3365455Z adding 'torch/_VF.py' 2024-11-01T16:38:56.3559160Z adding 'torch/_VF.pyi' 2024-11-01T16:38:56.3588980Z adding 'torch/__config__.py' 2024-11-01T16:38:56.3592623Z adding 'torch/__future__.py' 2024-11-01T16:38:56.3629460Z adding 'torch/__init__.py' 2024-11-01T16:38:56.3639512Z adding 'torch/_appdirs.py' 2024-11-01T16:38:56.3643735Z adding 'torch/_classes.py' 2024-11-01T16:38:56.3647157Z adding 'torch/_compile.py' 2024-11-01T16:38:56.3653109Z adding 'torch/_custom_ops.py' 2024-11-01T16:38:56.3657119Z adding 'torch/_deploy.py' 2024-11-01T16:38:56.3660275Z adding 'torch/_environment.py' 2024-11-01T16:38:56.3673129Z adding 'torch/_guards.py' 2024-11-01T16:38:56.3696209Z adding 'torch/_jit_internal.py' 2024-11-01T16:38:56.3701754Z adding 'torch/_linalg_utils.py' 2024-11-01T16:38:56.3717962Z adding 'torch/_lobpcg.py' 2024-11-01T16:38:56.3724516Z adding 'torch/_lowrank.py' 2024-11-01T16:38:56.3790369Z adding 'torch/_meta_registrations.py' 2024-11-01T16:38:56.3799210Z adding 'torch/_namedtensor_internals.py' 2024-11-01T16:38:56.3819573Z adding 'torch/_ops.py' 2024-11-01T16:38:56.3825717Z adding 'torch/_python_dispatcher.py' 2024-11-01T16:38:56.3829028Z adding 'torch/_size_docs.py' 2024-11-01T16:38:56.3833095Z adding 'torch/_sources.py' 2024-11-01T16:38:56.3836490Z adding 'torch/_storage_docs.py' 2024-11-01T16:38:56.3839440Z adding 'torch/_streambase.py' 2024-11-01T16:38:56.3861705Z adding 'torch/_tensor.py' 2024-11-01T16:38:56.3906487Z adding 'torch/_tensor_docs.py' 2024-11-01T16:38:56.3919707Z adding 'torch/_tensor_str.py' 2024-11-01T16:38:56.3923483Z adding 'torch/_thread_safe_fork.py' 2024-11-01T16:38:56.4060238Z adding 'torch/_torch_docs.py' 2024-11-01T16:38:56.4085110Z adding 'torch/_utils.py' 2024-11-01T16:38:56.4092667Z adding 'torch/_utils_internal.py' 2024-11-01T16:38:56.4098364Z adding 'torch/_vmap_internals.py' 2024-11-01T16:38:56.4105466Z adding 'torch/_weights_only_unpickler.py' 2024-11-01T16:38:56.4136815Z adding 'torch/functional.py' 2024-11-01T16:38:56.4151688Z adding 'torch/hub.py' 2024-11-01T16:38:56.4172131Z adding 'torch/library.py' 2024-11-01T16:38:56.4200127Z adding 'torch/overrides.py' 2024-11-01T16:38:56.4205616Z adding 'torch/py.typed' 2024-11-01T16:38:56.4210228Z adding 'torch/quasirandom.py' 2024-11-01T16:38:56.4215169Z adding 'torch/random.py' 2024-11-01T16:38:56.4218651Z adding 'torch/return_types.py' 2024-11-01T16:38:56.4222974Z adding 'torch/return_types.pyi' 2024-11-01T16:38:56.4249774Z adding 'torch/serialization.py' 2024-11-01T16:38:56.4266623Z adding 'torch/storage.py' 2024-11-01T16:38:56.4271417Z adding 'torch/torch_version.py' 2024-11-01T16:38:56.4275199Z adding 'torch/types.py' 2024-11-01T16:38:56.4278222Z adding 'torch/version.py' 2024-11-01T16:38:56.4496934Z adding 'torch/_C/_VariableFunctions.pyi' 2024-11-01T16:38:56.4610006Z adding 'torch/_C/__init__.pyi' 2024-11-01T16:38:56.4622188Z adding 'torch/_C/_aoti.pyi' 2024-11-01T16:38:56.4626000Z adding 'torch/_C/_autograd.pyi' 2024-11-01T16:38:56.4629055Z adding 'torch/_C/_cpu.pyi' 2024-11-01T16:38:56.4632030Z adding 'torch/_C/_cudnn.pyi' 2024-11-01T16:38:56.4634774Z adding 'torch/_C/_cusparselt.pyi' 2024-11-01T16:38:56.4637854Z adding 'torch/_C/_distributed_autograd.pyi' 2024-11-01T16:38:56.4644758Z adding 'torch/_C/_distributed_c10d.pyi' 2024-11-01T16:38:56.4649371Z adding 'torch/_C/_distributed_rpc.pyi' 2024-11-01T16:38:56.4652746Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-11-01T16:38:56.4655652Z adding 'torch/_C/_functions.pyi' 2024-11-01T16:38:56.4659108Z adding 'torch/_C/_functorch.pyi' 2024-11-01T16:38:56.4662169Z adding 'torch/_C/_instruction_counter.pyi' 2024-11-01T16:38:56.4664960Z adding 'torch/_C/_itt.pyi' 2024-11-01T16:38:56.4668007Z adding 'torch/_C/_lazy.pyi' 2024-11-01T16:38:56.4670924Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-11-01T16:38:56.4674057Z adding 'torch/_C/_monitor.pyi' 2024-11-01T16:38:56.4677693Z adding 'torch/_C/_nn.pyi' 2024-11-01T16:38:56.4680716Z adding 'torch/_C/_nvtx.pyi' 2024-11-01T16:38:56.4683740Z adding 'torch/_C/_onnx.pyi' 2024-11-01T16:38:56.4687915Z adding 'torch/_C/_profiler.pyi' 2024-11-01T16:38:56.4690973Z adding 'torch/_C/_verbose.pyi' 2024-11-01T16:38:56.4695018Z adding 'torch/_awaits/__init__.py' 2024-11-01T16:38:56.4698683Z adding 'torch/_custom_op/__init__.py' 2024-11-01T16:38:56.4704476Z adding 'torch/_custom_op/autograd.py' 2024-11-01T16:38:56.4709593Z adding 'torch/_custom_op/functional.py' 2024-11-01T16:38:56.4719209Z adding 'torch/_custom_op/impl.py' 2024-11-01T16:38:56.4727423Z adding 'torch/_decomp/__init__.py' 2024-11-01T16:38:56.4790098Z adding 'torch/_decomp/decompositions.py' 2024-11-01T16:38:56.4800054Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-11-01T16:38:56.4805675Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-11-01T16:38:56.4809512Z adding 'torch/_dispatch/__init__.py' 2024-11-01T16:38:56.4813908Z adding 'torch/_dispatch/python.py' 2024-11-01T16:38:56.4819341Z adding 'torch/_dynamo/__init__.py' 2024-11-01T16:38:56.4824895Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-11-01T16:38:56.4830032Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-11-01T16:38:56.4850160Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-11-01T16:38:56.4856360Z adding 'torch/_dynamo/cache_size.py' 2024-11-01T16:38:56.4860378Z adding 'torch/_dynamo/callback.py' 2024-11-01T16:38:56.4863391Z adding 'torch/_dynamo/code_context.py' 2024-11-01T16:38:56.4870612Z adding 'torch/_dynamo/codegen.py' 2024-11-01T16:38:56.4882228Z adding 'torch/_dynamo/compiled_autograd.py' 2024-11-01T16:38:56.4889169Z adding 'torch/_dynamo/comptime.py' 2024-11-01T16:38:56.4899537Z adding 'torch/_dynamo/config.py' 2024-11-01T16:38:56.4918586Z adding 'torch/_dynamo/convert_frame.py' 2024-11-01T16:38:56.4923946Z adding 'torch/_dynamo/create_parameter_op.py' 2024-11-01T16:38:56.4926652Z adding 'torch/_dynamo/current_scope_id.py' 2024-11-01T16:38:56.4938402Z adding 'torch/_dynamo/debug_utils.py' 2024-11-01T16:38:56.4948145Z adding 'torch/_dynamo/decorators.py' 2024-11-01T16:38:56.4953902Z adding 'torch/_dynamo/device_interface.py' 2024-11-01T16:38:56.4957320Z adding 'torch/_dynamo/distributed.py' 2024-11-01T16:38:56.4982365Z adding 'torch/_dynamo/eval_frame.py' 2024-11-01T16:38:56.4990844Z adding 'torch/_dynamo/exc.py' 2024-11-01T16:38:56.4995109Z adding 'torch/_dynamo/external_utils.py' 2024-11-01T16:38:56.4998566Z adding 'torch/_dynamo/funcname_cache.py' 2024-11-01T16:38:56.5036561Z adding 'torch/_dynamo/guards.py' 2024-11-01T16:38:56.5042023Z adding 'torch/_dynamo/hooks.py' 2024-11-01T16:38:56.5045572Z adding 'torch/_dynamo/logging.py' 2024-11-01T16:38:56.5049729Z adding 'torch/_dynamo/mutation_guard.py' 2024-11-01T16:38:56.5084903Z adding 'torch/_dynamo/output_graph.py' 2024-11-01T16:38:56.5092767Z adding 'torch/_dynamo/pgo.py' 2024-11-01T16:38:56.5097281Z adding 'torch/_dynamo/profiler.py' 2024-11-01T16:38:56.5101288Z adding 'torch/_dynamo/replay_record.py' 2024-11-01T16:38:56.5110545Z adding 'torch/_dynamo/resume_execution.py' 2024-11-01T16:38:56.5122729Z adding 'torch/_dynamo/side_effects.py' 2024-11-01T16:38:56.5130768Z adding 'torch/_dynamo/source.py' 2024-11-01T16:38:56.5179479Z adding 'torch/_dynamo/symbolic_convert.py' 2024-11-01T16:38:56.5186149Z adding 'torch/_dynamo/tensor_version_op.py' 2024-11-01T16:38:56.5189575Z adding 'torch/_dynamo/test_case.py' 2024-11-01T16:38:56.5195101Z adding 'torch/_dynamo/test_minifier_common.py' 2024-11-01T16:38:56.5201898Z adding 'torch/_dynamo/testing.py' 2024-11-01T16:38:56.5263904Z adding 'torch/_dynamo/trace_rules.py' 2024-11-01T16:38:56.5264469Z adding 'torch/_dynamo/types.py' 2024-11-01T16:38:56.5293040Z adding 'torch/_dynamo/utils.py' 2024-11-01T16:38:56.5299801Z adding 'torch/_dynamo/backends/__init__.py' 2024-11-01T16:38:56.5303607Z adding 'torch/_dynamo/backends/common.py' 2024-11-01T16:38:56.5308667Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-11-01T16:38:56.5315075Z adding 'torch/_dynamo/backends/debugging.py' 2024-11-01T16:38:56.5325599Z adding 'torch/_dynamo/backends/distributed.py' 2024-11-01T16:38:56.5329221Z adding 'torch/_dynamo/backends/inductor.py' 2024-11-01T16:38:56.5332481Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-11-01T16:38:56.5336322Z adding 'torch/_dynamo/backends/registry.py' 2024-11-01T16:38:56.5339471Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-11-01T16:38:56.5342678Z adding 'torch/_dynamo/backends/torchxla.py' 2024-11-01T16:38:56.5347392Z adding 'torch/_dynamo/backends/tvm.py' 2024-11-01T16:38:56.5352803Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-11-01T16:38:56.5356260Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-11-01T16:38:56.5359461Z adding 'torch/_dynamo/polyfills/functools.py' 2024-11-01T16:38:56.5363210Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-11-01T16:38:56.5366651Z adding 'torch/_dynamo/polyfills/loader.py' 2024-11-01T16:38:56.5369814Z adding 'torch/_dynamo/polyfills/os.py' 2024-11-01T16:38:56.5372742Z adding 'torch/_dynamo/polyfills/sys.py' 2024-11-01T16:38:56.5376276Z adding 'torch/_dynamo/repro/__init__.py' 2024-11-01T16:38:56.5388640Z adding 'torch/_dynamo/repro/after_aot.py' 2024-11-01T16:38:56.5397528Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-11-01T16:38:56.5403066Z adding 'torch/_dynamo/variables/__init__.py' 2024-11-01T16:38:56.5409202Z adding 'torch/_dynamo/variables/base.py' 2024-11-01T16:38:56.5449988Z adding 'torch/_dynamo/variables/builder.py' 2024-11-01T16:38:56.5476811Z adding 'torch/_dynamo/variables/builtin.py' 2024-11-01T16:38:56.5483818Z adding 'torch/_dynamo/variables/constant.py' 2024-11-01T16:38:56.5495601Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-11-01T16:38:56.5509389Z adding 'torch/_dynamo/variables/dicts.py' 2024-11-01T16:38:56.5516145Z adding 'torch/_dynamo/variables/distributed.py' 2024-11-01T16:38:56.5532675Z adding 'torch/_dynamo/variables/functions.py' 2024-11-01T16:38:56.5562346Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-11-01T16:38:56.5570681Z adding 'torch/_dynamo/variables/iter.py' 2024-11-01T16:38:56.5575449Z adding 'torch/_dynamo/variables/lazy.py' 2024-11-01T16:38:56.5586935Z adding 'torch/_dynamo/variables/lists.py' 2024-11-01T16:38:56.5606644Z adding 'torch/_dynamo/variables/misc.py' 2024-11-01T16:38:56.5625007Z adding 'torch/_dynamo/variables/nn_module.py' 2024-11-01T16:38:56.5632695Z adding 'torch/_dynamo/variables/optimizer.py' 2024-11-01T16:38:56.5636885Z adding 'torch/_dynamo/variables/script_object.py' 2024-11-01T16:38:56.5640472Z adding 'torch/_dynamo/variables/sdpa.py' 2024-11-01T16:38:56.5659240Z adding 'torch/_dynamo/variables/tensor.py' 2024-11-01T16:38:56.5676713Z adding 'torch/_dynamo/variables/torch.py' 2024-11-01T16:38:56.5687466Z adding 'torch/_dynamo/variables/torch_function.py' 2024-11-01T16:38:56.5706667Z adding 'torch/_dynamo/variables/user_defined.py' 2024-11-01T16:38:56.5715627Z adding 'torch/_export/__init__.py' 2024-11-01T16:38:56.5747133Z adding 'torch/_export/converter.py' 2024-11-01T16:38:56.5747543Z adding 'torch/_export/error.py' 2024-11-01T16:38:56.5762464Z adding 'torch/_export/non_strict_utils.py' 2024-11-01T16:38:56.5766907Z adding 'torch/_export/pass_base.py' 2024-11-01T16:38:56.5767347Z adding 'torch/_export/tools.py' 2024-11-01T16:38:56.5784141Z adding 'torch/_export/utils.py' 2024-11-01T16:38:56.5792006Z adding 'torch/_export/verifier.py' 2024-11-01T16:38:56.5796985Z adding 'torch/_export/wrappers.py' 2024-11-01T16:38:56.5800313Z adding 'torch/_export/db/__init__.py' 2024-11-01T16:38:56.5804506Z adding 'torch/_export/db/case.py' 2024-11-01T16:38:56.5807787Z adding 'torch/_export/db/gen_example.py' 2024-11-01T16:38:56.5811094Z adding 'torch/_export/db/logging.py' 2024-11-01T16:38:56.5816390Z adding 'torch/_export/db/examples/__init__.py' 2024-11-01T16:38:56.5819693Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-11-01T16:38:56.5822802Z adding 'torch/_export/db/examples/autograd_function.py' 2024-11-01T16:38:56.5825796Z adding 'torch/_export/db/examples/class_method.py' 2024-11-01T16:38:56.5829112Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-11-01T16:38:56.5832416Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-11-01T16:38:56.5835871Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-11-01T16:38:56.5838929Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-11-01T16:38:56.5842071Z adding 'torch/_export/db/examples/cond_operands.py' 2024-11-01T16:38:56.5845353Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-11-01T16:38:56.5848508Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-11-01T16:38:56.5851654Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-11-01T16:38:56.5854626Z adding 'torch/_export/db/examples/decorator.py' 2024-11-01T16:38:56.5857617Z adding 'torch/_export/db/examples/dictionary.py' 2024-11-01T16:38:56.5860814Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-11-01T16:38:56.5863850Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-11-01T16:38:56.5866842Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-11-01T16:38:56.5869821Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-11-01T16:38:56.5898858Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-11-01T16:38:56.5902276Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-11-01T16:38:56.5905290Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-11-01T16:38:56.5908367Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-11-01T16:38:56.5911418Z adding 'torch/_export/db/examples/list_contains.py' 2024-11-01T16:38:56.5914441Z adding 'torch/_export/db/examples/list_unpack.py' 2024-11-01T16:38:56.5917552Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-11-01T16:38:56.5921497Z adding 'torch/_export/db/examples/nested_function.py' 2024-11-01T16:38:56.5923716Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-11-01T16:38:56.5926689Z adding 'torch/_export/db/examples/optional_input.py' 2024-11-01T16:38:56.5929654Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-11-01T16:38:56.5932634Z adding 'torch/_export/db/examples/scalar_output.py' 2024-11-01T16:38:56.5935996Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-11-01T16:38:56.5938959Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-11-01T16:38:56.5942008Z adding 'torch/_export/db/examples/static_if.py' 2024-11-01T16:38:56.5944979Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-11-01T16:38:56.5948030Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-11-01T16:38:56.5951042Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-11-01T16:38:56.5953991Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-11-01T16:38:56.5957581Z adding 'torch/_export/pass_infra/__init__.py' 2024-11-01T16:38:56.5960681Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-11-01T16:38:56.5963786Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-11-01T16:38:56.5967517Z adding 'torch/_export/passes/__init__.py' 2024-11-01T16:38:56.5971090Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-11-01T16:38:56.5976673Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-11-01T16:38:56.5980825Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-11-01T16:38:56.5986576Z adding 'torch/_export/passes/constant_folding.py' 2024-11-01T16:38:56.5990687Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-11-01T16:38:56.5996801Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-11-01T16:38:56.6003126Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-11-01T16:38:56.6005416Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-11-01T16:38:56.6039034Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-11-01T16:38:56.6039799Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-11-01T16:38:56.6040538Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-11-01T16:38:56.6041260Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-11-01T16:38:56.6046215Z adding 'torch/_export/serde/__init__.py' 2024-11-01T16:38:56.6046736Z adding 'torch/_export/serde/aoti_schema.py' 2024-11-01T16:38:56.6047224Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-11-01T16:38:56.6048754Z adding 'torch/_export/serde/schema.py' 2024-11-01T16:38:56.6053627Z adding 'torch/_export/serde/schema.yaml' 2024-11-01T16:38:56.6059061Z adding 'torch/_export/serde/schema_check.py' 2024-11-01T16:38:56.6098229Z adding 'torch/_export/serde/serialize.py' 2024-11-01T16:38:56.6104545Z adding 'torch/_export/serde/union.py' 2024-11-01T16:38:56.6108631Z adding 'torch/_functorch/__init__.py' 2024-11-01T16:38:56.6134912Z adding 'torch/_functorch/aot_autograd.py' 2024-11-01T16:38:56.6144351Z adding 'torch/_functorch/apis.py' 2024-11-01T16:38:56.6155498Z adding 'torch/_functorch/autograd_function.py' 2024-11-01T16:38:56.6159318Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-11-01T16:38:56.6163689Z adding 'torch/_functorch/benchmark_utils.py' 2024-11-01T16:38:56.6168315Z adding 'torch/_functorch/compile_utils.py' 2024-11-01T16:38:56.6174796Z adding 'torch/_functorch/compilers.py' 2024-11-01T16:38:56.6181123Z adding 'torch/_functorch/config.py' 2024-11-01T16:38:56.6185440Z adding 'torch/_functorch/deprecated.py' 2024-11-01T16:38:56.6210582Z adding 'torch/_functorch/eager_transforms.py' 2024-11-01T16:38:56.6217792Z adding 'torch/_functorch/functional_call.py' 2024-11-01T16:38:56.6225241Z adding 'torch/_functorch/fx_minifier.py' 2024-11-01T16:38:56.6233821Z adding 'torch/_functorch/make_functional.py' 2024-11-01T16:38:56.6262027Z adding 'torch/_functorch/partitioners.py' 2024-11-01T16:38:56.6269396Z adding 'torch/_functorch/pyfunctorch.py' 2024-11-01T16:38:56.6272261Z adding 'torch/_functorch/python_key.py' 2024-11-01T16:38:56.6275296Z adding 'torch/_functorch/pytree_hacks.py' 2024-11-01T16:38:56.6283504Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-11-01T16:38:56.6287107Z adding 'torch/_functorch/utils.py' 2024-11-01T16:38:56.6295041Z adding 'torch/_functorch/vmap.py' 2024-11-01T16:38:56.6300489Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-11-01T16:38:56.6332165Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-11-01T16:38:56.6332856Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-11-01T16:38:56.6337529Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-11-01T16:38:56.6347243Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-11-01T16:38:56.6356633Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-11-01T16:38:56.6370009Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-11-01T16:38:56.6374829Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-11-01T16:38:56.6408038Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-11-01T16:38:56.6426109Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-11-01T16:38:56.6434851Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-11-01T16:38:56.6451676Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-11-01T16:38:56.6460677Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-11-01T16:38:56.6465120Z adding 'torch/_higher_order_ops/__init__.py' 2024-11-01T16:38:56.6471422Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-11-01T16:38:56.6481532Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-11-01T16:38:56.6491094Z adding 'torch/_higher_order_ops/cond.py' 2024-11-01T16:38:56.6496946Z adding 'torch/_higher_order_ops/effects.py' 2024-11-01T16:38:56.6501755Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-11-01T16:38:56.6512986Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-11-01T16:38:56.6517987Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-11-01T16:38:56.6523320Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2024-11-01T16:38:56.6528431Z adding 'torch/_higher_order_ops/map.py' 2024-11-01T16:38:56.6532928Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-11-01T16:38:56.6536571Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-11-01T16:38:56.6544176Z adding 'torch/_higher_order_ops/scan.py' 2024-11-01T16:38:56.6548439Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-11-01T16:38:56.6552745Z adding 'torch/_higher_order_ops/torchbind.py' 2024-11-01T16:38:56.6570360Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-11-01T16:38:56.6578828Z adding 'torch/_higher_order_ops/utils.py' 2024-11-01T16:38:56.6584723Z adding 'torch/_higher_order_ops/while_loop.py' 2024-11-01T16:38:56.6590669Z adding 'torch/_higher_order_ops/wrap.py' 2024-11-01T16:38:56.6627176Z adding 'torch/_inductor/__init__.py' 2024-11-01T16:38:56.6628063Z adding 'torch/_inductor/aoti_eager.py' 2024-11-01T16:38:56.6628503Z adding 'torch/_inductor/async_compile.py' 2024-11-01T16:38:56.6628968Z adding 'torch/_inductor/autotune_process.py' 2024-11-01T16:38:56.6633140Z adding 'torch/_inductor/bisect_helper.py' 2024-11-01T16:38:56.6636964Z adding 'torch/_inductor/bounds.py' 2024-11-01T16:38:56.6683604Z adding 'torch/_inductor/codecache.py' 2024-11-01T16:38:56.6691682Z adding 'torch/_inductor/comm_analysis.py' 2024-11-01T16:38:56.6697701Z adding 'torch/_inductor/comm_lowering.py' 2024-11-01T16:38:56.6709710Z adding 'torch/_inductor/comms.py' 2024-11-01T16:38:56.6735834Z adding 'torch/_inductor/compile_fx.py' 2024-11-01T16:38:56.6760939Z adding 'torch/_inductor/config.py' 2024-11-01T16:38:56.6768530Z adding 'torch/_inductor/constant_folding.py' 2024-11-01T16:38:56.6786356Z adding 'torch/_inductor/cpp_builder.py' 2024-11-01T16:38:56.6793753Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-11-01T16:38:56.6832089Z adding 'torch/_inductor/cudagraph_trees.py' 2024-11-01T16:38:56.6839731Z adding 'torch/_inductor/cudagraph_utils.py' 2024-11-01T16:38:56.6843783Z adding 'torch/_inductor/custom_graph_pass.py' 2024-11-01T16:38:56.6852800Z adding 'torch/_inductor/debug.py' 2024-11-01T16:38:56.6868143Z adding 'torch/_inductor/decomposition.py' 2024-11-01T16:38:56.6894477Z adding 'torch/_inductor/dependencies.py' 2024-11-01T16:38:56.6894906Z adding 'torch/_inductor/exc.py' 2024-11-01T16:38:56.6895358Z adding 'torch/_inductor/extern_node_serializer.py' 2024-11-01T16:38:56.6895855Z adding 'torch/_inductor/freezing.py' 2024-11-01T16:38:56.6898727Z adding 'torch/_inductor/fx_utils.py' 2024-11-01T16:38:56.6931003Z adding 'torch/_inductor/graph.py' 2024-11-01T16:38:56.6936430Z adding 'torch/_inductor/hooks.py' 2024-11-01T16:38:56.6942977Z adding 'torch/_inductor/index_propagation.py' 2024-11-01T16:38:56.6947604Z adding 'torch/_inductor/inductor_prims.py' 2024-11-01T16:38:56.7031037Z adding 'torch/_inductor/ir.py' 2024-11-01T16:38:56.7041662Z adding 'torch/_inductor/jagged_lowerings.py' 2024-11-01T16:38:56.7051279Z adding 'torch/_inductor/loop_body.py' 2024-11-01T16:38:56.7120682Z adding 'torch/_inductor/lowering.py' 2024-11-01T16:38:56.7134758Z adding 'torch/_inductor/memory.py' 2024-11-01T16:38:56.7141732Z adding 'torch/_inductor/metrics.py' 2024-11-01T16:38:56.7152590Z adding 'torch/_inductor/mkldnn_ir.py' 2024-11-01T16:38:56.7163262Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-11-01T16:38:56.7174745Z adding 'torch/_inductor/ops_handler.py' 2024-11-01T16:38:56.7179632Z adding 'torch/_inductor/optimize_indexing.py' 2024-11-01T16:38:56.7205878Z adding 'torch/_inductor/pattern_matcher.py' 2024-11-01T16:38:56.7211590Z adding 'torch/_inductor/quantized_lowerings.py' 2024-11-01T16:38:56.7217280Z adding 'torch/_inductor/remote_cache.py' 2024-11-01T16:38:56.7297049Z adding 'torch/_inductor/scheduler.py' 2024-11-01T16:38:56.7299969Z adding 'torch/_inductor/select_algorithm.py' 2024-11-01T16:38:56.7320292Z adding 'torch/_inductor/sizevars.py' 2024-11-01T16:38:56.7386492Z adding 'torch/_inductor/subgraph_lowering.py' 2024-11-01T16:38:56.7386989Z adding 'torch/_inductor/test_case.py' 2024-11-01T16:38:56.7387417Z adding 'torch/_inductor/test_operators.py' 2024-11-01T16:38:56.7387885Z adding 'torch/_inductor/triton_bundler.py' 2024-11-01T16:38:56.7388313Z adding 'torch/_inductor/utils.py' 2024-11-01T16:38:56.7388697Z adding 'torch/_inductor/virtualized.py' 2024-11-01T16:38:56.7389171Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-11-01T16:38:56.7389711Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-11-01T16:38:56.7390280Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-11-01T16:38:56.7391954Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-11-01T16:38:56.7396171Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-11-01T16:38:56.7399747Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-11-01T16:38:56.7407664Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-11-01T16:38:56.7416063Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-11-01T16:38:56.7420982Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-11-01T16:38:56.7425276Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-11-01T16:38:56.7429231Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-11-01T16:38:56.7432254Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-11-01T16:38:56.7436276Z adding 'torch/_inductor/codegen/__init__.py' 2024-11-01T16:38:56.7439589Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-11-01T16:38:56.7467508Z adding 'torch/_inductor/codegen/common.py' 2024-11-01T16:38:56.7530911Z adding 'torch/_inductor/codegen/cpp.py' 2024-11-01T16:38:56.7551168Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-11-01T16:38:56.7561729Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-11-01T16:38:56.7573140Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-11-01T16:38:56.7578039Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-11-01T16:38:56.7585476Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-11-01T16:38:56.7598308Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-11-01T16:38:56.7628509Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-11-01T16:38:56.7645117Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-11-01T16:38:56.7653873Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-11-01T16:38:56.7657591Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-11-01T16:38:56.7661760Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-11-01T16:38:56.7667105Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-11-01T16:38:56.7687881Z adding 'torch/_inductor/codegen/halide.py' 2024-11-01T16:38:56.7699115Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-11-01T16:38:56.7706994Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-11-01T16:38:56.7732137Z adding 'torch/_inductor/codegen/simd.py' 2024-11-01T16:38:56.7738221Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2024-11-01T16:38:56.7787831Z adding 'torch/_inductor/codegen/triton.py' 2024-11-01T16:38:56.7806528Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-11-01T16:38:56.7812055Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-11-01T16:38:56.7816703Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-11-01T16:38:56.7849937Z adding 'torch/_inductor/codegen/wrapper.py' 2024-11-01T16:38:56.7856629Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-11-01T16:38:56.7861865Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-11-01T16:38:56.7865946Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-11-01T16:38:56.7869912Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-11-01T16:38:56.7873185Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-11-01T16:38:56.7879592Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-11-01T16:38:56.7884911Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-11-01T16:38:56.7890718Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-11-01T16:38:56.7896784Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-11-01T16:38:56.7901865Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-11-01T16:38:56.7919843Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-11-01T16:38:56.7925032Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-11-01T16:38:56.7929767Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-11-01T16:38:56.7933544Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-11-01T16:38:56.7941307Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2024-11-01T16:38:56.7945338Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-11-01T16:38:56.7952354Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-11-01T16:38:56.7956643Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-11-01T16:38:56.7960790Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-11-01T16:38:56.7964710Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-11-01T16:38:56.7970040Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-11-01T16:38:56.7974689Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-11-01T16:38:56.7978010Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-11-01T16:38:56.7981659Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-11-01T16:38:56.7984735Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-11-01T16:38:56.7988250Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-11-01T16:38:56.7991343Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-11-01T16:38:56.7997137Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-11-01T16:38:56.8000684Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-11-01T16:38:56.8004466Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-11-01T16:38:56.8013234Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-11-01T16:38:56.8019085Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-11-01T16:38:56.8027938Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-11-01T16:38:56.8032317Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-11-01T16:38:56.8035937Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-11-01T16:38:56.8041430Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-11-01T16:38:56.8046124Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-11-01T16:38:56.8054763Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-11-01T16:38:56.8071033Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-11-01T16:38:56.8081609Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-11-01T16:38:56.8092064Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-11-01T16:38:56.8096771Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-11-01T16:38:56.8110440Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-11-01T16:38:56.8115982Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-11-01T16:38:56.8125705Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-11-01T16:38:56.8141591Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-11-01T16:38:56.8151961Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-11-01T16:38:56.8176868Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-11-01T16:38:56.8189968Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-11-01T16:38:56.8194583Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-11-01T16:38:56.8224799Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-11-01T16:38:56.8231608Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-11-01T16:38:56.8235686Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-11-01T16:38:56.8240185Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-11-01T16:38:56.8244694Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-11-01T16:38:56.8249388Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-11-01T16:38:56.8253530Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-11-01T16:38:56.8257924Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-11-01T16:38:56.8262829Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-11-01T16:38:56.8269203Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-11-01T16:38:56.8275084Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-11-01T16:38:56.8312182Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-11-01T16:38:56.8312977Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-11-01T16:38:56.8313838Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-11-01T16:38:56.8314622Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-11-01T16:38:56.8315384Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-11-01T16:38:56.8316162Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-11-01T16:38:56.8317042Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-11-01T16:38:56.8317925Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-11-01T16:38:56.8321632Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-11-01T16:38:56.8326524Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-11-01T16:38:56.8330425Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-11-01T16:38:56.8333646Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-11-01T16:38:56.8336940Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-11-01T16:38:56.8340649Z adding 'torch/_inductor/kernel/__init__.py' 2024-11-01T16:38:56.8345321Z adding 'torch/_inductor/kernel/bmm.py' 2024-11-01T16:38:56.8353354Z adding 'torch/_inductor/kernel/conv.py' 2024-11-01T16:38:56.8374583Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-11-01T16:38:56.8384628Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-11-01T16:38:56.8394417Z adding 'torch/_inductor/kernel/mm.py' 2024-11-01T16:38:56.8401793Z adding 'torch/_inductor/kernel/mm_common.py' 2024-11-01T16:38:56.8406938Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-11-01T16:38:56.8412355Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-11-01T16:38:56.8416341Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-11-01T16:38:56.8420130Z adding 'torch/_inductor/package/__init__.py' 2024-11-01T16:38:56.8423129Z adding 'torch/_inductor/package/build_package.py' 2024-11-01T16:38:56.8427755Z adding 'torch/_inductor/package/package.py' 2024-11-01T16:38:56.8431098Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-11-01T16:38:56.8434681Z adding 'torch/_inductor/runtime/__init__.py' 2024-11-01T16:38:56.8441727Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-11-01T16:38:56.8446751Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-11-01T16:38:56.8450100Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2024-11-01T16:38:56.8453545Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-11-01T16:38:56.8458786Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-11-01T16:38:56.8462875Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-11-01T16:38:56.8467175Z adding 'torch/_inductor/runtime/hints.py' 2024-11-01T16:38:56.8471275Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-11-01T16:38:56.8479416Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-11-01T16:38:56.8503897Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-11-01T16:38:56.8509681Z adding 'torch/_lazy/__init__.py' 2024-11-01T16:38:56.8513842Z adding 'torch/_lazy/closure.py' 2024-11-01T16:38:56.8517067Z adding 'torch/_lazy/computation.py' 2024-11-01T16:38:56.8519959Z adding 'torch/_lazy/config.py' 2024-11-01T16:38:56.8522949Z adding 'torch/_lazy/debug.py' 2024-11-01T16:38:56.8525939Z adding 'torch/_lazy/device_context.py' 2024-11-01T16:38:56.8531076Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-11-01T16:38:56.8534238Z adding 'torch/_lazy/ir_cache.py' 2024-11-01T16:38:56.8537161Z adding 'torch/_lazy/metrics.py' 2024-11-01T16:38:56.8540582Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-11-01T16:38:56.8543335Z adding 'torch/_lazy/ts_backend.py' 2024-11-01T16:38:56.8546974Z adding 'torch/_library/__init__.py' 2024-11-01T16:38:56.8551817Z adding 'torch/_library/autograd.py' 2024-11-01T16:38:56.8563138Z adding 'torch/_library/custom_ops.py' 2024-11-01T16:38:56.8569942Z adding 'torch/_library/fake_class_registry.py' 2024-11-01T16:38:56.8575146Z adding 'torch/_library/fake_impl.py' 2024-11-01T16:38:56.8581057Z adding 'torch/_library/infer_schema.py' 2024-11-01T16:38:56.8584919Z adding 'torch/_library/simple_registry.py' 2024-11-01T16:38:56.8590178Z adding 'torch/_library/triton.py' 2024-11-01T16:38:56.8597923Z adding 'torch/_library/utils.py' 2024-11-01T16:38:56.8602136Z adding 'torch/_logging/__init__.py' 2024-11-01T16:38:56.8620136Z adding 'torch/_logging/_internal.py' 2024-11-01T16:38:56.8625155Z adding 'torch/_logging/_registrations.py' 2024-11-01T16:38:56.8628990Z adding 'torch/_logging/scribe.py' 2024-11-01T16:38:56.8632455Z adding 'torch/_logging/structured.py' 2024-11-01T16:38:56.8636483Z adding 'torch/_numpy/__init__.py' 2024-11-01T16:38:56.8639988Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-11-01T16:38:56.8646131Z adding 'torch/_numpy/_casting_dicts.py' 2024-11-01T16:38:56.8652951Z adding 'torch/_numpy/_dtypes.py' 2024-11-01T16:38:56.8657807Z adding 'torch/_numpy/_dtypes_impl.py' 2024-11-01T16:38:56.8661600Z adding 'torch/_numpy/_funcs.py' 2024-11-01T16:38:56.8683430Z adding 'torch/_numpy/_funcs_impl.py' 2024-11-01T16:38:56.8687882Z adding 'torch/_numpy/_getlimits.py' 2024-11-01T16:38:56.8695109Z adding 'torch/_numpy/_ndarray.py' 2024-11-01T16:38:56.8700646Z adding 'torch/_numpy/_normalizations.py' 2024-11-01T16:38:56.8706311Z adding 'torch/_numpy/_reductions_impl.py' 2024-11-01T16:38:56.8711315Z adding 'torch/_numpy/_ufuncs.py' 2024-11-01T16:38:56.8714799Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-11-01T16:38:56.8719986Z adding 'torch/_numpy/_util.py' 2024-11-01T16:38:56.8723661Z adding 'torch/_numpy/fft.py' 2024-11-01T16:38:56.8727831Z adding 'torch/_numpy/linalg.py' 2024-11-01T16:38:56.8732028Z adding 'torch/_numpy/random.py' 2024-11-01T16:38:56.8736037Z adding 'torch/_numpy/testing/__init__.py' 2024-11-01T16:38:56.8762771Z adding 'torch/_numpy/testing/utils.py' 2024-11-01T16:38:56.8792203Z adding 'torch/_prims/__init__.py' 2024-11-01T16:38:56.8798570Z adding 'torch/_prims/context.py' 2024-11-01T16:38:56.8802665Z adding 'torch/_prims/debug_prims.py' 2024-11-01T16:38:56.8805603Z adding 'torch/_prims/executor.py' 2024-11-01T16:38:56.8811020Z adding 'torch/_prims/rng_prims.py' 2024-11-01T16:38:56.8837639Z adding 'torch/_prims_common/__init__.py' 2024-11-01T16:38:56.8846606Z adding 'torch/_prims_common/wrappers.py' 2024-11-01T16:38:56.8919299Z adding 'torch/_refs/__init__.py' 2024-11-01T16:38:56.8927921Z adding 'torch/_refs/_conversions.py' 2024-11-01T16:38:56.8934282Z adding 'torch/_refs/fft.py' 2024-11-01T16:38:56.8940908Z adding 'torch/_refs/linalg/__init__.py' 2024-11-01T16:38:56.8944775Z adding 'torch/_refs/nn/__init__.py' 2024-11-01T16:38:56.8958699Z adding 'torch/_refs/nn/functional/__init__.py' 2024-11-01T16:38:56.8964462Z adding 'torch/_refs/special/__init__.py' 2024-11-01T16:38:56.8968224Z adding 'torch/_strobelight/__init__.py' 2024-11-01T16:38:56.8973449Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-11-01T16:38:56.8978235Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-11-01T16:38:56.8983453Z adding 'torch/_subclasses/__init__.py' 2024-11-01T16:38:56.8988426Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-11-01T16:38:56.9000781Z adding 'torch/_subclasses/fake_impls.py' 2024-11-01T16:38:56.9042250Z adding 'torch/_subclasses/fake_tensor.py' 2024-11-01T16:38:56.9050400Z adding 'torch/_subclasses/fake_utils.py' 2024-11-01T16:38:56.9063253Z adding 'torch/_subclasses/functional_tensor.py' 2024-11-01T16:38:56.9090344Z adding 'torch/_subclasses/meta_utils.py' 2024-11-01T16:38:56.9097000Z adding 'torch/_subclasses/schema_check_mode.py' 2024-11-01T16:38:56.9101478Z adding 'torch/_vendor/__init__.py' 2024-11-01T16:38:56.9104695Z adding 'torch/_vendor/packaging/__init__.py' 2024-11-01T16:38:56.9107967Z adding 'torch/_vendor/packaging/_structures.py' 2024-11-01T16:38:56.9114969Z adding 'torch/_vendor/packaging/version.py' 2024-11-01T16:38:56.9120089Z adding 'torch/accelerator/__init__.py' 2024-11-01T16:38:56.9123722Z adding 'torch/accelerator/_utils.py' 2024-11-01T16:38:56.9127149Z adding 'torch/amp/__init__.py' 2024-11-01T16:38:56.9135677Z adding 'torch/amp/autocast_mode.py' 2024-11-01T16:38:56.9148068Z adding 'torch/amp/grad_scaler.py' 2024-11-01T16:38:56.9152748Z adding 'torch/ao/__init__.py' 2024-11-01T16:38:56.9156664Z adding 'torch/ao/nn/__init__.py' 2024-11-01T16:38:56.9160782Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-11-01T16:38:56.9164750Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-11-01T16:38:56.9169134Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-11-01T16:38:56.9172663Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-11-01T16:38:56.9176590Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:38:56.9185330Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:38:56.9190808Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:38:56.9194651Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:38:56.9198445Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:38:56.9202030Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:38:56.9205797Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:38:56.9209326Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:38:56.9213110Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:38:56.9216705Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:38:56.9220603Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-11-01T16:38:56.9224747Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:38:56.9229121Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:38:56.9232990Z adding 'torch/ao/nn/qat/__init__.py' 2024-11-01T16:38:56.9236901Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-11-01T16:38:56.9240128Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:38:56.9243415Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:38:56.9247061Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-11-01T16:38:56.9251668Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-11-01T16:38:56.9256162Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-11-01T16:38:56.9260289Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-11-01T16:38:56.9263960Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-11-01T16:38:56.9267724Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-11-01T16:38:56.9275928Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-11-01T16:38:56.9284122Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-11-01T16:38:56.9288697Z adding 'torch/ao/nn/quantized/__init__.py' 2024-11-01T16:38:56.9297166Z adding 'torch/ao/nn/quantized/functional.py' 2024-11-01T16:38:56.9301829Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-11-01T16:38:56.9305782Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:38:56.9310940Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:38:56.9316696Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:38:56.9329947Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:38:56.9336287Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-11-01T16:38:56.9341460Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-11-01T16:38:56.9345428Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-11-01T16:38:56.9354841Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-11-01T16:38:56.9359516Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-11-01T16:38:56.9366941Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:38:56.9372018Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-11-01T16:38:56.9377910Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-11-01T16:38:56.9382406Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-11-01T16:38:56.9386026Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-11-01T16:38:56.9390062Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-11-01T16:38:56.9393943Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-11-01T16:38:56.9397775Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-11-01T16:38:56.9402273Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-11-01T16:38:56.9406246Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-11-01T16:38:56.9414121Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-11-01T16:38:56.9418593Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-11-01T16:38:56.9424340Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-11-01T16:38:56.9428244Z adding 'torch/ao/nn/sparse/__init__.py' 2024-11-01T16:38:56.9431912Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-11-01T16:38:56.9436656Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-11-01T16:38:56.9440138Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-11-01T16:38:56.9443762Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-11-01T16:38:56.9448152Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-11-01T16:38:56.9451898Z adding 'torch/ao/ns/__init__.py' 2024-11-01T16:38:56.9458879Z adding 'torch/ao/ns/_numeric_suite.py' 2024-11-01T16:38:56.9472709Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-11-01T16:38:56.9477407Z adding 'torch/ao/ns/fx/__init__.py' 2024-11-01T16:38:56.9485159Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-11-01T16:38:56.9499689Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-11-01T16:38:56.9506890Z adding 'torch/ao/ns/fx/mappings.py' 2024-11-01T16:38:56.9524898Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-11-01T16:38:56.9529712Z adding 'torch/ao/ns/fx/ns_types.py' 2024-11-01T16:38:56.9534534Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-11-01T16:38:56.9540025Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-11-01T16:38:56.9547808Z adding 'torch/ao/ns/fx/utils.py' 2024-11-01T16:38:56.9553226Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-11-01T16:38:56.9557376Z adding 'torch/ao/pruning/__init__.py' 2024-11-01T16:38:56.9560367Z adding 'torch/ao/pruning/_mappings.py' 2024-11-01T16:38:56.9564076Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-11-01T16:38:56.9567708Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-11-01T16:38:56.9575490Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-11-01T16:38:56.9579478Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-11-01T16:38:56.9584409Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-11-01T16:38:56.9588465Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-11-01T16:38:56.9595073Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-11-01T16:38:56.9600375Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-11-01T16:38:56.9604873Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-11-01T16:38:56.9608675Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-11-01T16:38:56.9612437Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-11-01T16:38:56.9616069Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-11-01T16:38:56.9620359Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-11-01T16:38:56.9625187Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-11-01T16:38:56.9628382Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-11-01T16:38:56.9633794Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-11-01T16:38:56.9638011Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-11-01T16:38:56.9641210Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-11-01T16:38:56.9644824Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-11-01T16:38:56.9651854Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-11-01T16:38:56.9655819Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-11-01T16:38:56.9659442Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-11-01T16:38:56.9664068Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-11-01T16:38:56.9668327Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-11-01T16:38:56.9672314Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-11-01T16:38:56.9675995Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-11-01T16:38:56.9682450Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-11-01T16:38:56.9686669Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-11-01T16:38:56.9690944Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-11-01T16:38:56.9696270Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-11-01T16:38:56.9702450Z adding 'torch/ao/quantization/__init__.py' 2024-11-01T16:38:56.9707090Z adding 'torch/ao/quantization/_correct_bias.py' 2024-11-01T16:38:56.9712665Z adding 'torch/ao/quantization/_equalize.py' 2024-11-01T16:38:56.9717589Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-11-01T16:38:56.9725555Z adding 'torch/ao/quantization/fake_quantize.py' 2024-11-01T16:38:56.9730841Z adding 'torch/ao/quantization/fuse_modules.py' 2024-11-01T16:38:56.9736077Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-11-01T16:38:56.9757372Z adding 'torch/ao/quantization/observer.py' 2024-11-01T16:38:56.9767287Z adding 'torch/ao/quantization/qconfig.py' 2024-11-01T16:38:56.9787812Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-11-01T16:38:56.9788337Z adding 'torch/ao/quantization/quant_type.py' 2024-11-01T16:38:56.9788884Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-11-01T16:38:56.9795850Z adding 'torch/ao/quantization/quantize.py' 2024-11-01T16:38:56.9806439Z adding 'torch/ao/quantization/quantize_fx.py' 2024-11-01T16:38:56.9813525Z adding 'torch/ao/quantization/quantize_jit.py' 2024-11-01T16:38:56.9818866Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-11-01T16:38:56.9822737Z adding 'torch/ao/quantization/stubs.py' 2024-11-01T16:38:56.9833536Z adding 'torch/ao/quantization/utils.py' 2024-11-01T16:38:56.9838495Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-11-01T16:38:56.9846417Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-11-01T16:38:56.9851068Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-11-01T16:38:56.9861353Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-11-01T16:38:56.9867642Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-11-01T16:38:56.9871772Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-11-01T16:38:56.9875807Z adding 'torch/ao/quantization/backend_config/native.py' 2024-11-01T16:38:56.9878992Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-11-01T16:38:56.9884714Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-11-01T16:38:56.9888941Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-11-01T16:38:56.9892585Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-11-01T16:38:56.9898285Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-11-01T16:38:56.9902237Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-11-01T16:38:56.9906129Z adding 'torch/ao/quantization/fx/__init__.py' 2024-11-01T16:38:56.9916270Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-11-01T16:38:56.9930657Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-11-01T16:38:56.9947678Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-11-01T16:38:56.9968411Z adding 'torch/ao/quantization/fx/convert.py' 2024-11-01T16:38:56.9976114Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-11-01T16:38:56.9981320Z adding 'torch/ao/quantization/fx/fuse.py' 2024-11-01T16:38:56.9985554Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-11-01T16:38:56.9989734Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-11-01T16:38:56.9992995Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-11-01T16:38:56.9996021Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-11-01T16:38:57.0000942Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-11-01T16:38:57.0006174Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-11-01T16:38:57.0010169Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-11-01T16:38:57.0040927Z adding 'torch/ao/quantization/fx/prepare.py' 2024-11-01T16:38:57.0049393Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-11-01T16:38:57.0054328Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-11-01T16:38:57.0057819Z adding 'torch/ao/quantization/fx/tracer.py' 2024-11-01T16:38:57.0071308Z adding 'torch/ao/quantization/fx/utils.py' 2024-11-01T16:38:57.0076041Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-11-01T16:38:57.0098909Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-11-01T16:38:57.0111370Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-11-01T16:38:57.0117672Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-11-01T16:38:57.0129350Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-11-01T16:38:57.0133904Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-11-01T16:38:57.0139112Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-11-01T16:38:57.0143128Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-11-01T16:38:57.0147754Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-11-01T16:38:57.0151756Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-11-01T16:38:57.0156884Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-11-01T16:38:57.0165920Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-11-01T16:38:57.0178614Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-11-01T16:38:57.0188543Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-11-01T16:38:57.0192953Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-11-01T16:38:57.0200677Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-11-01T16:38:57.0205131Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-11-01T16:38:57.0208835Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-11-01T16:38:57.0212609Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-11-01T16:38:57.0216967Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-11-01T16:38:57.0220947Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-11-01T16:38:57.0238105Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-11-01T16:38:57.0245890Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-11-01T16:38:57.0257183Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-11-01T16:38:57.0268863Z adding 'torch/autograd/__init__.py' 2024-11-01T16:38:57.0273525Z adding 'torch/autograd/anomaly_mode.py' 2024-11-01T16:38:57.0310330Z adding 'torch/autograd/forward_ad.py' 2024-11-01T16:38:57.0310755Z adding 'torch/autograd/function.py' 2024-11-01T16:38:57.0311168Z adding 'torch/autograd/functional.py' 2024-11-01T16:38:57.0317091Z adding 'torch/autograd/grad_mode.py' 2024-11-01T16:38:57.0350032Z adding 'torch/autograd/gradcheck.py' 2024-11-01T16:38:57.0363524Z adding 'torch/autograd/graph.py' 2024-11-01T16:38:57.0380795Z adding 'torch/autograd/profiler.py' 2024-11-01T16:38:57.0387354Z adding 'torch/autograd/profiler_legacy.py' 2024-11-01T16:38:57.0401742Z adding 'torch/autograd/profiler_util.py' 2024-11-01T16:38:57.0405708Z adding 'torch/autograd/variable.py' 2024-11-01T16:38:57.0409297Z adding 'torch/autograd/_functions/__init__.py' 2024-11-01T16:38:57.0412615Z adding 'torch/autograd/_functions/tensor.py' 2024-11-01T16:38:57.0416038Z adding 'torch/autograd/_functions/utils.py' 2024-11-01T16:38:57.0420404Z adding 'torch/backends/__init__.py' 2024-11-01T16:38:57.0424056Z adding 'torch/backends/_coreml/__init__.py' 2024-11-01T16:38:57.0428010Z adding 'torch/backends/_coreml/preprocess.py' 2024-11-01T16:38:57.0431977Z adding 'torch/backends/_nnapi/__init__.py' 2024-11-01T16:38:57.0436152Z adding 'torch/backends/_nnapi/prepare.py' 2024-11-01T16:38:57.0460035Z adding 'torch/backends/_nnapi/serializer.py' 2024-11-01T16:38:57.0465639Z adding 'torch/backends/cpu/__init__.py' 2024-11-01T16:38:57.0472749Z adding 'torch/backends/cuda/__init__.py' 2024-11-01T16:38:57.0478324Z adding 'torch/backends/cudnn/__init__.py' 2024-11-01T16:38:57.0481924Z adding 'torch/backends/cudnn/rnn.py' 2024-11-01T16:38:57.0485983Z adding 'torch/backends/cusparselt/__init__.py' 2024-11-01T16:38:57.0489769Z adding 'torch/backends/mha/__init__.py' 2024-11-01T16:38:57.0493757Z adding 'torch/backends/mkl/__init__.py' 2024-11-01T16:38:57.0498148Z adding 'torch/backends/mkldnn/__init__.py' 2024-11-01T16:38:57.0502288Z adding 'torch/backends/mps/__init__.py' 2024-11-01T16:38:57.0506067Z adding 'torch/backends/nnpack/__init__.py' 2024-11-01T16:38:57.0509621Z adding 'torch/backends/openmp/__init__.py' 2024-11-01T16:38:57.0514090Z adding 'torch/backends/opt_einsum/__init__.py' 2024-11-01T16:38:57.0518210Z adding 'torch/backends/quantized/__init__.py' 2024-11-01T16:38:57.0521723Z adding 'torch/backends/xeon/__init__.py' 2024-11-01T16:38:57.0533581Z adding 'torch/backends/xeon/run_cpu.py' 2024-11-01T16:38:57.0538338Z adding 'torch/backends/xnnpack/__init__.py' 2024-11-01T16:38:57.0735125Z adding 'torch/bin/FileStoreTest.exe' 2024-11-01T16:38:57.0914742Z adding 'torch/bin/ProcessGroupGlooAsyncTest.exe' 2024-11-01T16:38:57.1151092Z adding 'torch/bin/ProcessGroupGlooTest.exe' 2024-11-01T16:38:57.1366372Z adding 'torch/bin/TCPStoreTest.exe' 2024-11-01T16:38:57.1577587Z adding 'torch/bin/asmjit.dll' 2024-11-01T16:38:57.3104165Z adding 'torch/bin/fbgemm.dll' 2024-11-01T16:38:57.4648001Z adding 'torch/bin/protoc.exe' 2024-11-01T16:38:57.9018642Z adding 'torch/bin/test_api.exe' 2024-11-01T16:38:57.9403634Z adding 'torch/bin/test_edge_op_registration.exe' 2024-11-01T16:38:58.1881489Z adding 'torch/bin/test_jit.exe' 2024-11-01T16:38:58.3013952Z adding 'torch/bin/test_lazy.exe' 2024-11-01T16:38:58.6316153Z adding 'torch/bin/test_tensorexpr.exe' 2024-11-01T16:38:58.6531513Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-11-01T16:38:58.6542614Z adding 'torch/compiler/__init__.py' 2024-11-01T16:38:58.6546703Z adding 'torch/contrib/__init__.py' 2024-11-01T16:38:58.6551155Z adding 'torch/contrib/_tensorboard_vis.py' 2024-11-01T16:38:58.6556034Z adding 'torch/cpu/__init__.py' 2024-11-01T16:38:58.6559735Z adding 'torch/cpu/amp/__init__.py' 2024-11-01T16:38:58.6563002Z adding 'torch/cpu/amp/autocast_mode.py' 2024-11-01T16:38:58.6566523Z adding 'torch/cpu/amp/grad_scaler.py' 2024-11-01T16:38:58.6589201Z adding 'torch/cuda/__init__.py' 2024-11-01T16:38:58.6593933Z adding 'torch/cuda/_gpu_trace.py' 2024-11-01T16:38:58.6603819Z adding 'torch/cuda/_memory_viz.py' 2024-11-01T16:38:58.6612909Z adding 'torch/cuda/_sanitizer.py' 2024-11-01T16:38:58.6616869Z adding 'torch/cuda/_utils.py' 2024-11-01T16:38:58.6620020Z adding 'torch/cuda/comm.py' 2024-11-01T16:38:58.6622962Z adding 'torch/cuda/error.py' 2024-11-01T16:38:58.6626718Z adding 'torch/cuda/gds.py' 2024-11-01T16:38:58.6635560Z adding 'torch/cuda/graphs.py' 2024-11-01T16:38:58.6640560Z adding 'torch/cuda/jiterator.py' 2024-11-01T16:38:58.6655475Z adding 'torch/cuda/memory.py' 2024-11-01T16:38:58.6660564Z adding 'torch/cuda/nccl.py' 2024-11-01T16:38:58.6664283Z adding 'torch/cuda/nvtx.py' 2024-11-01T16:38:58.6667931Z adding 'torch/cuda/profiler.py' 2024-11-01T16:38:58.6671860Z adding 'torch/cuda/random.py' 2024-11-01T16:38:58.6674881Z adding 'torch/cuda/sparse.py' 2024-11-01T16:38:58.6679640Z adding 'torch/cuda/streams.py' 2024-11-01T16:38:58.6686167Z adding 'torch/cuda/tunable.py' 2024-11-01T16:38:58.6690404Z adding 'torch/cuda/amp/__init__.py' 2024-11-01T16:38:58.6693899Z adding 'torch/cuda/amp/autocast_mode.py' 2024-11-01T16:38:58.6696926Z adding 'torch/cuda/amp/common.py' 2024-11-01T16:38:58.6700240Z adding 'torch/cuda/amp/grad_scaler.py' 2024-11-01T16:38:58.6705939Z adding 'torch/distributed/__init__.py' 2024-11-01T16:38:58.6709432Z adding 'torch/distributed/_checkpointable.py' 2024-11-01T16:38:58.6712726Z adding 'torch/distributed/_composable_state.py' 2024-11-01T16:38:58.6727816Z adding 'torch/distributed/_functional_collectives.py' 2024-11-01T16:38:58.6732408Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-11-01T16:38:58.6742208Z adding 'torch/distributed/_state_dict_utils.py' 2024-11-01T16:38:58.6746676Z adding 'torch/distributed/argparse_util.py' 2024-11-01T16:38:58.6750613Z adding 'torch/distributed/c10d_logger.py' 2024-11-01T16:38:58.6755518Z adding 'torch/distributed/collective_utils.py' 2024-11-01T16:38:58.6758945Z adding 'torch/distributed/constants.py' 2024-11-01T16:38:58.6774729Z adding 'torch/distributed/device_mesh.py' 2024-11-01T16:38:58.6842219Z adding 'torch/distributed/distributed_c10d.py' 2024-11-01T16:38:58.6851778Z adding 'torch/distributed/launch.py' 2024-11-01T16:38:58.6855152Z adding 'torch/distributed/logging_handlers.py' 2024-11-01T16:38:58.6859176Z adding 'torch/distributed/remote_device.py' 2024-11-01T16:38:58.6864835Z adding 'torch/distributed/rendezvous.py' 2024-11-01T16:38:58.6904188Z adding 'torch/distributed/run.py' 2024-11-01T16:38:58.6904603Z adding 'torch/distributed/utils.py' 2024-11-01T16:38:58.6905066Z adding 'torch/distributed/_composable/__init__.py' 2024-11-01T16:38:58.6905706Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-11-01T16:38:58.6906342Z adding 'torch/distributed/_composable/contract.py' 2024-11-01T16:38:58.6907313Z adding 'torch/distributed/_composable/fully_shard.py' 2024-11-01T16:38:58.6912892Z adding 'torch/distributed/_composable/replicate.py' 2024-11-01T16:38:58.6917229Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-11-01T16:38:58.6922047Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-11-01T16:38:58.6930048Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-11-01T16:38:58.6934913Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-11-01T16:38:58.6939975Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-11-01T16:38:58.6954804Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-11-01T16:38:58.6966846Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-11-01T16:38:58.6974420Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-11-01T16:38:58.6983769Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-11-01T16:38:58.6988362Z adding 'torch/distributed/_shard/__init__.py' 2024-11-01T16:38:58.6991576Z adding 'torch/distributed/_shard/_utils.py' 2024-11-01T16:38:58.6997464Z adding 'torch/distributed/_shard/api.py' 2024-11-01T16:38:58.7001399Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-11-01T16:38:58.7004993Z adding 'torch/distributed/_shard/metadata.py' 2024-11-01T16:38:58.7008327Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-11-01T16:38:58.7011528Z adding 'torch/distributed/_shard/sharder.py' 2024-11-01T16:38:58.7015380Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-11-01T16:38:58.7019639Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-11-01T16:38:58.7023756Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-11-01T16:38:58.7031046Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:38:58.7048291Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-11-01T16:38:58.7052886Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-11-01T16:38:58.7056081Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-11-01T16:38:58.7059641Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-11-01T16:38:58.7064860Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-11-01T16:38:58.7068794Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-11-01T16:38:58.7073834Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-11-01T16:38:58.7078035Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-11-01T16:38:58.7081990Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-11-01T16:38:58.7085655Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-11-01T16:38:58.7089856Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-11-01T16:38:58.7093158Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-11-01T16:38:58.7097711Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-11-01T16:38:58.7101989Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-11-01T16:38:58.7105713Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-11-01T16:38:58.7109710Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-11-01T16:38:58.7114772Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-11-01T16:38:58.7121637Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-11-01T16:38:58.7127218Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-11-01T16:38:58.7131355Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-11-01T16:38:58.7137542Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-11-01T16:38:58.7143606Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-11-01T16:38:58.7151367Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-11-01T16:38:58.7155511Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-11-01T16:38:58.7159331Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-11-01T16:38:58.7174932Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-11-01T16:38:58.7180178Z adding 'torch/distributed/_tensor/__init__.py' 2024-11-01T16:38:58.7183359Z adding 'torch/distributed/_tensor/api.py' 2024-11-01T16:38:58.7186428Z adding 'torch/distributed/_tensor/placement_types.py' 2024-11-01T16:38:58.7190441Z adding 'torch/distributed/_tools/__init__.py' 2024-11-01T16:38:58.7199366Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-11-01T16:38:58.7205522Z adding 'torch/distributed/_tools/ilp_utils.py' 2024-11-01T16:38:58.7220727Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-11-01T16:38:58.7227605Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-11-01T16:38:58.7233246Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-11-01T16:38:58.7241261Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-11-01T16:38:58.7257016Z adding 'torch/distributed/_tools/sac_estimator.py' 2024-11-01T16:38:58.7263895Z adding 'torch/distributed/_tools/sac_ilp.py' 2024-11-01T16:38:58.7268085Z adding 'torch/distributed/algorithms/__init__.py' 2024-11-01T16:38:58.7274548Z adding 'torch/distributed/algorithms/join.py' 2024-11-01T16:38:58.7278850Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-11-01T16:38:58.7285063Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-11-01T16:38:58.7289109Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-11-01T16:38:58.7293696Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-11-01T16:38:58.7297709Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-11-01T16:38:58.7301722Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-11-01T16:38:58.7305443Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-11-01T16:38:58.7309641Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-11-01T16:38:58.7314454Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-11-01T16:38:58.7321951Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-11-01T16:38:58.7325907Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-11-01T16:38:58.7330458Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-11-01T16:38:58.7334596Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-11-01T16:38:58.7339175Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-11-01T16:38:58.7343818Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-11-01T16:38:58.7358222Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-11-01T16:38:58.7363893Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-11-01T16:38:58.7367724Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-11-01T16:38:58.7371950Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-11-01T16:38:58.7387622Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-11-01T16:38:58.7388463Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-11-01T16:38:58.7389059Z adding 'torch/distributed/autograd/__init__.py' 2024-11-01T16:38:58.7391466Z adding 'torch/distributed/checkpoint/__init__.py' 2024-11-01T16:38:58.7395421Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-11-01T16:38:58.7399273Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-11-01T16:38:58.7402788Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-11-01T16:38:58.7406934Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-11-01T16:38:58.7411055Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-11-01T16:38:58.7414692Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-11-01T16:38:58.7418061Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-11-01T16:38:58.7422712Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-11-01T16:38:58.7425867Z adding 'torch/distributed/checkpoint/_version.py' 2024-11-01T16:38:58.7429129Z adding 'torch/distributed/checkpoint/api.py' 2024-11-01T16:38:58.7437921Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-11-01T16:38:58.7446929Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-11-01T16:38:58.7452857Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-11-01T16:38:58.7456937Z adding 'torch/distributed/checkpoint/logger.py' 2024-11-01T16:38:58.7460210Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-11-01T16:38:58.7464425Z adding 'torch/distributed/checkpoint/metadata.py' 2024-11-01T16:38:58.7470753Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-11-01T16:38:58.7477607Z adding 'torch/distributed/checkpoint/planner.py' 2024-11-01T16:38:58.7483903Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-11-01T16:38:58.7487741Z adding 'torch/distributed/checkpoint/resharding.py' 2024-11-01T16:38:58.7492040Z adding 'torch/distributed/checkpoint/staging.py' 2024-11-01T16:38:58.7508973Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-11-01T16:38:58.7515949Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-11-01T16:38:58.7522602Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-11-01T16:38:58.7526406Z adding 'torch/distributed/checkpoint/stateful.py' 2024-11-01T16:38:58.7531441Z adding 'torch/distributed/checkpoint/storage.py' 2024-11-01T16:38:58.7537938Z adding 'torch/distributed/checkpoint/utils.py' 2024-11-01T16:38:58.7543422Z adding 'torch/distributed/elastic/__init__.py' 2024-11-01T16:38:58.7547149Z adding 'torch/distributed/elastic/control_plane.py' 2024-11-01T16:38:58.7550653Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-11-01T16:38:58.7554962Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-11-01T16:38:58.7569947Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-11-01T16:38:58.7574226Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-11-01T16:38:58.7581425Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-11-01T16:38:58.7587042Z adding 'torch/distributed/elastic/events/__init__.py' 2024-11-01T16:38:58.7590992Z adding 'torch/distributed/elastic/events/api.py' 2024-11-01T16:38:58.7594440Z adding 'torch/distributed/elastic/events/handlers.py' 2024-11-01T16:38:58.7599639Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-11-01T16:38:58.7604266Z adding 'torch/distributed/elastic/metrics/api.py' 2024-11-01T16:38:58.7610334Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-11-01T16:38:58.7623235Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-11-01T16:38:58.7628043Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-11-01T16:38:58.7632623Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-11-01T16:38:58.7640586Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-11-01T16:38:58.7645678Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-11-01T16:38:58.7649128Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-11-01T16:38:58.7653186Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-11-01T16:38:58.7656554Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-11-01T16:38:58.7660614Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-11-01T16:38:58.7666249Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-11-01T16:38:58.7672340Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-11-01T16:38:58.7678558Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-11-01T16:38:58.7694429Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-11-01T16:38:58.7710479Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-11-01T16:38:58.7716271Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-11-01T16:38:58.7721661Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-11-01T16:38:58.7726867Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-11-01T16:38:58.7730835Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-11-01T16:38:58.7735007Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-11-01T16:38:58.7740336Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-11-01T16:38:58.7744919Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-11-01T16:38:58.7750536Z adding 'torch/distributed/elastic/timer/api.py' 2024-11-01T16:38:58.7754121Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-11-01T16:38:58.7760939Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-11-01T16:38:58.7765488Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-11-01T16:38:58.7769671Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-11-01T16:38:58.7773421Z adding 'torch/distributed/elastic/utils/api.py' 2024-11-01T16:38:58.7777922Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-11-01T16:38:58.7781346Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-11-01T16:38:58.7785087Z adding 'torch/distributed/elastic/utils/logging.py' 2024-11-01T16:38:58.7790459Z adding 'torch/distributed/elastic/utils/store.py' 2024-11-01T16:38:58.7794438Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-11-01T16:38:58.7797869Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-11-01T16:38:58.7801911Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-11-01T16:38:58.7805970Z adding 'torch/distributed/fsdp/__init__.py' 2024-11-01T16:38:58.7815814Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-11-01T16:38:58.7821034Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-11-01T16:38:58.7824950Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-11-01T16:38:58.7831539Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-11-01T16:38:58.7874104Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-11-01T16:38:58.7880816Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-11-01T16:38:58.7898037Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-11-01T16:38:58.7902463Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-11-01T16:38:58.7934454Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-11-01T16:38:58.7959907Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-11-01T16:38:58.7965504Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-11-01T16:38:58.7976969Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-11-01T16:38:58.7983285Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-11-01T16:38:58.7988392Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-11-01T16:38:58.7993451Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-11-01T16:38:58.7999167Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-11-01T16:38:58.8007145Z adding 'torch/distributed/fsdp/api.py' 2024-11-01T16:38:58.8040289Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-11-01T16:38:58.8049369Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-11-01T16:38:58.8058771Z adding 'torch/distributed/fsdp/wrap.py' 2024-11-01T16:38:58.8063341Z adding 'torch/distributed/launcher/__init__.py' 2024-11-01T16:38:58.8069143Z adding 'torch/distributed/launcher/api.py' 2024-11-01T16:38:58.8073145Z adding 'torch/distributed/nn/__init__.py' 2024-11-01T16:38:58.8079240Z adding 'torch/distributed/nn/functional.py' 2024-11-01T16:38:58.8083298Z adding 'torch/distributed/nn/api/__init__.py' 2024-11-01T16:38:58.8093216Z adding 'torch/distributed/nn/api/remote_module.py' 2024-11-01T16:38:58.8097589Z adding 'torch/distributed/nn/jit/__init__.py' 2024-11-01T16:38:58.8101844Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-11-01T16:38:58.8105636Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-11-01T16:38:58.8109423Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-11-01T16:38:58.8113708Z adding 'torch/distributed/optim/__init__.py' 2024-11-01T16:38:58.8118063Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-11-01T16:38:58.8121968Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-11-01T16:38:58.8125930Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-11-01T16:38:58.8130303Z adding 'torch/distributed/optim/functional_adam.py' 2024-11-01T16:38:58.8134394Z adding 'torch/distributed/optim/functional_adamax.py' 2024-11-01T16:38:58.8138796Z adding 'torch/distributed/optim/functional_adamw.py' 2024-11-01T16:38:58.8143116Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-11-01T16:38:58.8147057Z adding 'torch/distributed/optim/functional_rprop.py' 2024-11-01T16:38:58.8151221Z adding 'torch/distributed/optim/functional_sgd.py' 2024-11-01T16:38:58.8157562Z adding 'torch/distributed/optim/named_optimizer.py' 2024-11-01T16:38:58.8163375Z adding 'torch/distributed/optim/optimizer.py' 2024-11-01T16:38:58.8167711Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-11-01T16:38:58.8171189Z adding 'torch/distributed/optim/utils.py' 2024-11-01T16:38:58.8196506Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-11-01T16:38:58.8201744Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-11-01T16:38:58.8221720Z adding 'torch/distributed/pipelining/_IR.py' 2024-11-01T16:38:58.8226009Z adding 'torch/distributed/pipelining/__init__.py' 2024-11-01T16:38:58.8233058Z adding 'torch/distributed/pipelining/_backward.py' 2024-11-01T16:38:58.8236580Z adding 'torch/distributed/pipelining/_debug.py' 2024-11-01T16:38:58.8239727Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-11-01T16:38:58.8243145Z adding 'torch/distributed/pipelining/_utils.py' 2024-11-01T16:38:58.8250421Z adding 'torch/distributed/pipelining/microbatch.py' 2024-11-01T16:38:58.8278815Z adding 'torch/distributed/pipelining/schedules.py' 2024-11-01T16:38:58.8308101Z adding 'torch/distributed/pipelining/stage.py' 2024-11-01T16:38:58.8316213Z adding 'torch/distributed/rpc/__init__.py' 2024-11-01T16:38:58.8319786Z adding 'torch/distributed/rpc/_utils.py' 2024-11-01T16:38:58.8332120Z adding 'torch/distributed/rpc/api.py' 2024-11-01T16:38:58.8340489Z adding 'torch/distributed/rpc/backend_registry.py' 2024-11-01T16:38:58.8343846Z adding 'torch/distributed/rpc/constants.py' 2024-11-01T16:38:58.8348338Z adding 'torch/distributed/rpc/functions.py' 2024-11-01T16:38:58.8354059Z adding 'torch/distributed/rpc/internal.py' 2024-11-01T16:38:58.8359013Z adding 'torch/distributed/rpc/options.py' 2024-11-01T16:38:58.8363040Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-11-01T16:38:58.8369114Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-11-01T16:38:58.8372139Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-11-01T16:38:58.8375716Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-11-01T16:38:58.8401088Z adding 'torch/distributed/tensor/__init__.py' 2024-11-01T16:38:58.8401569Z adding 'torch/distributed/tensor/_api.py' 2024-11-01T16:38:58.8409075Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-11-01T16:38:58.8415595Z adding 'torch/distributed/tensor/_dispatch.py' 2024-11-01T16:38:58.8421773Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-11-01T16:38:58.8429471Z adding 'torch/distributed/tensor/_op_schema.py' 2024-11-01T16:38:58.8436804Z adding 'torch/distributed/tensor/_random.py' 2024-11-01T16:38:58.8443758Z adding 'torch/distributed/tensor/_redistribute.py' 2024-11-01T16:38:58.8452038Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-11-01T16:38:58.8457884Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-11-01T16:38:58.8463161Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-11-01T16:38:58.8469555Z adding 'torch/distributed/tensor/_utils.py' 2024-11-01T16:38:58.8472910Z adding 'torch/distributed/tensor/device_mesh.py' 2024-11-01T16:38:58.8481846Z adding 'torch/distributed/tensor/placement_types.py' 2024-11-01T16:38:58.8486372Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-11-01T16:38:58.8492629Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-11-01T16:38:58.8496536Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-11-01T16:38:58.8501160Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-11-01T16:38:58.8506462Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-11-01T16:38:58.8509975Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-11-01T16:38:58.8521331Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-11-01T16:38:58.8528035Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-11-01T16:38:58.8535564Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-11-01T16:38:58.8539416Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-11-01T16:38:58.8550090Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-11-01T16:38:58.8560378Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-11-01T16:38:58.8566328Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-11-01T16:38:58.8570585Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-11-01T16:38:58.8586133Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-11-01T16:38:58.8590381Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-11-01T16:38:58.8595331Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-11-01T16:38:58.8599219Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-11-01T16:38:58.8614299Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-11-01T16:38:58.8620899Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-11-01T16:38:58.8625919Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-11-01T16:38:58.8633750Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-11-01T16:38:58.8637946Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-11-01T16:38:58.8641270Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-11-01T16:38:58.8644671Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-11-01T16:38:58.8649015Z adding 'torch/distributed/tensor/parallel/api.py' 2024-11-01T16:38:58.8652982Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-11-01T16:38:58.8659321Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-11-01T16:38:58.8663507Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-11-01T16:38:58.8670485Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-11-01T16:38:58.8679509Z adding 'torch/distributed/tensor/parallel/style.py' 2024-11-01T16:38:58.8686032Z adding 'torch/distributions/__init__.py' 2024-11-01T16:38:58.8690200Z adding 'torch/distributions/bernoulli.py' 2024-11-01T16:38:58.8693867Z adding 'torch/distributions/beta.py' 2024-11-01T16:38:58.8698162Z adding 'torch/distributions/binomial.py' 2024-11-01T16:38:58.8702792Z adding 'torch/distributions/categorical.py' 2024-11-01T16:38:58.8706429Z adding 'torch/distributions/cauchy.py' 2024-11-01T16:38:58.8709611Z adding 'torch/distributions/chi2.py' 2024-11-01T16:38:58.8714590Z adding 'torch/distributions/constraint_registry.py' 2024-11-01T16:38:58.8721815Z adding 'torch/distributions/constraints.py' 2024-11-01T16:38:58.8727176Z adding 'torch/distributions/continuous_bernoulli.py' 2024-11-01T16:38:58.8731004Z adding 'torch/distributions/dirichlet.py' 2024-11-01T16:38:58.8736677Z adding 'torch/distributions/distribution.py' 2024-11-01T16:38:58.8740652Z adding 'torch/distributions/exp_family.py' 2024-11-01T16:38:58.8744047Z adding 'torch/distributions/exponential.py' 2024-11-01T16:38:58.8747833Z adding 'torch/distributions/fishersnedecor.py' 2024-11-01T16:38:58.8751559Z adding 'torch/distributions/gamma.py' 2024-11-01T16:38:58.8755646Z adding 'torch/distributions/geometric.py' 2024-11-01T16:38:58.8759229Z adding 'torch/distributions/gumbel.py' 2024-11-01T16:38:58.8762718Z adding 'torch/distributions/half_cauchy.py' 2024-11-01T16:38:58.8766118Z adding 'torch/distributions/half_normal.py' 2024-11-01T16:38:58.8769914Z adding 'torch/distributions/independent.py' 2024-11-01T16:38:58.8773414Z adding 'torch/distributions/inverse_gamma.py' 2024-11-01T16:38:58.8783644Z adding 'torch/distributions/kl.py' 2024-11-01T16:38:58.8788076Z adding 'torch/distributions/kumaraswamy.py' 2024-11-01T16:38:58.8791775Z adding 'torch/distributions/laplace.py' 2024-11-01T16:38:58.8796532Z adding 'torch/distributions/lkj_cholesky.py' 2024-11-01T16:38:58.8800032Z adding 'torch/distributions/log_normal.py' 2024-11-01T16:38:58.8803406Z adding 'torch/distributions/logistic_normal.py' 2024-11-01T16:38:58.8808501Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-11-01T16:38:58.8813376Z adding 'torch/distributions/mixture_same_family.py' 2024-11-01T16:38:58.8817704Z adding 'torch/distributions/multinomial.py' 2024-11-01T16:38:58.8823182Z adding 'torch/distributions/multivariate_normal.py' 2024-11-01T16:38:58.8827421Z adding 'torch/distributions/negative_binomial.py' 2024-11-01T16:38:58.8831202Z adding 'torch/distributions/normal.py' 2024-11-01T16:38:58.8835242Z adding 'torch/distributions/one_hot_categorical.py' 2024-11-01T16:38:58.8838967Z adding 'torch/distributions/pareto.py' 2024-11-01T16:38:58.8842408Z adding 'torch/distributions/poisson.py' 2024-11-01T16:38:58.8846541Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-11-01T16:38:58.8850631Z adding 'torch/distributions/relaxed_categorical.py' 2024-11-01T16:38:58.8854492Z adding 'torch/distributions/studentT.py' 2024-11-01T16:38:58.8859377Z adding 'torch/distributions/transformed_distribution.py' 2024-11-01T16:38:58.8872246Z adding 'torch/distributions/transforms.py' 2024-11-01T16:38:58.8876827Z adding 'torch/distributions/uniform.py' 2024-11-01T16:38:58.8885447Z adding 'torch/distributions/utils.py' 2024-11-01T16:38:58.8886389Z adding 'torch/distributions/von_mises.py' 2024-11-01T16:38:58.8889859Z adding 'torch/distributions/weibull.py' 2024-11-01T16:38:58.8895982Z adding 'torch/distributions/wishart.py' 2024-11-01T16:38:58.8933880Z adding 'torch/export/__init__.py' 2024-11-01T16:38:58.8934353Z adding 'torch/export/_draft_export.py' 2024-11-01T16:38:58.8934873Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-11-01T16:38:58.8935454Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-11-01T16:38:58.8935931Z adding 'torch/export/_safeguard.py' 2024-11-01T16:38:58.8936325Z adding 'torch/export/_swap.py' 2024-11-01T16:38:58.8961249Z adding 'torch/export/_trace.py' 2024-11-01T16:38:58.8966616Z adding 'torch/export/_tree_utils.py' 2024-11-01T16:38:58.8973213Z adding 'torch/export/_unlift.py' 2024-11-01T16:38:58.8976430Z adding 'torch/export/custom_obj.py' 2024-11-01T16:38:58.8980586Z adding 'torch/export/decomp_utils.py' 2024-11-01T16:38:58.8996969Z adding 'torch/export/dynamic_shapes.py' 2024-11-01T16:38:58.9016192Z adding 'torch/export/exported_program.py' 2024-11-01T16:38:58.9024902Z adding 'torch/export/graph_signature.py' 2024-11-01T16:38:58.9048024Z adding 'torch/export/unflatten.py' 2024-11-01T16:38:58.9053684Z adding 'torch/export/experimental/__init__.py' 2024-11-01T16:38:58.9057768Z adding 'torch/export/passes/__init__.py' 2024-11-01T16:38:58.9070726Z adding 'torch/fft/__init__.py' 2024-11-01T16:38:58.9075613Z adding 'torch/func/__init__.py' 2024-11-01T16:38:58.9082587Z adding 'torch/futures/__init__.py' 2024-11-01T16:38:58.9087923Z adding 'torch/fx/__init__.py' 2024-11-01T16:38:58.9091112Z adding 'torch/fx/_compatibility.py' 2024-11-01T16:38:58.9095562Z adding 'torch/fx/_lazy_graph_module.py' 2024-11-01T16:38:58.9099378Z adding 'torch/fx/_pytree.py' 2024-11-01T16:38:58.9118128Z adding 'torch/fx/_symbolic_trace.py' 2024-11-01T16:38:58.9122571Z adding 'torch/fx/_utils.py' 2024-11-01T16:38:58.9125775Z adding 'torch/fx/annotate.py' 2024-11-01T16:38:58.9128768Z adding 'torch/fx/config.py' 2024-11-01T16:38:58.9156571Z adding 'torch/fx/graph.py' 2024-11-01T16:38:58.9173293Z adding 'torch/fx/graph_module.py' 2024-11-01T16:38:58.9177755Z adding 'torch/fx/immutable_collections.py' 2024-11-01T16:38:58.9185633Z adding 'torch/fx/interpreter.py' 2024-11-01T16:38:58.9199904Z adding 'torch/fx/node.py' 2024-11-01T16:38:58.9209537Z adding 'torch/fx/operator_schemas.py' 2024-11-01T16:38:58.9220508Z adding 'torch/fx/proxy.py' 2024-11-01T16:38:58.9228306Z adding 'torch/fx/subgraph_rewriter.py' 2024-11-01T16:38:58.9232309Z adding 'torch/fx/tensor_type.py' 2024-11-01T16:38:58.9236358Z adding 'torch/fx/traceback.py' 2024-11-01T16:38:58.9240154Z adding 'torch/fx/experimental/__init__.py' 2024-11-01T16:38:58.9243389Z adding 'torch/fx/experimental/_backward_state.py' 2024-11-01T16:38:58.9247684Z adding 'torch/fx/experimental/_config.py' 2024-11-01T16:38:58.9263569Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-11-01T16:38:58.9270979Z adding 'torch/fx/experimental/const_fold.py' 2024-11-01T16:38:58.9274405Z adding 'torch/fx/experimental/debug.py' 2024-11-01T16:38:58.9285927Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-11-01T16:38:58.9291419Z adding 'torch/fx/experimental/merge_matmul.py' 2024-11-01T16:38:58.9297182Z adding 'torch/fx/experimental/meta_tracer.py' 2024-11-01T16:38:58.9301889Z adding 'torch/fx/experimental/normalize.py' 2024-11-01T16:38:58.9309784Z adding 'torch/fx/experimental/optimization.py' 2024-11-01T16:38:58.9316221Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-11-01T16:38:58.9349655Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-11-01T16:38:58.9359997Z adding 'torch/fx/experimental/recording.py' 2024-11-01T16:38:58.9363619Z adding 'torch/fx/experimental/refinement_types.py' 2024-11-01T16:38:58.9367950Z adding 'torch/fx/experimental/rewriter.py' 2024-11-01T16:38:58.9372443Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-11-01T16:38:58.9401009Z adding 'torch/fx/experimental/sym_node.py' 2024-11-01T16:38:58.9501490Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-11-01T16:38:58.9511341Z adding 'torch/fx/experimental/unify_refinements.py' 2024-11-01T16:38:58.9523396Z adding 'torch/fx/experimental/validator.py' 2024-11-01T16:38:58.9528064Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-11-01T16:38:58.9533982Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-11-01T16:38:58.9549133Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-11-01T16:38:58.9564014Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-11-01T16:38:58.9567919Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-11-01T16:38:58.9575223Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-11-01T16:38:58.9578883Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-11-01T16:38:58.9582174Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-11-01T16:38:58.9585831Z adding 'torch/fx/experimental/unification/__init__.py' 2024-11-01T16:38:58.9589335Z adding 'torch/fx/experimental/unification/core.py' 2024-11-01T16:38:58.9592267Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-11-01T16:38:58.9595970Z adding 'torch/fx/experimental/unification/match.py' 2024-11-01T16:38:58.9599582Z adding 'torch/fx/experimental/unification/more.py' 2024-11-01T16:38:58.9605204Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-11-01T16:38:58.9609212Z adding 'torch/fx/experimental/unification/utils.py' 2024-11-01T16:38:58.9612768Z adding 'torch/fx/experimental/unification/variable.py' 2024-11-01T16:38:58.9616673Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-11-01T16:38:58.9621405Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-11-01T16:38:58.9625169Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-11-01T16:38:58.9631738Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-11-01T16:38:58.9636016Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-11-01T16:38:58.9639926Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-11-01T16:38:58.9643856Z adding 'torch/fx/passes/__init__.py' 2024-11-01T16:38:58.9650177Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2024-11-01T16:38:58.9653450Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-11-01T16:38:58.9657177Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-11-01T16:38:58.9664319Z adding 'torch/fx/passes/graph_drawer.py' 2024-11-01T16:38:58.9668808Z adding 'torch/fx/passes/graph_manipulation.py' 2024-11-01T16:38:58.9672987Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-11-01T16:38:58.9684620Z adding 'torch/fx/passes/net_min_base.py' 2024-11-01T16:38:58.9690291Z adding 'torch/fx/passes/operator_support.py' 2024-11-01T16:38:58.9693992Z adding 'torch/fx/passes/param_fetch.py' 2024-11-01T16:38:58.9698843Z adding 'torch/fx/passes/pass_manager.py' 2024-11-01T16:38:58.9712967Z adding 'torch/fx/passes/reinplace.py' 2024-11-01T16:38:58.9723833Z adding 'torch/fx/passes/runtime_assert.py' 2024-11-01T16:38:58.9729326Z adding 'torch/fx/passes/shape_prop.py' 2024-11-01T16:38:58.9739292Z adding 'torch/fx/passes/split_module.py' 2024-11-01T16:38:58.9745888Z adding 'torch/fx/passes/split_utils.py' 2024-11-01T16:38:58.9758489Z adding 'torch/fx/passes/splitter_base.py' 2024-11-01T16:38:58.9765287Z adding 'torch/fx/passes/tools_common.py' 2024-11-01T16:38:58.9769300Z adding 'torch/fx/passes/backends/__init__.py' 2024-11-01T16:38:58.9772782Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-11-01T16:38:58.9776593Z adding 'torch/fx/passes/dialect/__init__.py' 2024-11-01T16:38:58.9780300Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-11-01T16:38:58.9784487Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-11-01T16:38:58.9788811Z adding 'torch/fx/passes/infra/__init__.py' 2024-11-01T16:38:58.9795144Z adding 'torch/fx/passes/infra/partitioner.py' 2024-11-01T16:38:58.9798941Z adding 'torch/fx/passes/infra/pass_base.py' 2024-11-01T16:38:58.9804713Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-11-01T16:38:58.9808667Z adding 'torch/fx/passes/tests/__init__.py' 2024-11-01T16:38:58.9812028Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-11-01T16:38:58.9815631Z adding 'torch/fx/passes/utils/__init__.py' 2024-11-01T16:38:58.9819410Z adding 'torch/fx/passes/utils/common.py' 2024-11-01T16:38:58.9825149Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-11-01T16:38:58.9832813Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-11-01T16:38:58.9837399Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-11-01T16:38:58.9841843Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-11-01T16:38:58.9856351Z adding 'torch/include/cpuinfo.h' 2024-11-01T16:38:58.9860521Z adding 'torch/include/dnnl.h' 2024-11-01T16:38:58.9863706Z adding 'torch/include/dnnl_config.h' 2024-11-01T16:38:58.9866795Z adding 'torch/include/dnnl_debug.h' 2024-11-01T16:38:58.9869981Z adding 'torch/include/dnnl_ocl.h' 2024-11-01T16:38:58.9873245Z adding 'torch/include/dnnl_sycl.h' 2024-11-01T16:38:58.9876193Z adding 'torch/include/dnnl_sycl_types.h' 2024-11-01T16:38:58.9879318Z adding 'torch/include/dnnl_threadpool.h' 2024-11-01T16:38:58.9882337Z adding 'torch/include/dnnl_types.h' 2024-11-01T16:38:58.9885510Z adding 'torch/include/dnnl_version.h' 2024-11-01T16:38:58.9888512Z adding 'torch/include/experiments-config.h' 2024-11-01T16:38:58.9893178Z adding 'torch/include/fp16.h' 2024-11-01T16:38:58.9896869Z adding 'torch/include/fxdiv.h' 2024-11-01T16:38:58.9901850Z adding 'torch/include/libshm.h' 2024-11-01T16:38:58.9911360Z adding 'torch/include/psimd.h' 2024-11-01T16:38:58.9926349Z adding 'torch/include/pthreadpool.h' 2024-11-01T16:38:58.9965304Z adding 'torch/include/sleef.h' 2024-11-01T16:38:59.0009964Z adding 'torch/include/xnnpack.h' 2024-11-01T16:38:59.0021907Z adding 'torch/include/ATen/ATen.h' 2024-11-01T16:38:59.0026050Z adding 'torch/include/ATen/AccumulateType.h' 2024-11-01T16:38:59.0028996Z adding 'torch/include/ATen/ArrayRef.h' 2024-11-01T16:38:59.0031725Z adding 'torch/include/ATen/Backend.h' 2024-11-01T16:38:59.0034425Z adding 'torch/include/ATen/Backtrace.h' 2024-11-01T16:38:59.0037382Z adding 'torch/include/ATen/BlasBackend.h' 2024-11-01T16:38:59.0042590Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-11-01T16:38:59.0046178Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-11-01T16:38:59.0049769Z adding 'torch/include/ATen/CPUFunctions.h' 2024-11-01T16:38:59.0055955Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-11-01T16:38:59.0059947Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-11-01T16:38:59.0063452Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-11-01T16:38:59.0070277Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-11-01T16:38:59.0074401Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-11-01T16:38:59.0078049Z adding 'torch/include/ATen/CollapseDims.h' 2024-11-01T16:38:59.0081592Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-11-01T16:38:59.0088788Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-11-01T16:38:59.0093337Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-11-01T16:38:59.0098691Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-11-01T16:38:59.0102822Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-11-01T16:38:59.0109652Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-11-01T16:38:59.0114093Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-11-01T16:38:59.0117861Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-11-01T16:38:59.0120283Z adding 'torch/include/ATen/Config.h' 2024-11-01T16:38:59.0127989Z adding 'torch/include/ATen/Context.h' 2024-11-01T16:38:59.0131750Z adding 'torch/include/ATen/DLConvertor.h' 2024-11-01T16:38:59.0134892Z adding 'torch/include/ATen/Device.h' 2024-11-01T16:38:59.0137748Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-11-01T16:38:59.0141050Z adding 'torch/include/ATen/DeviceGuard.h' 2024-11-01T16:38:59.0143820Z adding 'torch/include/ATen/DimVector.h' 2024-11-01T16:38:59.0146628Z adding 'torch/include/ATen/Dimname.h' 2024-11-01T16:38:59.0155459Z adding 'torch/include/ATen/Dispatch.h' 2024-11-01T16:38:59.0164564Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-11-01T16:38:59.0169146Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-11-01T16:38:59.0172602Z adding 'torch/include/ATen/EmptyTensor.h' 2024-11-01T16:38:59.0175939Z adding 'torch/include/ATen/ExpandBase.h' 2024-11-01T16:38:59.0181946Z adding 'torch/include/ATen/ExpandUtils.h' 2024-11-01T16:38:59.0185274Z adding 'torch/include/ATen/Formatting.h' 2024-11-01T16:38:59.0188648Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-11-01T16:38:59.0193706Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-11-01T16:38:59.0201358Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-11-01T16:38:59.0213077Z adding 'torch/include/ATen/Functions.h' 2024-11-01T16:38:59.0217255Z adding 'torch/include/ATen/Generator.h' 2024-11-01T16:38:59.0221033Z adding 'torch/include/ATen/InferSize.h' 2024-11-01T16:38:59.0224186Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-11-01T16:38:59.0227000Z adding 'torch/include/ATen/Layout.h' 2024-11-01T16:38:59.0230132Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-11-01T16:38:59.0234693Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-11-01T16:38:59.0238063Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-11-01T16:38:59.0243368Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-11-01T16:38:59.0246987Z adding 'torch/include/ATen/LinalgBackend.h' 2024-11-01T16:38:59.0250797Z adding 'torch/include/ATen/MapAllocator.h' 2024-11-01T16:38:59.0254550Z adding 'torch/include/ATen/MatrixRef.h' 2024-11-01T16:38:59.0257788Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-11-01T16:38:59.0261378Z adding 'torch/include/ATen/MetaFunctions.h' 2024-11-01T16:38:59.0266790Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-11-01T16:38:59.0271936Z adding 'torch/include/ATen/MethodOperators.h' 2024-11-01T16:38:59.0275405Z adding 'torch/include/ATen/NamedTensor.h' 2024-11-01T16:38:59.0279871Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-11-01T16:38:59.0291215Z adding 'torch/include/ATen/NativeFunctions.h' 2024-11-01T16:38:59.0303045Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-11-01T16:38:59.0310027Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-11-01T16:38:59.0313978Z adding 'torch/include/ATen/NumericUtils.h' 2024-11-01T16:38:59.0317726Z adding 'torch/include/ATen/OpMathType.h' 2024-11-01T16:38:59.0322268Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-11-01T16:38:59.0333442Z adding 'torch/include/ATen/Operators.h' 2024-11-01T16:38:59.0337478Z adding 'torch/include/ATen/PTThreadPool.h' 2024-11-01T16:38:59.0340670Z adding 'torch/include/ATen/PadNd.h' 2024-11-01T16:38:59.0344089Z adding 'torch/include/ATen/Parallel-inl.h' 2024-11-01T16:38:59.0348180Z adding 'torch/include/ATen/Parallel.h' 2024-11-01T16:38:59.0351444Z adding 'torch/include/ATen/ParallelFuture.h' 2024-11-01T16:38:59.0354338Z adding 'torch/include/ATen/ParallelNative.h' 2024-11-01T16:38:59.0357731Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-11-01T16:38:59.0360952Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-11-01T16:38:59.0623980Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-11-01T16:38:59.0814544Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-11-01T16:38:59.0836700Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-11-01T16:38:59.0839727Z adding 'torch/include/ATen/Scalar.h' 2024-11-01T16:38:59.0843122Z adding 'torch/include/ATen/ScalarOps.h' 2024-11-01T16:38:59.0846187Z adding 'torch/include/ATen/ScalarType.h' 2024-11-01T16:38:59.0849538Z adding 'torch/include/ATen/SequenceNumber.h' 2024-11-01T16:38:59.0852018Z adding 'torch/include/ATen/SmallVector.h' 2024-11-01T16:38:59.0856643Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-11-01T16:38:59.0862939Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-11-01T16:38:59.0869866Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-11-01T16:38:59.0873064Z adding 'torch/include/ATen/Storage.h' 2024-11-01T16:38:59.0876389Z adding 'torch/include/ATen/StorageUtils.h' 2024-11-01T16:38:59.0879273Z adding 'torch/include/ATen/Tensor.h' 2024-11-01T16:38:59.0882095Z adding 'torch/include/ATen/TensorAccessor.h' 2024-11-01T16:38:59.0885743Z adding 'torch/include/ATen/TensorGeometry.h' 2024-11-01T16:38:59.0895340Z adding 'torch/include/ATen/TensorIndexing.h' 2024-11-01T16:38:59.0910671Z adding 'torch/include/ATen/TensorIterator.h' 2024-11-01T16:38:59.0915238Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-11-01T16:38:59.0919249Z adding 'torch/include/ATen/TensorMeta.h' 2024-11-01T16:38:59.0922997Z adding 'torch/include/ATen/TensorNames.h' 2024-11-01T16:38:59.0926576Z adding 'torch/include/ATen/TensorOperators.h' 2024-11-01T16:38:59.0929426Z adding 'torch/include/ATen/TensorOptions.h' 2024-11-01T16:38:59.0933103Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-11-01T16:38:59.0937139Z adding 'torch/include/ATen/TensorUtils.h' 2024-11-01T16:38:59.0940535Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-11-01T16:38:59.0944422Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-11-01T16:38:59.0948781Z adding 'torch/include/ATen/TracerMode.h' 2024-11-01T16:38:59.0952007Z adding 'torch/include/ATen/TypeDefault.h' 2024-11-01T16:38:59.0955593Z adding 'torch/include/ATen/Utils.h' 2024-11-01T16:38:59.0958588Z adding 'torch/include/ATen/Version.h' 2024-11-01T16:38:59.1129476Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-11-01T16:38:59.1172597Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-11-01T16:38:59.1175955Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-11-01T16:38:59.1186746Z adding 'torch/include/ATen/autocast_mode.h' 2024-11-01T16:38:59.1190726Z adding 'torch/include/ATen/ceil_div.h' 2024-11-01T16:38:59.1195351Z adding 'torch/include/ATen/code_template.h' 2024-11-01T16:38:59.1199264Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-11-01T16:38:59.1202251Z adding 'torch/include/ATen/div_rtn.h' 2024-11-01T16:38:59.1207273Z adding 'torch/include/ATen/dlpack.h' 2024-11-01T16:38:59.1210603Z adding 'torch/include/ATen/jit_macros.h' 2024-11-01T16:38:59.1213926Z adding 'torch/include/ATen/jiterator_macros.h' 2024-11-01T16:38:59.1223023Z adding 'torch/include/ATen/record_function.h' 2024-11-01T16:38:59.1228563Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-11-01T16:38:59.1231472Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-11-01T16:38:59.1234544Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-11-01T16:38:59.1238458Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-11-01T16:38:59.1241719Z adding 'torch/include/ATen/core/Array.h' 2024-11-01T16:38:59.1244539Z adding 'torch/include/ATen/core/Backtrace.h' 2024-11-01T16:38:59.1251779Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-11-01T16:38:59.1255372Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-11-01T16:38:59.1259208Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-11-01T16:38:59.1262599Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-11-01T16:38:59.1268889Z adding 'torch/include/ATen/core/Dict.h' 2024-11-01T16:38:59.1273549Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-11-01T16:38:59.1276688Z adding 'torch/include/ATen/core/DimVector.h' 2024-11-01T16:38:59.1279871Z adding 'torch/include/ATen/core/Dimname.h' 2024-11-01T16:38:59.1284914Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-11-01T16:38:59.1288241Z adding 'torch/include/ATen/core/Formatting.h' 2024-11-01T16:38:59.1292840Z adding 'torch/include/ATen/core/Generator.h' 2024-11-01T16:38:59.1296330Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-11-01T16:38:59.1304849Z adding 'torch/include/ATen/core/IListRef.h' 2024-11-01T16:38:59.1309096Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-11-01T16:38:59.1313385Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-11-01T16:38:59.1319964Z adding 'torch/include/ATen/core/List.h' 2024-11-01T16:38:59.1325445Z adding 'torch/include/ATen/core/List_inl.h' 2024-11-01T16:38:59.1330332Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-11-01T16:38:59.1334736Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-11-01T16:38:59.1339280Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-11-01T16:38:59.1344274Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-11-01T16:38:59.1347580Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-11-01T16:38:59.1350804Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-11-01T16:38:59.1354095Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-11-01T16:38:59.1357090Z adding 'torch/include/ATen/core/Range.h' 2024-11-01T16:38:59.1360049Z adding 'torch/include/ATen/core/Reduction.h' 2024-11-01T16:38:59.1362750Z adding 'torch/include/ATen/core/Scalar.h' 2024-11-01T16:38:59.1365440Z adding 'torch/include/ATen/core/ScalarType.h' 2024-11-01T16:38:59.1368789Z adding 'torch/include/ATen/core/Tensor.h' 2024-11-01T16:38:59.1373455Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-11-01T16:38:59.1388435Z adding 'torch/include/ATen/core/TensorBase.h' 2024-11-01T16:38:59.1448498Z adding 'torch/include/ATen/core/TensorBody.h' 2024-11-01T16:38:59.1458268Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-11-01T16:38:59.1462684Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-11-01T16:38:59.1465924Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-11-01T16:38:59.1470033Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-11-01T16:38:59.1472856Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-11-01T16:38:59.1476346Z adding 'torch/include/ATen/core/Variadic.h' 2024-11-01T16:38:59.1480924Z adding 'torch/include/ATen/core/Vitals.h' 2024-11-01T16:38:59.1484053Z adding 'torch/include/ATen/core/alias_info.h' 2024-11-01T16:38:59.1499403Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-11-01T16:38:59.1504950Z adding 'torch/include/ATen/core/blob.h' 2024-11-01T16:38:59.1508537Z adding 'torch/include/ATen/core/builtin_function.h' 2024-11-01T16:38:59.1514796Z adding 'torch/include/ATen/core/class_type.h' 2024-11-01T16:38:59.1518307Z adding 'torch/include/ATen/core/custom_class.h' 2024-11-01T16:38:59.1523657Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-11-01T16:38:59.1527475Z adding 'torch/include/ATen/core/enum_tag.h' 2024-11-01T16:38:59.1530703Z adding 'torch/include/ATen/core/enum_type.h' 2024-11-01T16:38:59.1534517Z adding 'torch/include/ATen/core/function.h' 2024-11-01T16:38:59.1544518Z adding 'torch/include/ATen/core/function_schema.h' 2024-11-01T16:38:59.1548662Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-11-01T16:38:59.1551909Z adding 'torch/include/ATen/core/functional.h' 2024-11-01T16:38:59.1554799Z adding 'torch/include/ATen/core/grad_mode.h' 2024-11-01T16:38:59.1560365Z adding 'torch/include/ATen/core/interned_strings.h' 2024-11-01T16:38:59.1563858Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-11-01T16:38:59.1582901Z adding 'torch/include/ATen/core/ivalue.h' 2024-11-01T16:38:59.1613043Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-11-01T16:38:59.1618171Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-11-01T16:38:59.1640630Z adding 'torch/include/ATen/core/jit_type.h' 2024-11-01T16:38:59.1650690Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-11-01T16:38:59.1655070Z adding 'torch/include/ATen/core/operator_name.h' 2024-11-01T16:38:59.1659170Z adding 'torch/include/ATen/core/qualified_name.h' 2024-11-01T16:38:59.1662583Z adding 'torch/include/ATen/core/rref_interface.h' 2024-11-01T16:38:59.1667002Z adding 'torch/include/ATen/core/stack.h' 2024-11-01T16:38:59.1671496Z adding 'torch/include/ATen/core/symbol.h' 2024-11-01T16:38:59.1675172Z adding 'torch/include/ATen/core/type_factory.h' 2024-11-01T16:38:59.1678441Z adding 'torch/include/ATen/core/type_ptr.h' 2024-11-01T16:38:59.1681330Z adding 'torch/include/ATen/core/typeid.h' 2024-11-01T16:38:59.1687102Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-11-01T16:38:59.1690842Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-11-01T16:38:59.1695542Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-11-01T16:38:59.1700956Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-11-01T16:38:59.1704467Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-11-01T16:38:59.1708752Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-11-01T16:38:59.1712247Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-11-01T16:38:59.1717885Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-11-01T16:38:59.1727541Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-11-01T16:38:59.1732020Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-11-01T16:38:59.1736574Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-11-01T16:38:59.1742135Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-11-01T16:38:59.1754534Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-11-01T16:38:59.1758419Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-11-01T16:38:59.1764722Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-11-01T16:38:59.1768239Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-11-01T16:38:59.1771360Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-11-01T16:38:59.1776236Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-11-01T16:38:59.1780775Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-11-01T16:38:59.1785506Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-11-01T16:38:59.1793976Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-11-01T16:38:59.1798467Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-11-01T16:38:59.1801480Z adding 'torch/include/ATen/cpu/Utils.h' 2024-11-01T16:38:59.1805860Z adding 'torch/include/ATen/cpu/vml.h' 2024-11-01T16:38:59.1809835Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-11-01T16:38:59.1814510Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-11-01T16:38:59.1820913Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-11-01T16:38:59.1824858Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-11-01T16:38:59.1828091Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-11-01T16:38:59.1839585Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-11-01T16:38:59.1843811Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-11-01T16:38:59.1847025Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-11-01T16:38:59.1851916Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-11-01T16:38:59.1857267Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-11-01T16:38:59.1862013Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-11-01T16:38:59.1866247Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-11-01T16:38:59.1871968Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-11-01T16:38:59.1878280Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-11-01T16:38:59.1884879Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-11-01T16:38:59.1891410Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-11-01T16:38:59.1895629Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2024-11-01T16:38:59.1898985Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2024-11-01T16:38:59.1906930Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2024-11-01T16:38:59.1914045Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2024-11-01T16:38:59.1919751Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-11-01T16:38:59.1923084Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-11-01T16:38:59.1928126Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-11-01T16:38:59.1938501Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-11-01T16:38:59.1946181Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-11-01T16:38:59.1953787Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-11-01T16:38:59.1958845Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-11-01T16:38:59.1964278Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-11-01T16:38:59.1971893Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-11-01T16:38:59.1986060Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-11-01T16:38:59.1992018Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-11-01T16:38:59.2003369Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-11-01T16:38:59.2009031Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-11-01T16:38:59.2013618Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-11-01T16:38:59.2020931Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-11-01T16:38:59.2028782Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-11-01T16:38:59.2034869Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-11-01T16:38:59.2040923Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-11-01T16:38:59.2046474Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-11-01T16:38:59.2051704Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-11-01T16:38:59.2056820Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-11-01T16:38:59.2062043Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-11-01T16:38:59.2068163Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-11-01T16:38:59.2074546Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-11-01T16:38:59.2081744Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-11-01T16:38:59.2106316Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-11-01T16:38:59.2114510Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-11-01T16:38:59.2130161Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-11-01T16:38:59.2139130Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-11-01T16:38:59.2149092Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-11-01T16:38:59.2154383Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-11-01T16:38:59.2160037Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-11-01T16:38:59.2168236Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-11-01T16:38:59.2181794Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-11-01T16:38:59.2188253Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-11-01T16:38:59.2199578Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-11-01T16:38:59.2205386Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-11-01T16:38:59.2208722Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-11-01T16:38:59.2212258Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-11-01T16:38:59.2220936Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-11-01T16:38:59.2229145Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-11-01T16:38:59.2234581Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-11-01T16:38:59.2238196Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2024-11-01T16:38:59.2241117Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-11-01T16:38:59.2244767Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-11-01T16:38:59.2248189Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-11-01T16:38:59.2251431Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-11-01T16:38:59.2256026Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-11-01T16:38:59.2260936Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-11-01T16:38:59.2264899Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-11-01T16:38:59.2268515Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-11-01T16:38:59.2272005Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-11-01T16:38:59.2276450Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-11-01T16:38:59.2281266Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-11-01T16:38:59.2284552Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-11-01T16:38:59.2287457Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-11-01T16:38:59.2290959Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-11-01T16:38:59.2294658Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-11-01T16:38:59.2297523Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-11-01T16:38:59.2302378Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-11-01T16:38:59.2306458Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-11-01T16:38:59.2309572Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-11-01T16:38:59.2312540Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-11-01T16:38:59.2315299Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-11-01T16:38:59.2318291Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-11-01T16:38:59.2321576Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-11-01T16:38:59.2324688Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-11-01T16:38:59.2328191Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-11-01T16:38:59.2333796Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-11-01T16:38:59.2337430Z adding 'torch/include/ATen/cuda/cub.h' 2024-11-01T16:38:59.2340996Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-11-01T16:38:59.2344052Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-11-01T16:38:59.2348422Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-11-01T16:38:59.2351954Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-11-01T16:38:59.2356491Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-11-01T16:38:59.2361497Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-11-01T16:38:59.2364903Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-11-01T16:38:59.2369068Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-11-01T16:38:59.2372492Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-11-01T16:38:59.2375605Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-11-01T16:38:59.2379717Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-11-01T16:38:59.2383154Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-11-01T16:38:59.2386875Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-11-01T16:38:59.2390402Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-11-01T16:38:59.2396396Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-11-01T16:38:59.2403705Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-11-01T16:38:59.2408140Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-11-01T16:38:59.2412121Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-11-01T16:38:59.2417298Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-11-01T16:38:59.2422205Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-11-01T16:38:59.2427895Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-11-01T16:38:59.2435578Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-11-01T16:38:59.2439097Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-11-01T16:38:59.2441937Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-11-01T16:38:59.2445006Z adding 'torch/include/ATen/cudnn/Types.h' 2024-11-01T16:38:59.2448035Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-11-01T16:38:59.2451026Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-11-01T16:38:59.2455440Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-11-01T16:38:59.2459855Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-11-01T16:38:59.2463516Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-11-01T16:38:59.2467022Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-11-01T16:38:59.2470404Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2024-11-01T16:38:59.2473770Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-11-01T16:38:59.2476987Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-11-01T16:38:59.2480509Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-11-01T16:38:59.2484158Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-11-01T16:38:59.2487676Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-11-01T16:38:59.2490936Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-11-01T16:38:59.2495092Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-11-01T16:38:59.2501789Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-11-01T16:38:59.2506000Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-11-01T16:38:59.2510638Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-11-01T16:38:59.2514748Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-11-01T16:38:59.2519080Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-11-01T16:38:59.2522457Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-11-01T16:38:59.2527179Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-11-01T16:38:59.2532649Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-11-01T16:38:59.2535655Z adding 'torch/include/ATen/functorch/Macros.h' 2024-11-01T16:38:59.2539394Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-11-01T16:38:59.2543513Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-11-01T16:38:59.2546814Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-11-01T16:38:59.2551668Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:38:59.2554956Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:38:59.2561001Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-11-01T16:38:59.2565245Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-11-01T16:38:59.2570023Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-11-01T16:38:59.2573386Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-11-01T16:38:59.2576341Z adding 'torch/include/ATen/miopen/Handle.h' 2024-11-01T16:38:59.2579134Z adding 'torch/include/ATen/miopen/Types.h' 2024-11-01T16:38:59.2582172Z adding 'torch/include/ATen/miopen/Utils.h' 2024-11-01T16:38:59.2584959Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-11-01T16:38:59.2589027Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-11-01T16:38:59.2595161Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-11-01T16:38:59.2604185Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-11-01T16:38:59.2608261Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-11-01T16:38:59.2611632Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-11-01T16:38:59.2615488Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-11-01T16:38:59.2618941Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-11-01T16:38:59.2623180Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-11-01T16:38:59.2626687Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-11-01T16:38:59.2633980Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-11-01T16:38:59.2638308Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-11-01T16:38:59.2644762Z adding 'torch/include/ATen/native/Activation.h' 2024-11-01T16:38:59.2648306Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-11-01T16:38:59.2651399Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-11-01T16:38:59.2655816Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-11-01T16:38:59.2659910Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-11-01T16:38:59.2664784Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-11-01T16:38:59.2668988Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-11-01T16:38:59.2672626Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-11-01T16:38:59.2675704Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-11-01T16:38:59.2679444Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-11-01T16:38:59.2682758Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-11-01T16:38:59.2686980Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-11-01T16:38:59.2693568Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-11-01T16:38:59.2697176Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-11-01T16:38:59.2700171Z adding 'torch/include/ATen/native/Copy.h' 2024-11-01T16:38:59.2703004Z adding 'torch/include/ATen/native/Cross.h' 2024-11-01T16:38:59.2707323Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-11-01T16:38:59.2713244Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-11-01T16:38:59.2716692Z adding 'torch/include/ATen/native/Distance.h' 2024-11-01T16:38:59.2723319Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-11-01T16:38:59.2732437Z adding 'torch/include/ATen/native/Distributions.h' 2024-11-01T16:38:59.2736913Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-11-01T16:38:59.2740136Z adding 'torch/include/ATen/native/Fill.h' 2024-11-01T16:38:59.2746507Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-11-01T16:38:59.2750367Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-11-01T16:38:59.2753424Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-11-01T16:38:59.2756295Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-11-01T16:38:59.2759359Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-11-01T16:38:59.2762446Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-11-01T16:38:59.2767308Z adding 'torch/include/ATen/native/GridSampler.h' 2024-11-01T16:38:59.2771221Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-11-01T16:38:59.2774560Z adding 'torch/include/ATen/native/Histogram.h' 2024-11-01T16:38:59.2777671Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-11-01T16:38:59.2787555Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-11-01T16:38:59.2789031Z adding 'torch/include/ATen/native/Lerp.h' 2024-11-01T16:38:59.2793500Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-11-01T16:38:59.2803674Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-11-01T16:38:59.2807815Z adding 'torch/include/ATen/native/LossMulti.h' 2024-11-01T16:38:59.2854439Z adding 'torch/include/ATen/native/Math.h' 2024-11-01T16:38:59.2861439Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-11-01T16:38:59.2866645Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-11-01T16:38:59.2870226Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-11-01T16:38:59.2873581Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-11-01T16:38:59.2877513Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-11-01T16:38:59.2880280Z adding 'torch/include/ATen/native/Normalization.h' 2024-11-01T16:38:59.2883691Z adding 'torch/include/ATen/native/Padding.h' 2024-11-01T16:38:59.2887034Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-11-01T16:38:59.2890277Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-11-01T16:38:59.2895867Z adding 'torch/include/ATen/native/Pool.h' 2024-11-01T16:38:59.2900142Z adding 'torch/include/ATen/native/Pow.h' 2024-11-01T16:38:59.2903508Z adding 'torch/include/ATen/native/RNN.h' 2024-11-01T16:38:59.2906795Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-11-01T16:38:59.2909743Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-11-01T16:38:59.2929811Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-11-01T16:38:59.2930446Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-11-01T16:38:59.2931006Z adding 'torch/include/ATen/native/ReductionType.h' 2024-11-01T16:38:59.2931523Z adding 'torch/include/ATen/native/Repeat.h' 2024-11-01T16:38:59.2934055Z adding 'torch/include/ATen/native/Resize.h' 2024-11-01T16:38:59.2938035Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-11-01T16:38:59.2942112Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-11-01T16:38:59.2945293Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-11-01T16:38:59.2951145Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-11-01T16:38:59.2955229Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-11-01T16:38:59.2958352Z adding 'torch/include/ATen/native/Sorting.h' 2024-11-01T16:38:59.2961718Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-11-01T16:38:59.2966982Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-11-01T16:38:59.2970510Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-11-01T16:38:59.2974639Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-11-01T16:38:59.2978145Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-11-01T16:38:59.2982314Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-11-01T16:38:59.2985574Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-11-01T16:38:59.2988704Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-11-01T16:38:59.2991955Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-11-01T16:38:59.2996169Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-11-01T16:38:59.2999139Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-11-01T16:38:59.3002530Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-11-01T16:38:59.3005383Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-11-01T16:38:59.3009304Z adding 'torch/include/ATen/native/TensorShape.h' 2024-11-01T16:38:59.3012823Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-11-01T16:38:59.3016252Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-11-01T16:38:59.3019479Z adding 'torch/include/ATen/native/TransposeType.h' 2024-11-01T16:38:59.3023023Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-11-01T16:38:59.3026071Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-11-01T16:38:59.3029661Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-11-01T16:38:59.3032872Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-11-01T16:38:59.3035900Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-11-01T16:38:59.3039615Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-11-01T16:38:59.3046782Z adding 'torch/include/ATen/native/UpSample.h' 2024-11-01T16:38:59.3050530Z adding 'torch/include/ATen/native/batch_norm.h' 2024-11-01T16:38:59.3053639Z adding 'torch/include/ATen/native/group_norm.h' 2024-11-01T16:38:59.3057353Z adding 'torch/include/ATen/native/im2col.h' 2024-11-01T16:38:59.3061939Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-11-01T16:38:59.3065822Z adding 'torch/include/ATen/native/layer_norm.h' 2024-11-01T16:38:59.3069165Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-11-01T16:38:59.3072590Z adding 'torch/include/ATen/native/vol2col.h' 2024-11-01T16:38:59.3077190Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-11-01T16:38:59.3080185Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-11-01T16:38:59.3083190Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-11-01T16:38:59.3086065Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-11-01T16:38:59.3089475Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-11-01T16:38:59.3095122Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-11-01T16:38:59.3098648Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-11-01T16:38:59.3102462Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-11-01T16:38:59.3105687Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-11-01T16:38:59.3109028Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-11-01T16:38:59.3112549Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-11-01T16:38:59.3118520Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-11-01T16:38:59.3121984Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-11-01T16:38:59.3124958Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-11-01T16:38:59.3130728Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-11-01T16:38:59.3135473Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-11-01T16:38:59.3139033Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2024-11-01T16:38:59.3142006Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-11-01T16:38:59.3146680Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-11-01T16:38:59.3149618Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-11-01T16:38:59.3152644Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-11-01T16:38:59.3155616Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-11-01T16:38:59.3171216Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-11-01T16:38:59.3175568Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-11-01T16:38:59.3182085Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-11-01T16:38:59.3185608Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-11-01T16:38:59.3188828Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-11-01T16:38:59.3193170Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-11-01T16:38:59.3197813Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-11-01T16:38:59.3201839Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-11-01T16:38:59.3206926Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-11-01T16:38:59.3210176Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-11-01T16:38:59.3215553Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-11-01T16:38:59.3221109Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-11-01T16:38:59.3224694Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-11-01T16:38:59.3227532Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-11-01T16:38:59.3235412Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-11-01T16:38:59.3239198Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-11-01T16:38:59.3242269Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-11-01T16:38:59.3250974Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-11-01T16:38:59.3254636Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-11-01T16:38:59.3257812Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-11-01T16:38:59.3263252Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-11-01T16:38:59.3266887Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-11-01T16:38:59.3271855Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-11-01T16:38:59.3275503Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-11-01T16:38:59.3278461Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-11-01T16:38:59.3283205Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-11-01T16:38:59.3287913Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-11-01T16:38:59.3291617Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-11-01T16:38:59.3296495Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-11-01T16:38:59.3331439Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-11-01T16:38:59.3340037Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-11-01T16:38:59.3343781Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-11-01T16:38:59.3349460Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-11-01T16:38:59.3368269Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-11-01T16:38:59.3376637Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-11-01T16:38:59.3380285Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-11-01T16:38:59.3384062Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-11-01T16:38:59.3400963Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-11-01T16:38:59.3405367Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-11-01T16:38:59.3408696Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-11-01T16:38:59.3428347Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-11-01T16:38:59.3428955Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-11-01T16:38:59.3429529Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-11-01T16:38:59.3430049Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-11-01T16:38:59.3430722Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-11-01T16:38:59.3436510Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-11-01T16:38:59.3440096Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-11-01T16:38:59.3444088Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-11-01T16:38:59.3450478Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-11-01T16:38:59.3458114Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-11-01T16:38:59.3461677Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-11-01T16:38:59.3464775Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-11-01T16:38:59.3467714Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-11-01T16:38:59.3472985Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-11-01T16:38:59.3476996Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-11-01T16:38:59.3480470Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-11-01T16:38:59.3483464Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-11-01T16:38:59.3487945Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-11-01T16:38:59.3491650Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-11-01T16:38:59.3494625Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-11-01T16:38:59.3499246Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-11-01T16:38:59.3503934Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-11-01T16:38:59.3512218Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-11-01T16:38:59.3515914Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-11-01T16:38:59.3520683Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-11-01T16:38:59.3524783Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2024-11-01T16:38:59.3529501Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2024-11-01T16:38:59.3537872Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2024-11-01T16:38:59.3541685Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2024-11-01T16:38:59.3545059Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2024-11-01T16:38:59.3548774Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2024-11-01T16:38:59.3552599Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-11-01T16:38:59.3555950Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-11-01T16:38:59.3559284Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-11-01T16:38:59.3563655Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-11-01T16:38:59.3571256Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-11-01T16:38:59.3574765Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-11-01T16:38:59.3578286Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-11-01T16:38:59.3582417Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-11-01T16:38:59.3585898Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-11-01T16:38:59.3589685Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-11-01T16:38:59.3592928Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-11-01T16:38:59.3599574Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-11-01T16:38:59.3604277Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-11-01T16:38:59.3607716Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-11-01T16:38:59.3611021Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-11-01T16:38:59.3613971Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-11-01T16:38:59.3617172Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-11-01T16:38:59.3620302Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-11-01T16:38:59.3623928Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-11-01T16:38:59.3628068Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-11-01T16:38:59.3631258Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-11-01T16:38:59.3637030Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-11-01T16:38:59.3644188Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-11-01T16:38:59.3649817Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-11-01T16:38:59.3654227Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-11-01T16:38:59.3657400Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-11-01T16:38:59.3662807Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-11-01T16:38:59.3668901Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-11-01T16:38:59.3674455Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-11-01T16:38:59.3677857Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-11-01T16:38:59.3681105Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2024-11-01T16:38:59.3684467Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-11-01T16:38:59.3687548Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-11-01T16:38:59.3690746Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2024-11-01T16:38:59.3695058Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-11-01T16:38:59.3701923Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-11-01T16:38:59.3706282Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-11-01T16:38:59.3709531Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-11-01T16:38:59.3713234Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-11-01T16:38:59.3896403Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-11-01T16:38:59.3899928Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-11-01T16:38:59.3903563Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.3906645Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:38:59.3909866Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:38:59.3912900Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:38:59.3916588Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:38:59.3920485Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.3923507Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:38:59.3926826Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:38:59.3929871Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-11-01T16:38:59.3933295Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-11-01T16:38:59.3936694Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-11-01T16:38:59.3940319Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-11-01T16:38:59.3946161Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.3949248Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:38:59.3952464Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:38:59.3955609Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:38:59.3958911Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:38:59.3962269Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.3965276Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:38:59.3968382Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:38:59.3971526Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-11-01T16:38:59.3974909Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-11-01T16:38:59.3977845Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-11-01T16:38:59.3981308Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.3984144Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-11-01T16:38:59.3987297Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-11-01T16:38:59.3990540Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-11-01T16:38:59.3993929Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.3996902Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-11-01T16:38:59.4000049Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-11-01T16:38:59.4003321Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-11-01T16:38:59.4006710Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-11-01T16:38:59.4010062Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-11-01T16:38:59.4013594Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.4016560Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-11-01T16:38:59.4019821Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-11-01T16:38:59.4022893Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-11-01T16:38:59.4026108Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-11-01T16:38:59.4029148Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-11-01T16:38:59.4032408Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-11-01T16:38:59.4035653Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-11-01T16:38:59.4039086Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4042043Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-11-01T16:38:59.4045124Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-11-01T16:38:59.4048118Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-11-01T16:38:59.4051453Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-11-01T16:38:59.4054885Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-11-01T16:38:59.4058486Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4062571Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-11-01T16:38:59.4067013Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-11-01T16:38:59.4070598Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-11-01T16:38:59.4074042Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-11-01T16:38:59.4077228Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-11-01T16:38:59.4080699Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4083692Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-11-01T16:38:59.4086801Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-11-01T16:38:59.4089878Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-11-01T16:38:59.4092927Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-11-01T16:38:59.4096260Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-11-01T16:38:59.4099426Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-11-01T16:38:59.4102703Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-11-01T16:38:59.4105732Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-11-01T16:38:59.4108732Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-11-01T16:38:59.4111856Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-11-01T16:38:59.4114948Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-11-01T16:38:59.4118156Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4120906Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-11-01T16:38:59.4124038Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-11-01T16:38:59.4127320Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-11-01T16:38:59.4130801Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4133653Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-11-01T16:38:59.4136849Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-11-01T16:38:59.4139912Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-11-01T16:38:59.4143242Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4146407Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-11-01T16:38:59.4149500Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-11-01T16:38:59.4152470Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-11-01T16:38:59.4165960Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4166968Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-11-01T16:38:59.4167740Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-11-01T16:38:59.4168364Z adding 'torch/include/ATen/ops/_backward.h' 2024-11-01T16:38:59.4169056Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4170718Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-11-01T16:38:59.4173842Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-11-01T16:38:59.4176988Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-11-01T16:38:59.4180367Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-11-01T16:38:59.4183854Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4186791Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-11-01T16:38:59.4190168Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-11-01T16:38:59.4193621Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4196487Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-11-01T16:38:59.4199695Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-11-01T16:38:59.4203004Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-11-01T16:38:59.4206482Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4209453Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-11-01T16:38:59.4212855Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-11-01T16:38:59.4216197Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-11-01T16:38:59.4219672Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4222788Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-11-01T16:38:59.4226373Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-11-01T16:38:59.4229354Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-11-01T16:38:59.4233022Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-11-01T16:38:59.4236104Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-11-01T16:38:59.4239615Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4242408Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-11-01T16:38:59.4245660Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-11-01T16:38:59.4249198Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-11-01T16:38:59.4252203Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4255150Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-11-01T16:38:59.4258176Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-11-01T16:38:59.4261523Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-11-01T16:38:59.4264823Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4267756Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-11-01T16:38:59.4270845Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-11-01T16:38:59.4274053Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-11-01T16:38:59.4277562Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4280345Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-11-01T16:38:59.4283589Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-11-01T16:38:59.4286644Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-11-01T16:38:59.4290088Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4292869Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-11-01T16:38:59.4296105Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-11-01T16:38:59.4299098Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-11-01T16:38:59.4302607Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4305641Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-11-01T16:38:59.4308644Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-11-01T16:38:59.4311786Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-11-01T16:38:59.4315094Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4318018Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-11-01T16:38:59.4321068Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-11-01T16:38:59.4324789Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-11-01T16:38:59.4328441Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4331111Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-11-01T16:38:59.4334334Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-11-01T16:38:59.4337516Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-11-01T16:38:59.4341144Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4344098Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-11-01T16:38:59.4347365Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-11-01T16:38:59.4350447Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-11-01T16:38:59.4353749Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-11-01T16:38:59.4357018Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-11-01T16:38:59.4360442Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4363565Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-11-01T16:38:59.4366647Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-11-01T16:38:59.4369800Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-11-01T16:38:59.4373544Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-11-01T16:38:59.4376355Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-11-01T16:38:59.4380135Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4382886Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-11-01T16:38:59.4386119Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-11-01T16:38:59.4389071Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-11-01T16:38:59.4392426Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-11-01T16:38:59.4395499Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-11-01T16:38:59.4398954Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4402105Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-11-01T16:38:59.4405066Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-11-01T16:38:59.4408246Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-11-01T16:38:59.4411640Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4414794Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-11-01T16:38:59.4417804Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-11-01T16:38:59.4432366Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-11-01T16:38:59.4432864Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-11-01T16:38:59.4433564Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4434302Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-11-01T16:38:59.4435586Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-11-01T16:38:59.4438892Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-11-01T16:38:59.4442295Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4445454Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-11-01T16:38:59.4448401Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-11-01T16:38:59.4451833Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-11-01T16:38:59.4456053Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-11-01T16:38:59.4458485Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-11-01T16:38:59.4461729Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-11-01T16:38:59.4464759Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-11-01T16:38:59.4468157Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-11-01T16:38:59.4471070Z adding 'torch/include/ATen/ops/_conj.h' 2024-11-01T16:38:59.4474400Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4477316Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-11-01T16:38:59.4480664Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4484039Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.4486780Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-11-01T16:38:59.4489942Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-11-01T16:38:59.4492975Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-11-01T16:38:59.4496577Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-11-01T16:38:59.4499778Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-11-01T16:38:59.4503198Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4506014Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-11-01T16:38:59.4509150Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-11-01T16:38:59.4513741Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-11-01T16:38:59.4516464Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-11-01T16:38:59.4519532Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-11-01T16:38:59.4522800Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-11-01T16:38:59.4526091Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-11-01T16:38:59.4529545Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.4532471Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-11-01T16:38:59.4535641Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-11-01T16:38:59.4538634Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-11-01T16:38:59.4541864Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-11-01T16:38:59.4544882Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-11-01T16:38:59.4548109Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-11-01T16:38:59.4551246Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-11-01T16:38:59.4554684Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.4557574Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-11-01T16:38:59.4560726Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-11-01T16:38:59.4563771Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-11-01T16:38:59.4566937Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-11-01T16:38:59.4570119Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-11-01T16:38:59.4573396Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-11-01T16:38:59.4576558Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-11-01T16:38:59.4579815Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-11-01T16:38:59.4582955Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-11-01T16:38:59.4585907Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-11-01T16:38:59.4589051Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-11-01T16:38:59.4592821Z adding 'torch/include/ATen/ops/_convolution.h' 2024-11-01T16:38:59.4596659Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4599854Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4603075Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-11-01T16:38:59.4606575Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4609516Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-11-01T16:38:59.4612788Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-11-01T16:38:59.4615967Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-11-01T16:38:59.4619459Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4622403Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-11-01T16:38:59.4625587Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-11-01T16:38:59.4628720Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-11-01T16:38:59.4632157Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-11-01T16:38:59.4635351Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-11-01T16:38:59.4638532Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-11-01T16:38:59.4641892Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4644690Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-11-01T16:38:59.4647881Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-11-01T16:38:59.4651129Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4653974Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-11-01T16:38:59.4657153Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-11-01T16:38:59.4660318Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-11-01T16:38:59.4663474Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-11-01T16:38:59.4666377Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-11-01T16:38:59.4669565Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-11-01T16:38:59.4672540Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-11-01T16:38:59.4675702Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-11-01T16:38:59.4678758Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-11-01T16:38:59.4681980Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-11-01T16:38:59.4685139Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-11-01T16:38:59.4688461Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-11-01T16:38:59.4691479Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-11-01T16:38:59.4694629Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-11-01T16:38:59.4697884Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-11-01T16:38:59.4701445Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-11-01T16:38:59.4704923Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4707931Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-11-01T16:38:59.4711026Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-11-01T16:38:59.4714068Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-11-01T16:38:59.4717435Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-11-01T16:38:59.4720856Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4723860Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-11-01T16:38:59.4727003Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-11-01T16:38:59.4730097Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-11-01T16:38:59.4733327Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-11-01T16:38:59.4737130Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-11-01T16:38:59.4740477Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-11-01T16:38:59.4744558Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4748139Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:38:59.4751544Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-11-01T16:38:59.4755131Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-11-01T16:38:59.4758522Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-11-01T16:38:59.4762125Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4765534Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-11-01T16:38:59.4768295Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-11-01T16:38:59.4771721Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-11-01T16:38:59.4775695Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-11-01T16:38:59.4780380Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-11-01T16:38:59.4784537Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4788073Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-11-01T16:38:59.4791151Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-11-01T16:38:59.4794882Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-11-01T16:38:59.4799058Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4801824Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-11-01T16:38:59.4805524Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-11-01T16:38:59.4809150Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4812365Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-11-01T16:38:59.4816122Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:38:59.4819096Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:38:59.4822312Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-11-01T16:38:59.4825837Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-11-01T16:38:59.4829338Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-11-01T16:38:59.4833407Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4835659Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-11-01T16:38:59.4838910Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-11-01T16:38:59.4841968Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-11-01T16:38:59.4845429Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4848286Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-11-01T16:38:59.4851544Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-11-01T16:38:59.4854607Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-11-01T16:38:59.4858093Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4861208Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-11-01T16:38:59.4864269Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-11-01T16:38:59.4867477Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-11-01T16:38:59.4870750Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4873733Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-11-01T16:38:59.4876881Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-11-01T16:38:59.4879989Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-11-01T16:38:59.4883201Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-11-01T16:38:59.4886473Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-11-01T16:38:59.4889666Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-11-01T16:38:59.4892991Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-11-01T16:38:59.4895894Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-11-01T16:38:59.4899068Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-11-01T16:38:59.4902371Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-11-01T16:38:59.4905330Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-11-01T16:38:59.4908678Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-11-01T16:38:59.4912288Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-11-01T16:38:59.4915272Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4918350Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-11-01T16:38:59.4921353Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-11-01T16:38:59.4950430Z adding 'torch/include/ATen/ops/_dimI.h' 2024-11-01T16:38:59.4950940Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-11-01T16:38:59.4951433Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-11-01T16:38:59.4951887Z adding 'torch/include/ATen/ops/_dimV.h' 2024-11-01T16:38:59.4952335Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-11-01T16:38:59.4952807Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-11-01T16:38:59.4953281Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-11-01T16:38:59.4953973Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.4954721Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-11-01T16:38:59.4956587Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-11-01T16:38:59.4960008Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-11-01T16:38:59.4967900Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.4969515Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-11-01T16:38:59.4973407Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-11-01T16:38:59.4975188Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-11-01T16:38:59.4978549Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-11-01T16:38:59.4982290Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-11-01T16:38:59.4985767Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:38:59.4988885Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-11-01T16:38:59.4992537Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-11-01T16:38:59.4996190Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-11-01T16:38:59.4999725Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-11-01T16:38:59.5002862Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-11-01T16:38:59.5006324Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-11-01T16:38:59.5009931Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-11-01T16:38:59.5013500Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5016631Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-11-01T16:38:59.5019891Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-11-01T16:38:59.5023066Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-11-01T16:38:59.5026133Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-11-01T16:38:59.5029384Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-11-01T16:38:59.5032620Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-11-01T16:38:59.5036035Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-11-01T16:38:59.5039611Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-11-01T16:38:59.5042755Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-11-01T16:38:59.5045785Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-11-01T16:38:59.5049078Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-11-01T16:38:59.5052465Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5055486Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-11-01T16:38:59.5058634Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-11-01T16:38:59.5062445Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-11-01T16:38:59.5066172Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5069245Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-11-01T16:38:59.5072441Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-11-01T16:38:59.5075631Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-11-01T16:38:59.5079071Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-11-01T16:38:59.5082450Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-11-01T16:38:59.5085947Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5088974Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-11-01T16:38:59.5092089Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-11-01T16:38:59.5095200Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-11-01T16:38:59.5098569Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-11-01T16:38:59.5101929Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-11-01T16:38:59.5105289Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-11-01T16:38:59.5108746Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-11-01T16:38:59.5112215Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5115204Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-11-01T16:38:59.5118342Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-11-01T16:38:59.5121373Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-11-01T16:38:59.5124661Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-11-01T16:38:59.5127924Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-11-01T16:38:59.5131492Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.5134401Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-11-01T16:38:59.5137631Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-11-01T16:38:59.5141449Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-11-01T16:38:59.5145061Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5148144Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-11-01T16:38:59.5151278Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-11-01T16:38:59.5154608Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-11-01T16:38:59.5158516Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-11-01T16:38:59.5162645Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5165753Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-11-01T16:38:59.5168869Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-11-01T16:38:59.5172198Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-11-01T16:38:59.5175207Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-11-01T16:38:59.5178543Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5181506Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-11-01T16:38:59.5184688Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-11-01T16:38:59.5188065Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-11-01T16:38:59.5191407Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-11-01T16:38:59.5194675Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-11-01T16:38:59.5197789Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-11-01T16:38:59.5200828Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-11-01T16:38:59.5204036Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-11-01T16:38:59.5207381Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5210365Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-11-01T16:38:59.5213455Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-11-01T16:38:59.5216449Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-11-01T16:38:59.5219747Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-11-01T16:38:59.5223062Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-11-01T16:38:59.5226341Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-11-01T16:38:59.5229459Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-11-01T16:38:59.5232571Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-11-01T16:38:59.5235618Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-11-01T16:38:59.5238946Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-11-01T16:38:59.5242356Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5245416Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-11-01T16:38:59.5248742Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-11-01T16:38:59.5251737Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-11-01T16:38:59.5255160Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-11-01T16:38:59.5258523Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-11-01T16:38:59.5262389Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5265835Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-11-01T16:38:59.5269064Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-11-01T16:38:59.5272246Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-11-01T16:38:59.5275641Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-11-01T16:38:59.5278936Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-11-01T16:38:59.5282438Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-11-01T16:38:59.5285560Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-11-01T16:38:59.5288716Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-11-01T16:38:59.5291972Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-11-01T16:38:59.5295433Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-11-01T16:38:59.5299191Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-11-01T16:38:59.5302215Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-11-01T16:38:59.5305330Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-11-01T16:38:59.5308590Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-11-01T16:38:59.5311923Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-11-01T16:38:59.5315116Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-11-01T16:38:59.5318403Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-11-01T16:38:59.5321603Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-11-01T16:38:59.5324960Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-11-01T16:38:59.5328057Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-11-01T16:38:59.5331196Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-11-01T16:38:59.5334428Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-11-01T16:38:59.5337410Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-11-01T16:38:59.5340783Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-11-01T16:38:59.5344663Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-11-01T16:38:59.5347817Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:38:59.5351038Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-11-01T16:38:59.5354446Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-11-01T16:38:59.5357984Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-11-01T16:38:59.5361667Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-11-01T16:38:59.5365073Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-11-01T16:38:59.5368664Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-11-01T16:38:59.5371756Z adding 'torch/include/ATen/ops/_foobar.h' 2024-11-01T16:38:59.5375269Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5378255Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-11-01T16:38:59.5381497Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-11-01T16:38:59.5384835Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-11-01T16:38:59.5387955Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-11-01T16:38:59.5391466Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5394390Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-11-01T16:38:59.5397473Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-11-01T16:38:59.5400703Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-11-01T16:38:59.5404025Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-11-01T16:38:59.5407394Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5410513Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-11-01T16:38:59.5413491Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-11-01T16:38:59.5416888Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-11-01T16:38:59.5420969Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-11-01T16:38:59.5424164Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5439740Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-11-01T16:38:59.5439952Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-11-01T16:38:59.5440146Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-11-01T16:38:59.5440331Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-11-01T16:38:59.5443687Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5447045Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-11-01T16:38:59.5450299Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-11-01T16:38:59.5454235Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-11-01T16:38:59.5458041Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-11-01T16:38:59.5461751Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5465102Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-11-01T16:38:59.5468315Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-11-01T16:38:59.5472163Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-11-01T16:38:59.5475569Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-11-01T16:38:59.5478942Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5481867Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-11-01T16:38:59.5484806Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-11-01T16:38:59.5487996Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-11-01T16:38:59.5491277Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-11-01T16:38:59.5494615Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5497578Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-11-01T16:38:59.5500648Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-11-01T16:38:59.5503850Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-11-01T16:38:59.5506967Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-11-01T16:38:59.5510380Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5513229Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-11-01T16:38:59.5516833Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-11-01T16:38:59.5520138Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-11-01T16:38:59.5523748Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-11-01T16:38:59.5527306Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5530360Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-11-01T16:38:59.5533459Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-11-01T16:38:59.5544204Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-11-01T16:38:59.5547898Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-11-01T16:38:59.5551518Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5554639Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-11-01T16:38:59.5557796Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-11-01T16:38:59.5561463Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-11-01T16:38:59.5564772Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-11-01T16:38:59.5568212Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5571170Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-11-01T16:38:59.5574156Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-11-01T16:38:59.5577488Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-11-01T16:38:59.5581502Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-11-01T16:38:59.5584995Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5588110Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-11-01T16:38:59.5591216Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-11-01T16:38:59.5594473Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-11-01T16:38:59.5597735Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-11-01T16:38:59.5601116Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5604262Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-11-01T16:38:59.5607257Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-11-01T16:38:59.5610641Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-11-01T16:38:59.5614093Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-11-01T16:38:59.5617840Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5621162Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-11-01T16:38:59.5624437Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-11-01T16:38:59.5628410Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-11-01T16:38:59.5631780Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-11-01T16:38:59.5635334Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5638379Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-11-01T16:38:59.5641499Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-11-01T16:38:59.5644844Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-11-01T16:38:59.5648018Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-11-01T16:38:59.5651763Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5654733Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-11-01T16:38:59.5657769Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-11-01T16:38:59.5661034Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-11-01T16:38:59.5664339Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-11-01T16:38:59.5667903Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5670855Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-11-01T16:38:59.5674213Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-11-01T16:38:59.5677253Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-11-01T16:38:59.5680546Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-11-01T16:38:59.5683911Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5687043Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-11-01T16:38:59.5690012Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-11-01T16:38:59.5693454Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-11-01T16:38:59.5696823Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-11-01T16:38:59.5700346Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5703411Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-11-01T16:38:59.5706486Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-11-01T16:38:59.5709895Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-11-01T16:38:59.5713288Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-11-01T16:38:59.5716537Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5719646Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-11-01T16:38:59.5722636Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-11-01T16:38:59.5726015Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-11-01T16:38:59.5729337Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-11-01T16:38:59.5732990Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5736383Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-11-01T16:38:59.5739409Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-11-01T16:38:59.5743064Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-11-01T16:38:59.5746234Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-11-01T16:38:59.5749772Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5752983Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-11-01T16:38:59.5755888Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-11-01T16:38:59.5759325Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-11-01T16:38:59.5762506Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-11-01T16:38:59.5765700Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-11-01T16:38:59.5769071Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5772172Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-11-01T16:38:59.5775509Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-11-01T16:38:59.5778564Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-11-01T16:38:59.5782187Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-11-01T16:38:59.5785800Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5788932Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-11-01T16:38:59.5791952Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-11-01T16:38:59.5795388Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-11-01T16:38:59.5798571Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-11-01T16:38:59.5802099Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5805169Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-11-01T16:38:59.5808177Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-11-01T16:38:59.5811522Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-11-01T16:38:59.5815017Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5818004Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-11-01T16:38:59.5821084Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-11-01T16:38:59.5824447Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-11-01T16:38:59.5827643Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-11-01T16:38:59.5831165Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5834156Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-11-01T16:38:59.5837303Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-11-01T16:38:59.5840550Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-11-01T16:38:59.5844023Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-11-01T16:38:59.5847650Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5850742Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-11-01T16:38:59.5854017Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-11-01T16:38:59.5857678Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-11-01T16:38:59.5861434Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-11-01T16:38:59.5865024Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5868115Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-11-01T16:38:59.5871380Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-11-01T16:38:59.5875046Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-11-01T16:38:59.5878766Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-11-01T16:38:59.5882411Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5885711Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-11-01T16:38:59.5888975Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-11-01T16:38:59.5892979Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-11-01T16:38:59.5896334Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-11-01T16:38:59.5900347Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5903602Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-11-01T16:38:59.5906649Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-11-01T16:38:59.5910077Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-11-01T16:38:59.5913308Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-11-01T16:38:59.5916951Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5919953Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-11-01T16:38:59.5923405Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-11-01T16:38:59.5926707Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-11-01T16:38:59.5930436Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-11-01T16:38:59.5933996Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5937134Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-11-01T16:38:59.5940648Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-11-01T16:38:59.5944363Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-11-01T16:38:59.5947788Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-11-01T16:38:59.5951225Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5954172Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-11-01T16:38:59.5957406Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-11-01T16:38:59.5960647Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-11-01T16:38:59.5963759Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-11-01T16:38:59.5968200Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5970510Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-11-01T16:38:59.5973484Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-11-01T16:38:59.5976718Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-11-01T16:38:59.5979942Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-11-01T16:38:59.5983322Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.5986356Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-11-01T16:38:59.5989620Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-11-01T16:38:59.5992778Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-11-01T16:38:59.5995907Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-11-01T16:38:59.5999293Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6002228Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-11-01T16:38:59.6005214Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-11-01T16:38:59.6008381Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-11-01T16:38:59.6011604Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-11-01T16:38:59.6014928Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6017880Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-11-01T16:38:59.6020972Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-11-01T16:38:59.6024184Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-11-01T16:38:59.6027316Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-11-01T16:38:59.6030697Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6033662Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-11-01T16:38:59.6036719Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-11-01T16:38:59.6039873Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-11-01T16:38:59.6043252Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-11-01T16:38:59.6046775Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6049821Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-11-01T16:38:59.6052830Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-11-01T16:38:59.6056039Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-11-01T16:38:59.6059448Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-11-01T16:38:59.6063046Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6066053Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-11-01T16:38:59.6069246Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-11-01T16:38:59.6072859Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-11-01T16:38:59.6076134Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-11-01T16:38:59.6079514Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6082485Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-11-01T16:38:59.6085540Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-11-01T16:38:59.6088810Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-11-01T16:38:59.6092029Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-11-01T16:38:59.6095437Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6098371Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-11-01T16:38:59.6101460Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-11-01T16:38:59.6104674Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-11-01T16:38:59.6107787Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-11-01T16:38:59.6111193Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6114617Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-11-01T16:38:59.6117101Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-11-01T16:38:59.6120286Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-11-01T16:38:59.6123377Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-11-01T16:38:59.6126733Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6129645Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-11-01T16:38:59.6132606Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-11-01T16:38:59.6135787Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-11-01T16:38:59.6138957Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-11-01T16:38:59.6142310Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-11-01T16:38:59.6145299Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-11-01T16:38:59.6148464Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-11-01T16:38:59.6151578Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-11-01T16:38:59.6154944Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6157780Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-11-01T16:38:59.6160883Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-11-01T16:38:59.6163970Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-11-01T16:38:59.6167365Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6170307Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-11-01T16:38:59.6173683Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6176512Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-11-01T16:38:59.6179740Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-11-01T16:38:59.6182820Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-11-01T16:38:59.6186028Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-11-01T16:38:59.6189672Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-11-01T16:38:59.6193230Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6196281Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-11-01T16:38:59.6199350Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-11-01T16:38:59.6202940Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-11-01T16:38:59.6206706Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-11-01T16:38:59.6210470Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6213649Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-11-01T16:38:59.6216851Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-11-01T16:38:59.6220163Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-11-01T16:38:59.6224177Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-11-01T16:38:59.6228081Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-11-01T16:38:59.6231878Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6234994Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-11-01T16:38:59.6238140Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-11-01T16:38:59.6241532Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-11-01T16:38:59.6245674Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-11-01T16:38:59.6282018Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-11-01T16:38:59.6282516Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6283273Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-11-01T16:38:59.6283507Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-11-01T16:38:59.6283700Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-11-01T16:38:59.6283970Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-11-01T16:38:59.6284468Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6284816Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-11-01T16:38:59.6285160Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-11-01T16:38:59.6285484Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-11-01T16:38:59.6287971Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-11-01T16:38:59.6291085Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-11-01T16:38:59.6294478Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-11-01T16:38:59.6297613Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-11-01T16:38:59.6301108Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-11-01T16:38:59.6304519Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-11-01T16:38:59.6307683Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-11-01T16:38:59.6311138Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-11-01T16:38:59.6314819Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6318125Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-11-01T16:38:59.6321363Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-11-01T16:38:59.6324620Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-11-01T16:38:59.6328419Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-11-01T16:38:59.6331735Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-11-01T16:38:59.6335199Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6338170Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-11-01T16:38:59.6341663Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6344804Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6347538Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-11-01T16:38:59.6350711Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-11-01T16:38:59.6353665Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-11-01T16:38:59.6356774Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-11-01T16:38:59.6359844Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-11-01T16:38:59.6363167Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.6365984Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-11-01T16:38:59.6369107Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-11-01T16:38:59.6372306Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-11-01T16:38:59.6375494Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-11-01T16:38:59.6378846Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.6381839Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-11-01T16:38:59.6385008Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-11-01T16:38:59.6388321Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6391195Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-11-01T16:38:59.6394562Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-11-01T16:38:59.6398022Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-11-01T16:38:59.6401476Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.6404340Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-11-01T16:38:59.6407442Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-11-01T16:38:59.6410411Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-11-01T16:38:59.6413713Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6416509Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-11-01T16:38:59.6419670Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-11-01T16:38:59.6423200Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-11-01T16:38:59.6426483Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6429423Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-11-01T16:38:59.6432411Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-11-01T16:38:59.6435683Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-11-01T16:38:59.6438890Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-11-01T16:38:59.6442322Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6445310Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-11-01T16:38:59.6448444Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-11-01T16:38:59.6451743Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-11-01T16:38:59.6454975Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-11-01T16:38:59.6458366Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6461464Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-11-01T16:38:59.6464491Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-11-01T16:38:59.6467756Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-11-01T16:38:59.6470884Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-11-01T16:38:59.6474324Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6477292Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-11-01T16:38:59.6480395Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-11-01T16:38:59.6483501Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-11-01T16:38:59.6486534Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-11-01T16:38:59.6489890Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-11-01T16:38:59.6492887Z adding 'torch/include/ATen/ops/_indices.h' 2024-11-01T16:38:59.6496506Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-11-01T16:38:59.6499732Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6503208Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6506369Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-11-01T16:38:59.6509959Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-11-01T16:38:59.6513519Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-11-01T16:38:59.6516973Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-11-01T16:38:59.6520545Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-11-01T16:38:59.6524356Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-11-01T16:38:59.6527882Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-11-01T16:38:59.6531341Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-11-01T16:38:59.6535665Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-11-01T16:38:59.6538463Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-11-01T16:38:59.6542314Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6545535Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-11-01T16:38:59.6548733Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-11-01T16:38:59.6551955Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-11-01T16:38:59.6555276Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6558306Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-11-01T16:38:59.6561403Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-11-01T16:38:59.6564607Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-11-01T16:38:59.6567958Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.6571395Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-11-01T16:38:59.6575335Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-11-01T16:38:59.6578681Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-11-01T16:38:59.6582323Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-11-01T16:38:59.6585427Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-11-01T16:38:59.6588573Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-11-01T16:38:59.6591763Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-11-01T16:38:59.6594669Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-11-01T16:38:59.6598024Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6601348Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-11-01T16:38:59.6604475Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-11-01T16:38:59.6607531Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-11-01T16:38:59.6610817Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6613637Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-11-01T16:38:59.6616735Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-11-01T16:38:59.6619880Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-11-01T16:38:59.6623337Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6626214Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-11-01T16:38:59.6629430Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-11-01T16:38:59.6632587Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-11-01T16:38:59.6635762Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-11-01T16:38:59.6638737Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-11-01T16:38:59.6641899Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-11-01T16:38:59.6645082Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-11-01T16:38:59.6648521Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6651404Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-11-01T16:38:59.6654529Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-11-01T16:38:59.6657506Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-11-01T16:38:59.6660798Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-11-01T16:38:59.6663798Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-11-01T16:38:59.6667112Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-11-01T16:38:59.6670168Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-11-01T16:38:59.6673320Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:38:59.6676333Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:38:59.6679791Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-11-01T16:38:59.6682404Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-11-01T16:38:59.6685523Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-11-01T16:38:59.6689454Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6692543Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-11-01T16:38:59.6695742Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-11-01T16:38:59.6699188Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-11-01T16:38:59.6702749Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-11-01T16:38:59.6705776Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-11-01T16:38:59.6709247Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-11-01T16:38:59.6712479Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-11-01T16:38:59.6716127Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6719116Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-11-01T16:38:59.6722436Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-11-01T16:38:59.6725558Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-11-01T16:38:59.6728834Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-11-01T16:38:59.6732043Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-11-01T16:38:59.6735371Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-11-01T16:38:59.6738745Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-11-01T16:38:59.6742360Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6745506Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-11-01T16:38:59.6748740Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-11-01T16:38:59.6751934Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-11-01T16:38:59.6755253Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-11-01T16:38:59.6758339Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-11-01T16:38:59.6761708Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-11-01T16:38:59.6764847Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-11-01T16:38:59.6768154Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-11-01T16:38:59.6771210Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-11-01T16:38:59.6774310Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-11-01T16:38:59.6777441Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-11-01T16:38:59.6780833Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-11-01T16:38:59.6784116Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-11-01T16:38:59.6787769Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6790745Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:38:59.6793992Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:38:59.6797512Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-11-01T16:38:59.6800731Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:38:59.6803943Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-11-01T16:38:59.6807203Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-11-01T16:38:59.6810807Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6813689Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-11-01T16:38:59.6816959Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-11-01T16:38:59.6820110Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-11-01T16:38:59.6823827Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-11-01T16:38:59.6826474Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-11-01T16:38:59.6830702Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-11-01T16:38:59.6834078Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-11-01T16:38:59.6837305Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-11-01T16:38:59.6840584Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-11-01T16:38:59.6843571Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-11-01T16:38:59.6846896Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-11-01T16:38:59.6850202Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-11-01T16:38:59.6853827Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6856989Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-11-01T16:38:59.6860454Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-11-01T16:38:59.6863764Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-11-01T16:38:59.6867087Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.6870079Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-11-01T16:38:59.6873210Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-11-01T16:38:59.6876569Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-11-01T16:38:59.6879826Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-11-01T16:38:59.6882992Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-11-01T16:38:59.6886223Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-11-01T16:38:59.6889392Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-11-01T16:38:59.6892813Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6895836Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-11-01T16:38:59.6899438Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6902738Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.6905668Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-11-01T16:38:59.6908911Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-11-01T16:38:59.6912103Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-11-01T16:38:59.6915236Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-11-01T16:38:59.6918749Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-11-01T16:38:59.6922184Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6925315Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:38:59.6928749Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:38:59.6931604Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-11-01T16:38:59.6937288Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-11-01T16:38:59.6938561Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-11-01T16:38:59.6942169Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6945379Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:38:59.6949151Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:38:59.6951696Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-11-01T16:38:59.6955137Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-11-01T16:38:59.6958225Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-11-01T16:38:59.6961894Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6965237Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-11-01T16:38:59.6967760Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-11-01T16:38:59.6971712Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-11-01T16:38:59.6974311Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-11-01T16:38:59.6977511Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-11-01T16:38:59.6981023Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6984056Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-11-01T16:38:59.6987732Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-11-01T16:38:59.6990321Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-11-01T16:38:59.6993545Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-11-01T16:38:59.6996881Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.6999834Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-11-01T16:38:59.7002903Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-11-01T16:38:59.7006418Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-11-01T16:38:59.7009662Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-11-01T16:38:59.7012773Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-11-01T16:38:59.7016013Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-11-01T16:38:59.7019293Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-11-01T16:38:59.7022517Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-11-01T16:38:59.7025571Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-11-01T16:38:59.7029599Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7032594Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-11-01T16:38:59.7035775Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-11-01T16:38:59.7038938Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-11-01T16:38:59.7042329Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7045249Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-11-01T16:38:59.7048212Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-11-01T16:38:59.7051430Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-11-01T16:38:59.7054983Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-11-01T16:38:59.7058549Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7061630Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-11-01T16:38:59.7064938Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-11-01T16:38:59.7068543Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-11-01T16:38:59.7072224Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7075293Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-11-01T16:38:59.7078593Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-11-01T16:38:59.7082147Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-11-01T16:38:59.7085620Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7088723Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-11-01T16:38:59.7092165Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-11-01T16:38:59.7095402Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-11-01T16:38:59.7098830Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-11-01T16:38:59.7102924Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7105414Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-11-01T16:38:59.7108729Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-11-01T16:38:59.7112345Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-11-01T16:38:59.7115847Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-11-01T16:38:59.7119388Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7122464Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-11-01T16:38:59.7125640Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:38:59.7128756Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-11-01T16:38:59.7132258Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-11-01T16:38:59.7135273Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-11-01T16:38:59.7138616Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7141633Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-11-01T16:38:59.7144959Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7148139Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.7150837Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-11-01T16:38:59.7153963Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-11-01T16:38:59.7156953Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-11-01T16:38:59.7160031Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-11-01T16:38:59.7163245Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-11-01T16:38:59.7166411Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-11-01T16:38:59.7169514Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-11-01T16:38:59.7172453Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-11-01T16:38:59.7175795Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-11-01T16:38:59.7178802Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-11-01T16:38:59.7182355Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-11-01T16:38:59.7185781Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7188797Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-11-01T16:38:59.7192553Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-11-01T16:38:59.7195938Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7199074Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-11-01T16:38:59.7202197Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-11-01T16:38:59.7205395Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-11-01T16:38:59.7209107Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-11-01T16:38:59.7212087Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-11-01T16:38:59.7215289Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-11-01T16:38:59.7218537Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-11-01T16:38:59.7221832Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-11-01T16:38:59.7224826Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-11-01T16:38:59.7228082Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-11-01T16:38:59.7231180Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-11-01T16:38:59.7234723Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-11-01T16:38:59.7237698Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-11-01T16:38:59.7240527Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-11-01T16:38:59.7243977Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-11-01T16:38:59.7251001Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-11-01T16:38:59.7252747Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-11-01T16:38:59.7256537Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-11-01T16:38:59.7259386Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-11-01T16:38:59.7262686Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-11-01T16:38:59.7265557Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-11-01T16:38:59.7268794Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-11-01T16:38:59.7272085Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-11-01T16:38:59.7274912Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-11-01T16:38:59.7277983Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-11-01T16:38:59.7281102Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-11-01T16:38:59.7284254Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-11-01T16:38:59.7287758Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7291062Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.7293991Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-11-01T16:38:59.7297140Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-11-01T16:38:59.7300326Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-11-01T16:38:59.7303507Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-11-01T16:38:59.7306793Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-11-01T16:38:59.7310009Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-11-01T16:38:59.7313207Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-11-01T16:38:59.7316351Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-11-01T16:38:59.7319396Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-11-01T16:38:59.7322656Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-11-01T16:38:59.7325799Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-11-01T16:38:59.7329264Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7332234Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-11-01T16:38:59.7335581Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-11-01T16:38:59.7338644Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-11-01T16:38:59.7342046Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-11-01T16:38:59.7345540Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-11-01T16:38:59.7348361Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-11-01T16:38:59.7351516Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-11-01T16:38:59.7354498Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-11-01T16:38:59.7357842Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-11-01T16:38:59.7361093Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-11-01T16:38:59.7364705Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7367630Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-11-01T16:38:59.7371162Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-11-01T16:38:59.7374148Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-11-01T16:38:59.7377570Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7380561Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-11-01T16:38:59.7383836Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-11-01T16:38:59.7387162Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-11-01T16:38:59.7390219Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-11-01T16:38:59.7393573Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-11-01T16:38:59.7396645Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-11-01T16:38:59.7400132Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7403391Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-11-01T16:38:59.7406738Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-11-01T16:38:59.7409790Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-11-01T16:38:59.7413312Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7416278Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-11-01T16:38:59.7419519Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-11-01T16:38:59.7422760Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-11-01T16:38:59.7425919Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-11-01T16:38:59.7437208Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7438439Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.7439472Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-11-01T16:38:59.7440233Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-11-01T16:38:59.7442401Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-11-01T16:38:59.7445786Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-11-01T16:38:59.7449157Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-11-01T16:38:59.7452722Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-11-01T16:38:59.7456234Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-11-01T16:38:59.7459582Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-11-01T16:38:59.7463369Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7466692Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.7469723Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-11-01T16:38:59.7473132Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-11-01T16:38:59.7476300Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-11-01T16:38:59.7479524Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-11-01T16:38:59.7482953Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-11-01T16:38:59.7486376Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7489286Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-11-01T16:38:59.7492690Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-11-01T16:38:59.7495625Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-11-01T16:38:59.7499014Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7501962Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-11-01T16:38:59.7504998Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-11-01T16:38:59.7508642Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-11-01T16:38:59.7512292Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7515259Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-11-01T16:38:59.7518544Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-11-01T16:38:59.7521464Z adding 'torch/include/ATen/ops/_nnz.h' 2024-11-01T16:38:59.7524422Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-11-01T16:38:59.7527519Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-11-01T16:38:59.7530703Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-11-01T16:38:59.7533942Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-11-01T16:38:59.7537356Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7540533Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-11-01T16:38:59.7543747Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-11-01T16:38:59.7547060Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7549937Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-11-01T16:38:59.7553185Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-11-01T16:38:59.7556308Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-11-01T16:38:59.7559637Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7562481Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-11-01T16:38:59.7565606Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-11-01T16:38:59.7568746Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-11-01T16:38:59.7572085Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7574938Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-11-01T16:38:59.7578052Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-11-01T16:38:59.7581287Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-11-01T16:38:59.7584602Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7587474Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-11-01T16:38:59.7591255Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-11-01T16:38:59.7594553Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-11-01T16:38:59.7597912Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-11-01T16:38:59.7601049Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-11-01T16:38:59.7604215Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-11-01T16:38:59.7607426Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-11-01T16:38:59.7610630Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-11-01T16:38:59.7613970Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7617046Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-11-01T16:38:59.7620188Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-11-01T16:38:59.7623333Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-11-01T16:38:59.7626703Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-11-01T16:38:59.7629832Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-11-01T16:38:59.7633349Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7636279Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-11-01T16:38:59.7639601Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-11-01T16:38:59.7642441Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-11-01T16:38:59.7645749Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-11-01T16:38:59.7649357Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-11-01T16:38:59.7652349Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7655416Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-11-01T16:38:59.7658516Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-11-01T16:38:59.7661864Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-11-01T16:38:59.7664981Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-11-01T16:38:59.7668293Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-11-01T16:38:59.7671473Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-11-01T16:38:59.7674555Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-11-01T16:38:59.7678045Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-11-01T16:38:59.7680945Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-11-01T16:38:59.7684160Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-11-01T16:38:59.7687123Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-11-01T16:38:59.7690429Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-11-01T16:38:59.7693479Z adding 'torch/include/ATen/ops/_print.h' 2024-11-01T16:38:59.7696921Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7700191Z adding 'torch/include/ATen/ops/_print_native.h' 2024-11-01T16:38:59.7703066Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-11-01T16:38:59.7706300Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-11-01T16:38:59.7709645Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7712600Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-11-01T16:38:59.7715674Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-11-01T16:38:59.7718942Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-11-01T16:38:59.7722372Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7725324Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-11-01T16:38:59.7728832Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-11-01T16:38:59.7731745Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-11-01T16:38:59.7735290Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-11-01T16:38:59.7738796Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7742287Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.7745514Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-11-01T16:38:59.7748372Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-11-01T16:38:59.7751662Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-11-01T16:38:59.7754795Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-11-01T16:38:59.7757999Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-11-01T16:38:59.7760947Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-11-01T16:38:59.7764194Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-11-01T16:38:59.7767372Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-11-01T16:38:59.7808522Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7811374Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-11-01T16:38:59.7814667Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-11-01T16:38:59.7817703Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-11-01T16:38:59.7821393Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7824609Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-11-01T16:38:59.7828467Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-11-01T16:38:59.7832053Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-11-01T16:38:59.7836241Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7838847Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-11-01T16:38:59.7841964Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-11-01T16:38:59.7845250Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-11-01T16:38:59.7848515Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-11-01T16:38:59.7852036Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7854898Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-11-01T16:38:59.7858458Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-11-01T16:38:59.7861399Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-11-01T16:38:59.7864840Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7867673Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-11-01T16:38:59.7870960Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-11-01T16:38:59.7874080Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-11-01T16:38:59.7877597Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.7881091Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-11-01T16:38:59.7883820Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-11-01T16:38:59.7887158Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-11-01T16:38:59.7890130Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-11-01T16:38:59.7893383Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-11-01T16:38:59.7896717Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7899660Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-11-01T16:38:59.7902819Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-11-01T16:38:59.7906196Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-11-01T16:38:59.7909710Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.7913018Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-11-01T16:38:59.7915894Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-11-01T16:38:59.7919119Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-11-01T16:38:59.7922320Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-11-01T16:38:59.7926021Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-11-01T16:38:59.7928874Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-11-01T16:38:59.7932411Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-11-01T16:38:59.7935928Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-11-01T16:38:59.7939180Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-11-01T16:38:59.7942804Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-11-01T16:38:59.7946081Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-11-01T16:38:59.7949128Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-11-01T16:38:59.7952432Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-11-01T16:38:59.7956130Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-11-01T16:38:59.7958964Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-11-01T16:38:59.7962230Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:38:59.7965269Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-11-01T16:38:59.7968540Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-11-01T16:38:59.7971766Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-11-01T16:38:59.7975048Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-11-01T16:38:59.7978331Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-11-01T16:38:59.7981602Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-11-01T16:38:59.7985169Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-11-01T16:38:59.7988456Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:38:59.7991577Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-11-01T16:38:59.7994970Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-11-01T16:38:59.7998197Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-11-01T16:38:59.8001319Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-11-01T16:38:59.8004541Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-11-01T16:38:59.8007796Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-11-01T16:38:59.8010825Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-11-01T16:38:59.8014385Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-11-01T16:38:59.8017595Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-11-01T16:38:59.8020810Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-11-01T16:38:59.8024031Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-11-01T16:38:59.8027104Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-11-01T16:38:59.8030544Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-11-01T16:38:59.8033881Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-11-01T16:38:59.8037472Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-11-01T16:38:59.8041119Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8044066Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-11-01T16:38:59.8047405Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-11-01T16:38:59.8050770Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8053710Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-11-01T16:38:59.8056994Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-11-01T16:38:59.8060203Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-11-01T16:38:59.8063509Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-11-01T16:38:59.8066532Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-11-01T16:38:59.8070236Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-11-01T16:38:59.8073282Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-11-01T16:38:59.8076715Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8079746Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-11-01T16:38:59.8082884Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-11-01T16:38:59.8085917Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-11-01T16:38:59.8089257Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-11-01T16:38:59.8092287Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-11-01T16:38:59.8095691Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8098530Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-11-01T16:38:59.8101812Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-11-01T16:38:59.8105854Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-11-01T16:38:59.8109645Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8112767Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-11-01T16:38:59.8116020Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-11-01T16:38:59.8119174Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-11-01T16:38:59.8122644Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-11-01T16:38:59.8126213Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-11-01T16:38:59.8129663Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-11-01T16:38:59.8132905Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-11-01T16:38:59.8135958Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-11-01T16:38:59.8139478Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-11-01T16:38:59.8142601Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-11-01T16:38:59.8145996Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8148835Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-11-01T16:38:59.8151975Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-11-01T16:38:59.8155062Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-11-01T16:38:59.8158397Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8161298Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-11-01T16:38:59.8164400Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-11-01T16:38:59.8167550Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-11-01T16:38:59.8170847Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8173657Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-11-01T16:38:59.8176719Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-11-01T16:38:59.8179764Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-11-01T16:38:59.8183045Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8185894Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-11-01T16:38:59.8188999Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-11-01T16:38:59.8191989Z adding 'torch/include/ATen/ops/_softmax.h' 2024-11-01T16:38:59.8195269Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-11-01T16:38:59.8198731Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.8201677Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:38:59.8205201Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:38:59.8207981Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-11-01T16:38:59.8211018Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:38:59.8214031Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-11-01T16:38:59.8217271Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-11-01T16:38:59.8220729Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.8223629Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-11-01T16:38:59.8226729Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-11-01T16:38:59.8229726Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-11-01T16:38:59.8232828Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-11-01T16:38:59.8235853Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-11-01T16:38:59.8239026Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-11-01T16:38:59.8242300Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-11-01T16:38:59.8245640Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8248765Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-11-01T16:38:59.8252346Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-11-01T16:38:59.8255390Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-11-01T16:38:59.8258698Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-11-01T16:38:59.8262172Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8265563Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.8268410Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-11-01T16:38:59.8271705Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-11-01T16:38:59.8274887Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-11-01T16:38:59.8277999Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-11-01T16:38:59.8281326Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-11-01T16:38:59.8284844Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8287897Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-11-01T16:38:59.8291175Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-11-01T16:38:59.8294542Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-11-01T16:38:59.8297922Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8301051Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-11-01T16:38:59.8304347Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-11-01T16:38:59.8307941Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-11-01T16:38:59.8311915Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8314690Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-11-01T16:38:59.8318036Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-11-01T16:38:59.8321346Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-11-01T16:38:59.8324910Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8328147Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-11-01T16:38:59.8331278Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-11-01T16:38:59.8334805Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-11-01T16:38:59.8338407Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8342080Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-11-01T16:38:59.8345092Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-11-01T16:38:59.8348248Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-11-01T16:38:59.8352365Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-11-01T16:38:59.8356629Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8359638Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-11-01T16:38:59.8362725Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-11-01T16:38:59.8366085Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-11-01T16:38:59.8369542Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8372697Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-11-01T16:38:59.8375871Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-11-01T16:38:59.8379409Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-11-01T16:38:59.8382626Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-11-01T16:38:59.8386405Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8389328Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-11-01T16:38:59.8392729Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-11-01T16:38:59.8396195Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-11-01T16:38:59.8399453Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8402449Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-11-01T16:38:59.8405697Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-11-01T16:38:59.8409051Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-11-01T16:38:59.8412978Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8415475Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-11-01T16:38:59.8419125Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-11-01T16:38:59.8422557Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-11-01T16:38:59.8426209Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8429134Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-11-01T16:38:59.8432497Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-11-01T16:38:59.8435738Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-11-01T16:38:59.8439035Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-11-01T16:38:59.8445541Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8446007Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-11-01T16:38:59.8449276Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-11-01T16:38:59.8459569Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8459988Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8460249Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-11-01T16:38:59.8463569Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-11-01T16:38:59.8469884Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-11-01T16:38:59.8470938Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8473846Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-11-01T16:38:59.8477658Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-11-01T16:38:59.8480323Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-11-01T16:38:59.8483803Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8487594Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-11-01T16:38:59.8489905Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-11-01T16:38:59.8493199Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-11-01T16:38:59.8496382Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-11-01T16:38:59.8499550Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-11-01T16:38:59.8502728Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-11-01T16:38:59.8505936Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-11-01T16:38:59.8509070Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-11-01T16:38:59.8512214Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-11-01T16:38:59.8515467Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-11-01T16:38:59.8518440Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-11-01T16:38:59.8521811Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-11-01T16:38:59.8524881Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-11-01T16:38:59.8528031Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-11-01T16:38:59.8531047Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-11-01T16:38:59.8534190Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-11-01T16:38:59.8537177Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-11-01T16:38:59.8540396Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-11-01T16:38:59.8543369Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-11-01T16:38:59.8546520Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-11-01T16:38:59.8549609Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-11-01T16:38:59.8553036Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-11-01T16:38:59.8556712Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-11-01T16:38:59.8559996Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-11-01T16:38:59.8563080Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-11-01T16:38:59.8566223Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-11-01T16:38:59.8569208Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-11-01T16:38:59.8572368Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-11-01T16:38:59.8575445Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-11-01T16:38:59.8578738Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-11-01T16:38:59.8581777Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-11-01T16:38:59.8584883Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-11-01T16:38:59.8587953Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-11-01T16:38:59.8591171Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-11-01T16:38:59.8594571Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8597421Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-11-01T16:38:59.8600831Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-11-01T16:38:59.8604083Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8607529Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8610241Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-11-01T16:38:59.8613418Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-11-01T16:38:59.8616615Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-11-01T16:38:59.8620091Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8622950Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-11-01T16:38:59.8626138Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-11-01T16:38:59.8629219Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-11-01T16:38:59.8632392Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-11-01T16:38:59.8635719Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8639008Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-11-01T16:38:59.8642303Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-11-01T16:38:59.8645583Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8648688Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8651705Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-11-01T16:38:59.8655009Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-11-01T16:38:59.8658208Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-11-01T16:38:59.8661646Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8664617Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-11-01T16:38:59.8667626Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-11-01T16:38:59.8670951Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-11-01T16:38:59.8673925Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-11-01T16:38:59.8676879Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-11-01T16:38:59.8679971Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-11-01T16:38:59.8683031Z adding 'torch/include/ATen/ops/_stack.h' 2024-11-01T16:38:59.8686359Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8689325Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-11-01T16:38:59.8692282Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-11-01T16:38:59.8695477Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-11-01T16:38:59.8698626Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-11-01T16:38:59.8702118Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8705064Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-11-01T16:38:59.8708121Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-11-01T16:38:59.8711189Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-11-01T16:38:59.8714514Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8717453Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-11-01T16:38:59.8720562Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-11-01T16:38:59.8723471Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-11-01T16:38:59.8726624Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-11-01T16:38:59.8729658Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-11-01T16:38:59.8732847Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-11-01T16:38:59.8735988Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-11-01T16:38:59.8739306Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8742222Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-11-01T16:38:59.8745384Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-11-01T16:38:59.8748919Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-11-01T16:38:59.8752012Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8755090Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8758018Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-11-01T16:38:59.8761329Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-11-01T16:38:59.8764472Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-11-01T16:38:59.8767949Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8770888Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-11-01T16:38:59.8774386Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8777620Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.8780601Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-11-01T16:38:59.8783784Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-11-01T16:38:59.8786968Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-11-01T16:38:59.8790100Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-11-01T16:38:59.8793198Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-11-01T16:38:59.8796591Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8799517Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-11-01T16:38:59.8803315Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-11-01T16:38:59.8805933Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-11-01T16:38:59.8809397Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8812361Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-11-01T16:38:59.8815447Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-11-01T16:38:59.8818640Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-11-01T16:38:59.8822065Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-11-01T16:38:59.8825917Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8828527Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-11-01T16:38:59.8831775Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-11-01T16:38:59.8834800Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-11-01T16:38:59.8838059Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-11-01T16:38:59.8841385Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8844882Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-11-01T16:38:59.8848042Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-11-01T16:38:59.8851247Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-11-01T16:38:59.8854462Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-11-01T16:38:59.8857822Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8860996Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-11-01T16:38:59.8863972Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-11-01T16:38:59.8867359Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-11-01T16:38:59.8870838Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-11-01T16:38:59.8874073Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8876863Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-11-01T16:38:59.8880109Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-11-01T16:38:59.8883154Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-11-01T16:38:59.8886618Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8889470Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-11-01T16:38:59.8892764Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-11-01T16:38:59.8895950Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-11-01T16:38:59.8899448Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8902466Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-11-01T16:38:59.8905581Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-11-01T16:38:59.8908776Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-11-01T16:38:59.8912108Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8915397Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-11-01T16:38:59.8918299Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-11-01T16:38:59.8921675Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-11-01T16:38:59.8925202Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8928161Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-11-01T16:38:59.8931799Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-11-01T16:38:59.8934702Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-11-01T16:38:59.8938242Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8941227Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-11-01T16:38:59.8944641Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-11-01T16:38:59.8963630Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-11-01T16:38:59.8963893Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-11-01T16:38:59.8964360Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8964713Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-11-01T16:38:59.8965014Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-11-01T16:38:59.8966176Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-11-01T16:38:59.8969762Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.8972766Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-11-01T16:38:59.8976280Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-11-01T16:38:59.8979642Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-11-01T16:38:59.8983193Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-11-01T16:38:59.8987339Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-11-01T16:38:59.8989930Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.8993024Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-11-01T16:38:59.8996688Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9000156Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-11-01T16:38:59.9002941Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-11-01T16:38:59.9006101Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-11-01T16:38:59.9009205Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-11-01T16:38:59.9012403Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-11-01T16:38:59.9016015Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9019066Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-11-01T16:38:59.9022237Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-11-01T16:38:59.9025600Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-11-01T16:38:59.9028903Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-11-01T16:38:59.9032392Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9035302Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-11-01T16:38:59.9038620Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-11-01T16:38:59.9041722Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-11-01T16:38:59.9045141Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9047943Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-11-01T16:38:59.9051008Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-11-01T16:38:59.9054083Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-11-01T16:38:59.9057519Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9060523Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-11-01T16:38:59.9063747Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-11-01T16:38:59.9067031Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-11-01T16:38:59.9070137Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-11-01T16:38:59.9073519Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9076431Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-11-01T16:38:59.9079518Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-11-01T16:38:59.9082584Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-11-01T16:38:59.9085780Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-11-01T16:38:59.9088985Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-11-01T16:38:59.9092326Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9095266Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-11-01T16:38:59.9098335Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-11-01T16:38:59.9101572Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-11-01T16:38:59.9104810Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-11-01T16:38:59.9108156Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9111158Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-11-01T16:38:59.9114470Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-11-01T16:38:59.9117791Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9120734Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-11-01T16:38:59.9123778Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-11-01T16:38:59.9126765Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-11-01T16:38:59.9129985Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-11-01T16:38:59.9133055Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-11-01T16:38:59.9136407Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9139416Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-11-01T16:38:59.9142905Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-11-01T16:38:59.9145623Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-11-01T16:38:59.9148721Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-11-01T16:38:59.9151915Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-11-01T16:38:59.9154966Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-11-01T16:38:59.9158342Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-11-01T16:38:59.9161951Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-11-01T16:38:59.9164845Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-11-01T16:38:59.9167748Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-11-01T16:38:59.9170792Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-11-01T16:38:59.9173933Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-11-01T16:38:59.9177307Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9180328Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-11-01T16:38:59.9183428Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-11-01T16:38:59.9186465Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-11-01T16:38:59.9189730Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-11-01T16:38:59.9193167Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-11-01T16:38:59.9196719Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9199813Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-11-01T16:38:59.9203192Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-11-01T16:38:59.9206502Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-11-01T16:38:59.9210004Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-11-01T16:38:59.9213319Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-11-01T16:38:59.9216727Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9220190Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9222979Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-11-01T16:38:59.9226422Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-11-01T16:38:59.9229929Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-11-01T16:38:59.9233443Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9236561Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:38:59.9239613Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-11-01T16:38:59.9243081Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-11-01T16:38:59.9246275Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-11-01T16:38:59.9249819Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9252790Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-11-01T16:38:59.9255926Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-11-01T16:38:59.9259190Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-11-01T16:38:59.9262543Z adding 'torch/include/ATen/ops/_unique.h' 2024-11-01T16:38:59.9265873Z adding 'torch/include/ATen/ops/_unique2.h' 2024-11-01T16:38:59.9269241Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9272330Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-11-01T16:38:59.9275504Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-11-01T16:38:59.9278756Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-11-01T16:38:59.9281943Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-11-01T16:38:59.9285433Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9288388Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-11-01T16:38:59.9292230Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-11-01T16:38:59.9295443Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-11-01T16:38:59.9298726Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-11-01T16:38:59.9302093Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-11-01T16:38:59.9305437Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9308416Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-11-01T16:38:59.9311564Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-11-01T16:38:59.9314770Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-11-01T16:38:59.9318119Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9321084Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-11-01T16:38:59.9324242Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-11-01T16:38:59.9327509Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-11-01T16:38:59.9330950Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9333857Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-11-01T16:38:59.9337382Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-11-01T16:38:59.9340609Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-11-01T16:38:59.9344075Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9346959Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-11-01T16:38:59.9350196Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-11-01T16:38:59.9353448Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-11-01T16:38:59.9356988Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9359850Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-11-01T16:38:59.9363205Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-11-01T16:38:59.9366409Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-11-01T16:38:59.9369943Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9372916Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-11-01T16:38:59.9376166Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-11-01T16:38:59.9380084Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-11-01T16:38:59.9383896Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-11-01T16:38:59.9387695Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9390781Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:38:59.9394479Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:38:59.9399342Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-11-01T16:38:59.9403660Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-11-01T16:38:59.9406488Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-11-01T16:38:59.9409890Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-11-01T16:38:59.9413720Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9416700Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9420228Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-11-01T16:38:59.9423312Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-11-01T16:38:59.9426435Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-11-01T16:38:59.9430109Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-11-01T16:38:59.9433365Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-11-01T16:38:59.9436961Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-11-01T16:38:59.9440501Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-11-01T16:38:59.9444454Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-11-01T16:38:59.9456678Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9457041Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:38:59.9457403Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:38:59.9458614Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-11-01T16:38:59.9462335Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-11-01T16:38:59.9465450Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-11-01T16:38:59.9468935Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-11-01T16:38:59.9472315Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9475568Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9478654Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-11-01T16:38:59.9482005Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-11-01T16:38:59.9485081Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-11-01T16:38:59.9488416Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-11-01T16:38:59.9491607Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-11-01T16:38:59.9494936Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-11-01T16:38:59.9498522Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-11-01T16:38:59.9502309Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-11-01T16:38:59.9506817Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9509187Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-11-01T16:38:59.9512392Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-11-01T16:38:59.9515450Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-11-01T16:38:59.9518671Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-11-01T16:38:59.9521724Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-11-01T16:38:59.9524989Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-11-01T16:38:59.9528397Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9531465Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9534486Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-11-01T16:38:59.9537836Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-11-01T16:38:59.9540959Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-11-01T16:38:59.9544185Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-11-01T16:38:59.9547322Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-11-01T16:38:59.9550640Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-11-01T16:38:59.9554246Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-11-01T16:38:59.9558012Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-11-01T16:38:59.9561670Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9564691Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-11-01T16:38:59.9567879Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-11-01T16:38:59.9570978Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-11-01T16:38:59.9574326Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-11-01T16:38:59.9577394Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-11-01T16:38:59.9580699Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-11-01T16:38:59.9584124Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9587182Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9590251Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-11-01T16:38:59.9593613Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-11-01T16:38:59.9596719Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-11-01T16:38:59.9599916Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-11-01T16:38:59.9603305Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-11-01T16:38:59.9606480Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-11-01T16:38:59.9610115Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-11-01T16:38:59.9614130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-11-01T16:38:59.9617813Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9620830Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-11-01T16:38:59.9624101Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-11-01T16:38:59.9627187Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-11-01T16:38:59.9630467Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-11-01T16:38:59.9633695Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-11-01T16:38:59.9637062Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-11-01T16:38:59.9640513Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9643622Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9646675Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-11-01T16:38:59.9649921Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-11-01T16:38:59.9652981Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-11-01T16:38:59.9656264Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-11-01T16:38:59.9659450Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-11-01T16:38:59.9662843Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-11-01T16:38:59.9665995Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-11-01T16:38:59.9669240Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:38:59.9672187Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-11-01T16:38:59.9675653Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-11-01T16:38:59.9678677Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-11-01T16:38:59.9681900Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9684711Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:38:59.9687722Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:38:59.9690817Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-11-01T16:38:59.9693947Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-11-01T16:38:59.9697010Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-11-01T16:38:59.9700129Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-11-01T16:38:59.9703328Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-11-01T16:38:59.9706404Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-11-01T16:38:59.9709711Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9712535Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-11-01T16:38:59.9715680Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-11-01T16:38:59.9718708Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-11-01T16:38:59.9722152Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9724936Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-11-01T16:38:59.9728020Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-11-01T16:38:59.9731201Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-11-01T16:38:59.9734516Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9737370Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-11-01T16:38:59.9740641Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-11-01T16:38:59.9743783Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-11-01T16:38:59.9747167Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9749899Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-11-01T16:38:59.9753096Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-11-01T16:38:59.9756132Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-11-01T16:38:59.9759974Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9762434Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-11-01T16:38:59.9765785Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-11-01T16:38:59.9768869Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-11-01T16:38:59.9772216Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9775128Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-11-01T16:38:59.9778426Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-11-01T16:38:59.9781405Z adding 'torch/include/ATen/ops/_values.h' 2024-11-01T16:38:59.9784650Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-11-01T16:38:59.9788387Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9791398Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9794379Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-11-01T16:38:59.9797354Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-11-01T16:38:59.9800421Z adding 'torch/include/ATen/ops/_values_native.h' 2024-11-01T16:38:59.9803529Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-11-01T16:38:59.9806649Z adding 'torch/include/ATen/ops/_version.h' 2024-11-01T16:38:59.9809924Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9812925Z adding 'torch/include/ATen/ops/_version_native.h' 2024-11-01T16:38:59.9816506Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-11-01T16:38:59.9819201Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-11-01T16:38:59.9822650Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-11-01T16:38:59.9825736Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-11-01T16:38:59.9828833Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-11-01T16:38:59.9832030Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-11-01T16:38:59.9835425Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-11-01T16:38:59.9839115Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-11-01T16:38:59.9841712Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-11-01T16:38:59.9845069Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-11-01T16:38:59.9847932Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-11-01T16:38:59.9851391Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9854437Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-11-01T16:38:59.9858035Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9861129Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-11-01T16:38:59.9864442Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-11-01T16:38:59.9867681Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-11-01T16:38:59.9870852Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-11-01T16:38:59.9874360Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9877476Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-11-01T16:38:59.9880772Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-11-01T16:38:59.9883774Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-11-01T16:38:59.9887185Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-11-01T16:38:59.9890658Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9893670Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-11-01T16:38:59.9896909Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-11-01T16:38:59.9900035Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-11-01T16:38:59.9903446Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-11-01T16:38:59.9906784Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-11-01T16:38:59.9909602Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-11-01T16:38:59.9912876Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-11-01T16:38:59.9916191Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9919146Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-11-01T16:38:59.9922307Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-11-01T16:38:59.9925595Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-11-01T16:38:59.9928992Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9932081Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-11-01T16:38:59.9935378Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-11-01T16:38:59.9938257Z adding 'torch/include/ATen/ops/abs.h' 2024-11-01T16:38:59.9941822Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:38:59.9944794Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-11-01T16:38:59.9947987Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-11-01T16:38:59.9951033Z adding 'torch/include/ATen/ops/abs_native.h' 2024-11-01T16:38:59.9964123Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-11-01T16:38:59.9964276Z adding 'torch/include/ATen/ops/absolute.h' 2024-11-01T16:38:59.9964663Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-11-01T16:38:59.9965348Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-11-01T16:38:59.9968599Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-11-01T16:38:59.9971863Z adding 'torch/include/ATen/ops/acos.h' 2024-11-01T16:38:59.9975936Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:38:59.9978273Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-11-01T16:38:59.9981606Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-11-01T16:38:59.9984610Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-11-01T16:38:59.9988108Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-11-01T16:38:59.9991093Z adding 'torch/include/ATen/ops/acos_native.h' 2024-11-01T16:38:59.9994225Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-11-01T16:38:59.9998403Z adding 'torch/include/ATen/ops/acosh.h' 2024-11-01T16:39:00.0000913Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0003790Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-11-01T16:39:00.0006902Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-11-01T16:39:00.0009941Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-11-01T16:39:00.0013012Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-11-01T16:39:00.0016186Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-11-01T16:39:00.0019483Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-11-01T16:39:00.0022688Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-11-01T16:39:00.0026094Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0028951Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-11-01T16:39:00.0032489Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-11-01T16:39:00.0036717Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-11-01T16:39:00.0042286Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0046344Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:39:00.0049774Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:39:00.0053945Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-11-01T16:39:00.0057783Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-11-01T16:39:00.0062457Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-11-01T16:39:00.0065737Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-11-01T16:39:00.0069168Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.0072606Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.0075667Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:39:00.0078920Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:39:00.0082363Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0085608Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:39:00.0088829Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:39:00.0091771Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-11-01T16:39:00.0094980Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-11-01T16:39:00.0098142Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-11-01T16:39:00.0102065Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0105211Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-11-01T16:39:00.0108233Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-11-01T16:39:00.0111436Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-11-01T16:39:00.0114544Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-11-01T16:39:00.0118098Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0121063Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.0124242Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.0127386Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-11-01T16:39:00.0130617Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:39:00.0133670Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-11-01T16:39:00.0136922Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-11-01T16:39:00.0140412Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0143334Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-11-01T16:39:00.0146842Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-11-01T16:39:00.0149786Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-11-01T16:39:00.0152970Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-11-01T16:39:00.0155937Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-11-01T16:39:00.0159167Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-11-01T16:39:00.0162336Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-11-01T16:39:00.0165522Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-11-01T16:39:00.0169012Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0171930Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.0175087Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.0178544Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-11-01T16:39:00.0181629Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-11-01T16:39:00.0184671Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-11-01T16:39:00.0187857Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-11-01T16:39:00.0191293Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0194231Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-11-01T16:39:00.0197355Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-11-01T16:39:00.0200343Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-11-01T16:39:00.0203799Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-11-01T16:39:00.0206805Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-11-01T16:39:00.0210112Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-11-01T16:39:00.0213271Z adding 'torch/include/ATen/ops/add.h' 2024-11-01T16:39:00.0216944Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0220802Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0223302Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-11-01T16:39:00.0226537Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-11-01T16:39:00.0229541Z adding 'torch/include/ATen/ops/add_meta.h' 2024-11-01T16:39:00.0232841Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-11-01T16:39:00.0236060Z adding 'torch/include/ATen/ops/add_native.h' 2024-11-01T16:39:00.0239736Z adding 'torch/include/ATen/ops/add_ops.h' 2024-11-01T16:39:00.0243674Z adding 'torch/include/ATen/ops/addbmm.h' 2024-11-01T16:39:00.0246545Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-11-01T16:39:00.0250402Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-11-01T16:39:00.0253523Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-11-01T16:39:00.0256691Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-11-01T16:39:00.0260501Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-11-01T16:39:00.0263387Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-11-01T16:39:00.0267044Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0269922Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-11-01T16:39:00.0273207Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-11-01T16:39:00.0276230Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-11-01T16:39:00.0279514Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-11-01T16:39:00.0282696Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-11-01T16:39:00.0285899Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-11-01T16:39:00.0289203Z adding 'torch/include/ATen/ops/addcmul.h' 2024-11-01T16:39:00.0292715Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0295726Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-11-01T16:39:00.0298919Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-11-01T16:39:00.0302141Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-11-01T16:39:00.0305691Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-11-01T16:39:00.0308566Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-11-01T16:39:00.0311918Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-11-01T16:39:00.0315018Z adding 'torch/include/ATen/ops/addmm.h' 2024-11-01T16:39:00.0318711Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0321793Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-11-01T16:39:00.0325094Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-11-01T16:39:00.0328368Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-11-01T16:39:00.0331546Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-11-01T16:39:00.0334777Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-11-01T16:39:00.0338111Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-11-01T16:39:00.0341602Z adding 'torch/include/ATen/ops/addmv.h' 2024-11-01T16:39:00.0345221Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0348139Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-11-01T16:39:00.0351570Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-11-01T16:39:00.0354628Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-11-01T16:39:00.0357887Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-11-01T16:39:00.0360952Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-11-01T16:39:00.0364375Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-11-01T16:39:00.0367703Z adding 'torch/include/ATen/ops/addr.h' 2024-11-01T16:39:00.0371118Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0374245Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-11-01T16:39:00.0377388Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-11-01T16:39:00.0381257Z adding 'torch/include/ATen/ops/addr_native.h' 2024-11-01T16:39:00.0383982Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-11-01T16:39:00.0387180Z adding 'torch/include/ATen/ops/adjoint.h' 2024-11-01T16:39:00.0390541Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0393432Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-11-01T16:39:00.0396667Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-11-01T16:39:00.0400062Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-11-01T16:39:00.0403516Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-11-01T16:39:00.0406993Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0409905Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-11-01T16:39:00.0413078Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-11-01T16:39:00.0416581Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0419599Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-11-01T16:39:00.0422788Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-11-01T16:39:00.0425888Z adding 'torch/include/ATen/ops/alias.h' 2024-11-01T16:39:00.0429173Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0432186Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-11-01T16:39:00.0435849Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0438977Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0441735Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-11-01T16:39:00.0444898Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-11-01T16:39:00.0448034Z adding 'torch/include/ATen/ops/alias_native.h' 2024-11-01T16:39:00.0451151Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-11-01T16:39:00.0455156Z adding 'torch/include/ATen/ops/align_as.h' 2024-11-01T16:39:00.0458036Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0463193Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-11-01T16:39:00.0464491Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-11-01T16:39:00.0467525Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-11-01T16:39:00.0471056Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0474970Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-11-01T16:39:00.0477133Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-11-01T16:39:00.0480861Z adding 'torch/include/ATen/ops/align_to.h' 2024-11-01T16:39:00.0483582Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0486784Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-11-01T16:39:00.0489786Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-11-01T16:39:00.0493062Z adding 'torch/include/ATen/ops/all.h' 2024-11-01T16:39:00.0496551Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0499995Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0503149Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0506195Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-11-01T16:39:00.0509273Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-11-01T16:39:00.0512342Z adding 'torch/include/ATen/ops/all_meta.h' 2024-11-01T16:39:00.0515707Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-11-01T16:39:00.0518811Z adding 'torch/include/ATen/ops/all_native.h' 2024-11-01T16:39:00.0522290Z adding 'torch/include/ATen/ops/all_ops.h' 2024-11-01T16:39:00.0525510Z adding 'torch/include/ATen/ops/allclose.h' 2024-11-01T16:39:00.0528949Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0531682Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-11-01T16:39:00.0534809Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-11-01T16:39:00.0537875Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-11-01T16:39:00.0541292Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0544644Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-11-01T16:39:00.0547558Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-11-01T16:39:00.0550576Z adding 'torch/include/ATen/ops/amax.h' 2024-11-01T16:39:00.0554038Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0556875Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-11-01T16:39:00.0559986Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-11-01T16:39:00.0562971Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-11-01T16:39:00.0566093Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-11-01T16:39:00.0569110Z adding 'torch/include/ATen/ops/amax_native.h' 2024-11-01T16:39:00.0572342Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-11-01T16:39:00.0575398Z adding 'torch/include/ATen/ops/amin.h' 2024-11-01T16:39:00.0578802Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0581838Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-11-01T16:39:00.0585010Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-11-01T16:39:00.0587986Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-11-01T16:39:00.0591109Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-11-01T16:39:00.0594122Z adding 'torch/include/ATen/ops/amin_native.h' 2024-11-01T16:39:00.0597307Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-11-01T16:39:00.0600531Z adding 'torch/include/ATen/ops/aminmax.h' 2024-11-01T16:39:00.0603975Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0606893Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-11-01T16:39:00.0610440Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-11-01T16:39:00.0613066Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-11-01T16:39:00.0616218Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-11-01T16:39:00.0619302Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-11-01T16:39:00.0622622Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-11-01T16:39:00.0625608Z adding 'torch/include/ATen/ops/and.h' 2024-11-01T16:39:00.0628913Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0631736Z adding 'torch/include/ATen/ops/and_native.h' 2024-11-01T16:39:00.0635007Z adding 'torch/include/ATen/ops/and_ops.h' 2024-11-01T16:39:00.0638137Z adding 'torch/include/ATen/ops/angle.h' 2024-11-01T16:39:00.0641305Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-11-01T16:39:00.0644478Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-11-01T16:39:00.0647506Z adding 'torch/include/ATen/ops/angle_native.h' 2024-11-01T16:39:00.0650604Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-11-01T16:39:00.0653854Z adding 'torch/include/ATen/ops/any.h' 2024-11-01T16:39:00.0657333Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0660672Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0664044Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0667034Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-11-01T16:39:00.0670254Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-11-01T16:39:00.0673314Z adding 'torch/include/ATen/ops/any_meta.h' 2024-11-01T16:39:00.0676381Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-11-01T16:39:00.0679497Z adding 'torch/include/ATen/ops/any_native.h' 2024-11-01T16:39:00.0683058Z adding 'torch/include/ATen/ops/any_ops.h' 2024-11-01T16:39:00.0686543Z adding 'torch/include/ATen/ops/arange.h' 2024-11-01T16:39:00.0690023Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0693031Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-11-01T16:39:00.0696146Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-11-01T16:39:00.0699108Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-11-01T16:39:00.0702285Z adding 'torch/include/ATen/ops/arange_native.h' 2024-11-01T16:39:00.0705775Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-11-01T16:39:00.0708941Z adding 'torch/include/ATen/ops/arccos.h' 2024-11-01T16:39:00.0712282Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0715164Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-11-01T16:39:00.0718325Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-11-01T16:39:00.0721362Z adding 'torch/include/ATen/ops/arccosh.h' 2024-11-01T16:39:00.0724668Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0727513Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-11-01T16:39:00.0730694Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-11-01T16:39:00.0733770Z adding 'torch/include/ATen/ops/arcsin.h' 2024-11-01T16:39:00.0737137Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0740037Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-11-01T16:39:00.0743230Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-11-01T16:39:00.0746304Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-11-01T16:39:00.0749617Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0752452Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-11-01T16:39:00.0755626Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-11-01T16:39:00.0758760Z adding 'torch/include/ATen/ops/arctan.h' 2024-11-01T16:39:00.0761856Z adding 'torch/include/ATen/ops/arctan2.h' 2024-11-01T16:39:00.0765155Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0768116Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-11-01T16:39:00.0771341Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-11-01T16:39:00.0774675Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0777496Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-11-01T16:39:00.0781556Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-11-01T16:39:00.0784761Z adding 'torch/include/ATen/ops/arctanh.h' 2024-11-01T16:39:00.0788092Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0790887Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-11-01T16:39:00.0794206Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-11-01T16:39:00.0797337Z adding 'torch/include/ATen/ops/argmax.h' 2024-11-01T16:39:00.0800826Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0803670Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-11-01T16:39:00.0806759Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-11-01T16:39:00.0809753Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-11-01T16:39:00.0812917Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-11-01T16:39:00.0815917Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-11-01T16:39:00.0819277Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-11-01T16:39:00.0822492Z adding 'torch/include/ATen/ops/argmin.h' 2024-11-01T16:39:00.0825895Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0828805Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-11-01T16:39:00.0831924Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-11-01T16:39:00.0834869Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-11-01T16:39:00.0838100Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-11-01T16:39:00.0841068Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-11-01T16:39:00.0844243Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-11-01T16:39:00.0847364Z adding 'torch/include/ATen/ops/argsort.h' 2024-11-01T16:39:00.0850740Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0853564Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-11-01T16:39:00.0856895Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-11-01T16:39:00.0860106Z adding 'torch/include/ATen/ops/argwhere.h' 2024-11-01T16:39:00.0863436Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.0866176Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-11-01T16:39:00.0869489Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-11-01T16:39:00.0872894Z adding 'torch/include/ATen/ops/as_strided.h' 2024-11-01T16:39:00.0876624Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0880057Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-11-01T16:39:00.0883687Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0887109Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0889950Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-11-01T16:39:00.0893330Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-11-01T16:39:00.0896714Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-11-01T16:39:00.0900005Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-11-01T16:39:00.0903294Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-11-01T16:39:00.0906285Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-11-01T16:39:00.0909620Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-11-01T16:39:00.0913591Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-11-01T16:39:00.0916852Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.0920224Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0923116Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-11-01T16:39:00.0926596Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-11-01T16:39:00.0930072Z adding 'torch/include/ATen/ops/asin.h' 2024-11-01T16:39:00.0933222Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0936421Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-11-01T16:39:00.0939359Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-11-01T16:39:00.0942506Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-11-01T16:39:00.0945663Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-11-01T16:39:00.0948881Z adding 'torch/include/ATen/ops/asin_native.h' 2024-11-01T16:39:00.0952070Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-11-01T16:39:00.0955414Z adding 'torch/include/ATen/ops/asinh.h' 2024-11-01T16:39:00.0990416Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0990626Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-11-01T16:39:00.0990844Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-11-01T16:39:00.0991000Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-11-01T16:39:00.0991209Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-11-01T16:39:00.0991372Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-11-01T16:39:00.0991520Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-11-01T16:39:00.0991661Z adding 'torch/include/ATen/ops/atan.h' 2024-11-01T16:39:00.0991795Z adding 'torch/include/ATen/ops/atan2.h' 2024-11-01T16:39:00.0992232Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.0994002Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-11-01T16:39:00.0997151Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-11-01T16:39:00.1000194Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-11-01T16:39:00.1003605Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-11-01T16:39:00.1007806Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-11-01T16:39:00.1010093Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-11-01T16:39:00.1013986Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1016532Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-11-01T16:39:00.1019760Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-11-01T16:39:00.1022761Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-11-01T16:39:00.1026007Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-11-01T16:39:00.1029264Z adding 'torch/include/ATen/ops/atan_native.h' 2024-11-01T16:39:00.1032471Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-11-01T16:39:00.1035581Z adding 'torch/include/ATen/ops/atanh.h' 2024-11-01T16:39:00.1038986Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1042096Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-11-01T16:39:00.1045177Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-11-01T16:39:00.1048168Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-11-01T16:39:00.1051296Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-11-01T16:39:00.1054314Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-11-01T16:39:00.1057531Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-11-01T16:39:00.1061139Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-11-01T16:39:00.1064562Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1067310Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-11-01T16:39:00.1071174Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-11-01T16:39:00.1073673Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-11-01T16:39:00.1076987Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1079767Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-11-01T16:39:00.1082958Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-11-01T16:39:00.1085933Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-11-01T16:39:00.1089233Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1092033Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-11-01T16:39:00.1095184Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-11-01T16:39:00.1098268Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-11-01T16:39:00.1101706Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1104557Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-11-01T16:39:00.1107694Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-11-01T16:39:00.1111370Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-11-01T16:39:00.1114322Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-11-01T16:39:00.1117855Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1120799Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.1123966Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.1126994Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-11-01T16:39:00.1130206Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-11-01T16:39:00.1133255Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-11-01T16:39:00.1136565Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-11-01T16:39:00.1140121Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1143189Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-11-01T16:39:00.1146268Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-11-01T16:39:00.1149670Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-11-01T16:39:00.1152949Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-11-01T16:39:00.1156089Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-11-01T16:39:00.1159484Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-11-01T16:39:00.1162735Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-11-01T16:39:00.1165962Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-11-01T16:39:00.1169445Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1172380Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.1175508Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.1178691Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-11-01T16:39:00.1182019Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-11-01T16:39:00.1185037Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-11-01T16:39:00.1188337Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-11-01T16:39:00.1191777Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1194681Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-11-01T16:39:00.1197891Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-11-01T16:39:00.1200898Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-11-01T16:39:00.1204084Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-11-01T16:39:00.1207200Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-11-01T16:39:00.1210474Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-11-01T16:39:00.1213610Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-11-01T16:39:00.1217142Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1220102Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-11-01T16:39:00.1223222Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-11-01T16:39:00.1226246Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-11-01T16:39:00.1229353Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-11-01T16:39:00.1232364Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-11-01T16:39:00.1235632Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-11-01T16:39:00.1239003Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-11-01T16:39:00.1242543Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1245749Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-11-01T16:39:00.1249143Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-11-01T16:39:00.1252284Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-11-01T16:39:00.1255475Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-11-01T16:39:00.1258732Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:39:00.1262030Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:39:00.1265215Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-11-01T16:39:00.1268752Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1271734Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-11-01T16:39:00.1274879Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-11-01T16:39:00.1278128Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-11-01T16:39:00.1281425Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-11-01T16:39:00.1285260Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-11-01T16:39:00.1288339Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-11-01T16:39:00.1291785Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1294930Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-11-01T16:39:00.1298142Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-11-01T16:39:00.1301663Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-11-01T16:39:00.1305108Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1308248Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-11-01T16:39:00.1311565Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-11-01T16:39:00.1314623Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-11-01T16:39:00.1317916Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-11-01T16:39:00.1321361Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-11-01T16:39:00.1324983Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1327960Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-11-01T16:39:00.1331086Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-11-01T16:39:00.1334387Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-11-01T16:39:00.1337918Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-11-01T16:39:00.1342013Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1344638Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-11-01T16:39:00.1347857Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-11-01T16:39:00.1351211Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-11-01T16:39:00.1354291Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-11-01T16:39:00.1357428Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-11-01T16:39:00.1360768Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-11-01T16:39:00.1364825Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1367250Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-11-01T16:39:00.1370335Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-11-01T16:39:00.1373547Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-11-01T16:39:00.1376892Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-11-01T16:39:00.1380378Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1383559Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-11-01T16:39:00.1387004Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-11-01T16:39:00.1389821Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-11-01T16:39:00.1393357Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-11-01T16:39:00.1396582Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-11-01T16:39:00.1400073Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1403267Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1406346Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-11-01T16:39:00.1409755Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-11-01T16:39:00.1412690Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-11-01T16:39:00.1415866Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-11-01T16:39:00.1419521Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-11-01T16:39:00.1422874Z adding 'torch/include/ATen/ops/bilinear.h' 2024-11-01T16:39:00.1426333Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1429214Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-11-01T16:39:00.1432660Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-11-01T16:39:00.1435815Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-11-01T16:39:00.1439205Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-11-01T16:39:00.1442357Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-11-01T16:39:00.1445624Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-11-01T16:39:00.1448737Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-11-01T16:39:00.1452212Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-11-01T16:39:00.1455501Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-11-01T16:39:00.1458692Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-11-01T16:39:00.1472621Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-11-01T16:39:00.1472860Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-11-01T16:39:00.1473157Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-11-01T16:39:00.1473922Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1476666Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-11-01T16:39:00.1480177Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-11-01T16:39:00.1484344Z adding 'torch/include/ATen/ops/bincount.h' 2024-11-01T16:39:00.1486781Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1490331Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-11-01T16:39:00.1492950Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-11-01T16:39:00.1496200Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-11-01T16:39:00.1499330Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-11-01T16:39:00.1502523Z adding 'torch/include/ATen/ops/binomial.h' 2024-11-01T16:39:00.1510305Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1512285Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-11-01T16:39:00.1516192Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-11-01T16:39:00.1519026Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-11-01T16:39:00.1522311Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-11-01T16:39:00.1525747Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-11-01T16:39:00.1529847Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1533219Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1536150Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-11-01T16:39:00.1539341Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-11-01T16:39:00.1542415Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-11-01T16:39:00.1545524Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-11-01T16:39:00.1548548Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-11-01T16:39:00.1552032Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-11-01T16:39:00.1555898Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-11-01T16:39:00.1559428Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1562633Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1565522Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-11-01T16:39:00.1568596Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-11-01T16:39:00.1571555Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-11-01T16:39:00.1574824Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-11-01T16:39:00.1577722Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-11-01T16:39:00.1581388Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-11-01T16:39:00.1584572Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-11-01T16:39:00.1588008Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1590855Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-11-01T16:39:00.1593905Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-11-01T16:39:00.1596853Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-11-01T16:39:00.1599939Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-11-01T16:39:00.1602880Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-11-01T16:39:00.1606061Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-11-01T16:39:00.1609268Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-11-01T16:39:00.1612844Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1616117Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1618937Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-11-01T16:39:00.1622156Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-11-01T16:39:00.1625114Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-11-01T16:39:00.1628223Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-11-01T16:39:00.1631264Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-11-01T16:39:00.1634769Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-11-01T16:39:00.1638162Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-11-01T16:39:00.1641580Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1644785Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1647641Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-11-01T16:39:00.1650717Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-11-01T16:39:00.1653712Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-11-01T16:39:00.1656816Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-11-01T16:39:00.1659912Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-11-01T16:39:00.1663392Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-11-01T16:39:00.1666947Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-11-01T16:39:00.1670442Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1673645Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1676515Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-11-01T16:39:00.1679573Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-11-01T16:39:00.1682537Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-11-01T16:39:00.1685671Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-11-01T16:39:00.1688654Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-11-01T16:39:00.1692161Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-11-01T16:39:00.1695546Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-11-01T16:39:00.1699060Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1702064Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-11-01T16:39:00.1705408Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-11-01T16:39:00.1708534Z adding 'torch/include/ATen/ops/block_diag.h' 2024-11-01T16:39:00.1711841Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1714695Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-11-01T16:39:00.1717874Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-11-01T16:39:00.1720857Z adding 'torch/include/ATen/ops/bmm.h' 2024-11-01T16:39:00.1724266Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1727085Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-11-01T16:39:00.1730129Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-11-01T16:39:00.1733070Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-11-01T16:39:00.1736129Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-11-01T16:39:00.1739168Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-11-01T16:39:00.1742470Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-11-01T16:39:00.1745557Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-11-01T16:39:00.1748947Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1751751Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-11-01T16:39:00.1754920Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-11-01T16:39:00.1758019Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-11-01T16:39:00.1761348Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1764175Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-11-01T16:39:00.1767253Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-11-01T16:39:00.1770418Z adding 'torch/include/ATen/ops/bucketize.h' 2024-11-01T16:39:00.1774195Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1777291Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-11-01T16:39:00.1780377Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-11-01T16:39:00.1783262Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-11-01T16:39:00.1786542Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-11-01T16:39:00.1789596Z adding 'torch/include/ATen/ops/can_cast.h' 2024-11-01T16:39:00.1792918Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1795620Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-11-01T16:39:00.1798684Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-11-01T16:39:00.1801772Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-11-01T16:39:00.1805080Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1807858Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-11-01T16:39:00.1810885Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-11-01T16:39:00.1813988Z adding 'torch/include/ATen/ops/cat.h' 2024-11-01T16:39:00.1817402Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1820600Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1823585Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-11-01T16:39:00.1826683Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-11-01T16:39:00.1830193Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-11-01T16:39:00.1833439Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-11-01T16:39:00.1836543Z adding 'torch/include/ATen/ops/cat_native.h' 2024-11-01T16:39:00.1839813Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-11-01T16:39:00.1850559Z adding 'torch/include/ATen/ops/cauchy.h' 2024-11-01T16:39:00.1851310Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1852036Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-11-01T16:39:00.1852712Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-11-01T16:39:00.1855898Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-11-01T16:39:00.1858872Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-11-01T16:39:00.1862235Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-11-01T16:39:00.1865335Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-11-01T16:39:00.1868559Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1871387Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-11-01T16:39:00.1874930Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1878160Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1880936Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-11-01T16:39:00.1884057Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-11-01T16:39:00.1887051Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-11-01T16:39:00.1890125Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-11-01T16:39:00.1893102Z adding 'torch/include/ATen/ops/cdist.h' 2024-11-01T16:39:00.1896398Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1899211Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-11-01T16:39:00.1902481Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-11-01T16:39:00.1905539Z adding 'torch/include/ATen/ops/ceil.h' 2024-11-01T16:39:00.1908947Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.1911785Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-11-01T16:39:00.1914859Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-11-01T16:39:00.1917814Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-11-01T16:39:00.1920885Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-11-01T16:39:00.1923880Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-11-01T16:39:00.1927088Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-11-01T16:39:00.1930241Z adding 'torch/include/ATen/ops/celu.h' 2024-11-01T16:39:00.1933576Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1936446Z adding 'torch/include/ATen/ops/celu_native.h' 2024-11-01T16:39:00.1939763Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-11-01T16:39:00.1942886Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-11-01T16:39:00.1946209Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1949016Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-11-01T16:39:00.1952173Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-11-01T16:39:00.1955086Z adding 'torch/include/ATen/ops/chalf.h' 2024-11-01T16:39:00.1958362Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.1961163Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-11-01T16:39:00.1964231Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-11-01T16:39:00.1967484Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-11-01T16:39:00.1970892Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.1974515Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-11-01T16:39:00.1977106Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-11-01T16:39:00.1980202Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-11-01T16:39:00.1983373Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-11-01T16:39:00.1986434Z adding 'torch/include/ATen/ops/cholesky.h' 2024-11-01T16:39:00.1989563Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-11-01T16:39:00.1992661Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-11-01T16:39:00.1995693Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-11-01T16:39:00.1998951Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-11-01T16:39:00.2002016Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-11-01T16:39:00.2004994Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-11-01T16:39:00.2008172Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-11-01T16:39:00.2011118Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-11-01T16:39:00.2014353Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-11-01T16:39:00.2017359Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-11-01T16:39:00.2020804Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2023574Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-11-01T16:39:00.2026703Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-11-01T16:39:00.2029847Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-11-01T16:39:00.2033219Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2036002Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-11-01T16:39:00.2039090Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-11-01T16:39:00.2042043Z adding 'torch/include/ATen/ops/chunk.h' 2024-11-01T16:39:00.2045297Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2048123Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-11-01T16:39:00.2051257Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-11-01T16:39:00.2054540Z adding 'torch/include/ATen/ops/clamp.h' 2024-11-01T16:39:00.2058084Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2061098Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-11-01T16:39:00.2064286Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-11-01T16:39:00.2067428Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-11-01T16:39:00.2070848Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2073710Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-11-01T16:39:00.2082097Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-11-01T16:39:00.2082645Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-11-01T16:39:00.2084164Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-11-01T16:39:00.2090335Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-11-01T16:39:00.2090975Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-11-01T16:39:00.2094219Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-11-01T16:39:00.2097642Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-11-01T16:39:00.2100956Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-11-01T16:39:00.2107154Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2108055Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-11-01T16:39:00.2111266Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-11-01T16:39:00.2115818Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-11-01T16:39:00.2117950Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-11-01T16:39:00.2121140Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-11-01T16:39:00.2124464Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-11-01T16:39:00.2127717Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-11-01T16:39:00.2131212Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-11-01T16:39:00.2134742Z adding 'torch/include/ATen/ops/clip.h' 2024-11-01T16:39:00.2138608Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2141393Z adding 'torch/include/ATen/ops/clip_native.h' 2024-11-01T16:39:00.2145050Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-11-01T16:39:00.2148256Z adding 'torch/include/ATen/ops/clone.h' 2024-11-01T16:39:00.2151734Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2155025Z adding 'torch/include/ATen/ops/clone_native.h' 2024-11-01T16:39:00.2158079Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-11-01T16:39:00.2161178Z adding 'torch/include/ATen/ops/coalesce.h' 2024-11-01T16:39:00.2164449Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2167451Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-11-01T16:39:00.2170532Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-11-01T16:39:00.2173981Z adding 'torch/include/ATen/ops/col2im.h' 2024-11-01T16:39:00.2177649Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-11-01T16:39:00.2180833Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-11-01T16:39:00.2184023Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-11-01T16:39:00.2187251Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-11-01T16:39:00.2190397Z adding 'torch/include/ATen/ops/col_indices.h' 2024-11-01T16:39:00.2193708Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2196695Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-11-01T16:39:00.2200046Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2203325Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2206463Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-11-01T16:39:00.2209335Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-11-01T16:39:00.2212459Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-11-01T16:39:00.2215563Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-11-01T16:39:00.2218764Z adding 'torch/include/ATen/ops/column_stack.h' 2024-11-01T16:39:00.2222220Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2225169Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-11-01T16:39:00.2228677Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-11-01T16:39:00.2231689Z adding 'torch/include/ATen/ops/combinations.h' 2024-11-01T16:39:00.2235222Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2238089Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-11-01T16:39:00.2241309Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-11-01T16:39:00.2244332Z adding 'torch/include/ATen/ops/complex.h' 2024-11-01T16:39:00.2247768Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2250739Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-11-01T16:39:00.2253892Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-11-01T16:39:00.2257877Z adding 'torch/include/ATen/ops/complex_native.h' 2024-11-01T16:39:00.2261266Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-11-01T16:39:00.2264627Z adding 'torch/include/ATen/ops/concat.h' 2024-11-01T16:39:00.2268381Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2271025Z adding 'torch/include/ATen/ops/concat_native.h' 2024-11-01T16:39:00.2274396Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-11-01T16:39:00.2277624Z adding 'torch/include/ATen/ops/concatenate.h' 2024-11-01T16:39:00.2281187Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2284046Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-11-01T16:39:00.2287510Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-11-01T16:39:00.2290756Z adding 'torch/include/ATen/ops/conj.h' 2024-11-01T16:39:00.2293903Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2296808Z adding 'torch/include/ATen/ops/conj_native.h' 2024-11-01T16:39:00.2299939Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-11-01T16:39:00.2303162Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-11-01T16:39:00.2306476Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2309545Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2312946Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-11-01T16:39:00.2315663Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-11-01T16:39:00.2318757Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-11-01T16:39:00.2321829Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-11-01T16:39:00.2325147Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-11-01T16:39:00.2328813Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2331560Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-11-01T16:39:00.2334707Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-11-01T16:39:00.2337629Z adding 'torch/include/ATen/ops/contiguous.h' 2024-11-01T16:39:00.2341107Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2343897Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-11-01T16:39:00.2346941Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-11-01T16:39:00.2350251Z adding 'torch/include/ATen/ops/conv1d.h' 2024-11-01T16:39:00.2353744Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2356594Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-11-01T16:39:00.2359924Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-11-01T16:39:00.2363408Z adding 'torch/include/ATen/ops/conv2d.h' 2024-11-01T16:39:00.2366939Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2369786Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-11-01T16:39:00.2373000Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-11-01T16:39:00.2376373Z adding 'torch/include/ATen/ops/conv3d.h' 2024-11-01T16:39:00.2379960Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2382914Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-11-01T16:39:00.2386155Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-11-01T16:39:00.2389782Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-11-01T16:39:00.2393332Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2396283Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-11-01T16:39:00.2399274Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-11-01T16:39:00.2402539Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-11-01T16:39:00.2405634Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-11-01T16:39:00.2408737Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-11-01T16:39:00.2412081Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2414954Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-11-01T16:39:00.2418101Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-11-01T16:39:00.2421501Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2424330Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-11-01T16:39:00.2427493Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-11-01T16:39:00.2430841Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-11-01T16:39:00.2434354Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2437195Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-11-01T16:39:00.2440336Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-11-01T16:39:00.2443636Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-11-01T16:39:00.2447088Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2450170Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-11-01T16:39:00.2453374Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-11-01T16:39:00.2456633Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-11-01T16:39:00.2460198Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2463066Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-11-01T16:39:00.2466774Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-11-01T16:39:00.2469925Z adding 'torch/include/ATen/ops/convolution.h' 2024-11-01T16:39:00.2473831Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-11-01T16:39:00.2477665Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2480759Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-11-01T16:39:00.2483982Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-11-01T16:39:00.2487384Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-11-01T16:39:00.2491275Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-11-01T16:39:00.2495088Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2498089Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-11-01T16:39:00.2501511Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-11-01T16:39:00.2504895Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2507810Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-11-01T16:39:00.2511099Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-11-01T16:39:00.2514781Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-11-01T16:39:00.2518799Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2521726Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-11-01T16:39:00.2525500Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-11-01T16:39:00.2528947Z adding 'torch/include/ATen/ops/copy.h' 2024-11-01T16:39:00.2532708Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2536355Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2539539Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-11-01T16:39:00.2542705Z adding 'torch/include/ATen/ops/copy_native.h' 2024-11-01T16:39:00.2546054Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-11-01T16:39:00.2549686Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-11-01T16:39:00.2553426Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2556677Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-11-01T16:39:00.2560051Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-11-01T16:39:00.2563608Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-11-01T16:39:00.2567098Z adding 'torch/include/ATen/ops/copysign.h' 2024-11-01T16:39:00.2570876Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2574162Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2577097Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-11-01T16:39:00.2580328Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-11-01T16:39:00.2583462Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-11-01T16:39:00.2586625Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-11-01T16:39:00.2589675Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-11-01T16:39:00.2593206Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-11-01T16:39:00.2596467Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-11-01T16:39:00.2599779Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2602533Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-11-01T16:39:00.2605602Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-11-01T16:39:00.2608800Z adding 'torch/include/ATen/ops/cos.h' 2024-11-01T16:39:00.2612203Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2615109Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-11-01T16:39:00.2618210Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-11-01T16:39:00.2621280Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-11-01T16:39:00.2624486Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-11-01T16:39:00.2627480Z adding 'torch/include/ATen/ops/cos_native.h' 2024-11-01T16:39:00.2630630Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-11-01T16:39:00.2633703Z adding 'torch/include/ATen/ops/cosh.h' 2024-11-01T16:39:00.2637074Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2639918Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-11-01T16:39:00.2642986Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-11-01T16:39:00.2645959Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-11-01T16:39:00.2649036Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-11-01T16:39:00.2651976Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-11-01T16:39:00.2655213Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-11-01T16:39:00.2658431Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-11-01T16:39:00.2662098Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2664911Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-11-01T16:39:00.2668090Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-11-01T16:39:00.2671083Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-11-01T16:39:00.2674395Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2677159Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-11-01T16:39:00.2680222Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-11-01T16:39:00.2683363Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-11-01T16:39:00.2686739Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2689688Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-11-01T16:39:00.2692766Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-11-01T16:39:00.2695774Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-11-01T16:39:00.2699019Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-11-01T16:39:00.2702222Z adding 'torch/include/ATen/ops/cov.h' 2024-11-01T16:39:00.2705530Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2708358Z adding 'torch/include/ATen/ops/cov_native.h' 2024-11-01T16:39:00.2711462Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-11-01T16:39:00.2714795Z adding 'torch/include/ATen/ops/cross.h' 2024-11-01T16:39:00.2718185Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2721212Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-11-01T16:39:00.2724646Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2727583Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-11-01T16:39:00.2730737Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-11-01T16:39:00.2733651Z adding 'torch/include/ATen/ops/cross_native.h' 2024-11-01T16:39:00.2736799Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-11-01T16:39:00.2739919Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-11-01T16:39:00.2743243Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2746137Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-11-01T16:39:00.2749435Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2752620Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.2755345Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-11-01T16:39:00.2758447Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-11-01T16:39:00.2762059Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-11-01T16:39:00.2764573Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-11-01T16:39:00.2767598Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-11-01T16:39:00.2770993Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2773828Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-11-01T16:39:00.2777046Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-11-01T16:39:00.2780381Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-11-01T16:39:00.2783589Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-11-01T16:39:00.2786977Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2789952Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-11-01T16:39:00.2792954Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-11-01T16:39:00.2796179Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-11-01T16:39:00.2799443Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2802364Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-11-01T16:39:00.2805347Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-11-01T16:39:00.2808531Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-11-01T16:39:00.2811786Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-11-01T16:39:00.2815393Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-11-01T16:39:00.2818847Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2822001Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:39:00.2825044Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-11-01T16:39:00.2828396Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-11-01T16:39:00.2831828Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2834859Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-11-01T16:39:00.2837838Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-11-01T16:39:00.2841166Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-11-01T16:39:00.2844735Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-11-01T16:39:00.2848509Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-11-01T16:39:00.2852120Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2855188Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:39:00.2858419Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-11-01T16:39:00.2861866Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-11-01T16:39:00.2865133Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-11-01T16:39:00.2868201Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-11-01T16:39:00.2871449Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-11-01T16:39:00.2875030Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-11-01T16:39:00.2878612Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2881625Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-11-01T16:39:00.2884622Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-11-01T16:39:00.2887824Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-11-01T16:39:00.2891496Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-11-01T16:39:00.2895247Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2898808Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:39:00.2901432Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-11-01T16:39:00.2904685Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-11-01T16:39:00.2907753Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-11-01T16:39:00.2910912Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-11-01T16:39:00.2914624Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2917509Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-11-01T16:39:00.2920385Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-11-01T16:39:00.2923630Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-11-01T16:39:00.2926970Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2929932Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-11-01T16:39:00.2932840Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-11-01T16:39:00.2935995Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-11-01T16:39:00.2939005Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-11-01T16:39:00.2942473Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2945268Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-11-01T16:39:00.2948313Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-11-01T16:39:00.2951455Z adding 'torch/include/ATen/ops/cummax.h' 2024-11-01T16:39:00.2954792Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2957942Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2960768Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-11-01T16:39:00.2964018Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-11-01T16:39:00.2967150Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-11-01T16:39:00.2970471Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2973289Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-11-01T16:39:00.2976327Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-11-01T16:39:00.2979595Z adding 'torch/include/ATen/ops/cummin.h' 2024-11-01T16:39:00.2983045Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.2986161Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.2989010Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-11-01T16:39:00.2992345Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-11-01T16:39:00.2996289Z adding 'torch/include/ATen/ops/cumprod.h' 2024-11-01T16:39:00.2999473Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-11-01T16:39:00.3002769Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3005608Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-11-01T16:39:00.3008647Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-11-01T16:39:00.3012031Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3015302Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3018183Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-11-01T16:39:00.3021410Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-11-01T16:39:00.3024421Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-11-01T16:39:00.3027450Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-11-01T16:39:00.3030513Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-11-01T16:39:00.3034053Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-11-01T16:39:00.3037385Z adding 'torch/include/ATen/ops/cumsum.h' 2024-11-01T16:39:00.3040859Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3043924Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3046840Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-11-01T16:39:00.3049927Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-11-01T16:39:00.3052906Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-11-01T16:39:00.3056016Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-11-01T16:39:00.3059049Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-11-01T16:39:00.3062611Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-11-01T16:39:00.3065849Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-11-01T16:39:00.3069237Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3072066Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-11-01T16:39:00.3075191Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-11-01T16:39:00.3078039Z adding 'torch/include/ATen/ops/data.h' 2024-11-01T16:39:00.3081277Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3084079Z adding 'torch/include/ATen/ops/data_native.h' 2024-11-01T16:39:00.3087148Z adding 'torch/include/ATen/ops/data_ops.h' 2024-11-01T16:39:00.3090239Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-11-01T16:39:00.3093539Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3096384Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-11-01T16:39:00.3099650Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-11-01T16:39:00.3102646Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-11-01T16:39:00.3105893Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3108664Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-11-01T16:39:00.3111721Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-11-01T16:39:00.3114874Z adding 'torch/include/ATen/ops/dequantize.h' 2024-11-01T16:39:00.3119248Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3122372Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-11-01T16:39:00.3125466Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-11-01T16:39:00.3128454Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-11-01T16:39:00.3131753Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-11-01T16:39:00.3134818Z adding 'torch/include/ATen/ops/det.h' 2024-11-01T16:39:00.3138104Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3140963Z adding 'torch/include/ATen/ops/det_native.h' 2024-11-01T16:39:00.3144072Z adding 'torch/include/ATen/ops/det_ops.h' 2024-11-01T16:39:00.3147074Z adding 'torch/include/ATen/ops/detach.h' 2024-11-01T16:39:00.3150360Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3153298Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-11-01T16:39:00.3156558Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3159671Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3162332Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-11-01T16:39:00.3165451Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-11-01T16:39:00.3168416Z adding 'torch/include/ATen/ops/detach_native.h' 2024-11-01T16:39:00.3171608Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-11-01T16:39:00.3174584Z adding 'torch/include/ATen/ops/diag.h' 2024-11-01T16:39:00.3177898Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3180945Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-11-01T16:39:00.3184389Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3187564Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3190276Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-11-01T16:39:00.3193415Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-11-01T16:39:00.3196433Z adding 'torch/include/ATen/ops/diag_native.h' 2024-11-01T16:39:00.3199617Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-11-01T16:39:00.3202669Z adding 'torch/include/ATen/ops/diagflat.h' 2024-11-01T16:39:00.3205946Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3208692Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-11-01T16:39:00.3211867Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-11-01T16:39:00.3214929Z adding 'torch/include/ATen/ops/diagonal.h' 2024-11-01T16:39:00.3218352Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-11-01T16:39:00.3222166Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3225065Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-11-01T16:39:00.3228370Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-11-01T16:39:00.3231671Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3234893Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3237845Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-11-01T16:39:00.3241286Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3244683Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3247604Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-11-01T16:39:00.3250753Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-11-01T16:39:00.3253899Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-11-01T16:39:00.3257089Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-11-01T16:39:00.3260465Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-11-01T16:39:00.3263948Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3267213Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3270096Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-11-01T16:39:00.3273346Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-11-01T16:39:00.3276597Z adding 'torch/include/ATen/ops/diff.h' 2024-11-01T16:39:00.3279984Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3282968Z adding 'torch/include/ATen/ops/diff_native.h' 2024-11-01T16:39:00.3286181Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-11-01T16:39:00.3289385Z adding 'torch/include/ATen/ops/digamma.h' 2024-11-01T16:39:00.3292796Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3295826Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-11-01T16:39:00.3298901Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-11-01T16:39:00.3302124Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-11-01T16:39:00.3305305Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-11-01T16:39:00.3308293Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-11-01T16:39:00.3311515Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-11-01T16:39:00.3314649Z adding 'torch/include/ATen/ops/dist.h' 2024-11-01T16:39:00.3318069Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3320916Z adding 'torch/include/ATen/ops/dist_native.h' 2024-11-01T16:39:00.3324275Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-11-01T16:39:00.3327631Z adding 'torch/include/ATen/ops/div.h' 2024-11-01T16:39:00.3331319Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3334449Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3337527Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-11-01T16:39:00.3340765Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-11-01T16:39:00.3343932Z adding 'torch/include/ATen/ops/div_meta.h' 2024-11-01T16:39:00.3347199Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-11-01T16:39:00.3350492Z adding 'torch/include/ATen/ops/div_native.h' 2024-11-01T16:39:00.3354350Z adding 'torch/include/ATen/ops/div_ops.h' 2024-11-01T16:39:00.3357786Z adding 'torch/include/ATen/ops/divide.h' 2024-11-01T16:39:00.3361345Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3364265Z adding 'torch/include/ATen/ops/divide_native.h' 2024-11-01T16:39:00.3368016Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-11-01T16:39:00.3371448Z adding 'torch/include/ATen/ops/dot.h' 2024-11-01T16:39:00.3374734Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3377743Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-11-01T16:39:00.3380902Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-11-01T16:39:00.3383955Z adding 'torch/include/ATen/ops/dot_native.h' 2024-11-01T16:39:00.3387131Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-11-01T16:39:00.3390289Z adding 'torch/include/ATen/ops/dropout.h' 2024-11-01T16:39:00.3393647Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3396623Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-11-01T16:39:00.3399746Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-11-01T16:39:00.3402972Z adding 'torch/include/ATen/ops/dsplit.h' 2024-11-01T16:39:00.3406243Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3409175Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-11-01T16:39:00.3412384Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-11-01T16:39:00.3415531Z adding 'torch/include/ATen/ops/dstack.h' 2024-11-01T16:39:00.3419457Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3421888Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-11-01T16:39:00.3425155Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-11-01T16:39:00.3428233Z adding 'torch/include/ATen/ops/einsum.h' 2024-11-01T16:39:00.3431639Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3434453Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-11-01T16:39:00.3437666Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-11-01T16:39:00.3440783Z adding 'torch/include/ATen/ops/elu.h' 2024-11-01T16:39:00.3444239Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-11-01T16:39:00.3448035Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3451153Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-11-01T16:39:00.3454516Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-11-01T16:39:00.3457477Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-11-01T16:39:00.3460916Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-11-01T16:39:00.3464328Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-11-01T16:39:00.3467237Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-11-01T16:39:00.3486270Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3486462Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-11-01T16:39:00.3486658Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-11-01T16:39:00.3486806Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-11-01T16:39:00.3486985Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-11-01T16:39:00.3487765Z adding 'torch/include/ATen/ops/elu_native.h' 2024-11-01T16:39:00.3492043Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-11-01T16:39:00.3494692Z adding 'torch/include/ATen/ops/embedding.h' 2024-11-01T16:39:00.3498213Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-11-01T16:39:00.3501758Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3504759Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-11-01T16:39:00.3507890Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-11-01T16:39:00.3511241Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-11-01T16:39:00.3514678Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3517545Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-11-01T16:39:00.3521068Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-11-01T16:39:00.3524526Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3527807Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-11-01T16:39:00.3531329Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3534294Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-11-01T16:39:00.3537686Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-11-01T16:39:00.3540818Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-11-01T16:39:00.3544084Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-11-01T16:39:00.3547123Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-11-01T16:39:00.3550331Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-11-01T16:39:00.3553509Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-11-01T16:39:00.3556839Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3559753Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-11-01T16:39:00.3562804Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-11-01T16:39:00.3565814Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-11-01T16:39:00.3568949Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-11-01T16:39:00.3572171Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-11-01T16:39:00.3575292Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-11-01T16:39:00.3578614Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3581541Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-11-01T16:39:00.3584696Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-11-01T16:39:00.3588261Z adding 'torch/include/ATen/ops/empty.h' 2024-11-01T16:39:00.3591888Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3595023Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3598036Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-11-01T16:39:00.3601199Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-11-01T16:39:00.3604397Z adding 'torch/include/ATen/ops/empty_like.h' 2024-11-01T16:39:00.3607784Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3610733Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-11-01T16:39:00.3614040Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-11-01T16:39:00.3617268Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-11-01T16:39:00.3620543Z adding 'torch/include/ATen/ops/empty_native.h' 2024-11-01T16:39:00.3624174Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-11-01T16:39:00.3628179Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-11-01T16:39:00.3631621Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3634731Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-11-01T16:39:00.3638009Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-11-01T16:39:00.3641432Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-11-01T16:39:00.3645330Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3651888Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-11-01T16:39:00.3654732Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-11-01T16:39:00.3659139Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-11-01T16:39:00.3663360Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3666243Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-11-01T16:39:00.3669235Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-11-01T16:39:00.3672338Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-11-01T16:39:00.3675554Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-11-01T16:39:00.3678875Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-11-01T16:39:00.3682174Z adding 'torch/include/ATen/ops/eq.h' 2024-11-01T16:39:00.3686035Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3688677Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-11-01T16:39:00.3691922Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-11-01T16:39:00.3695026Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-11-01T16:39:00.3698362Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-11-01T16:39:00.3701569Z adding 'torch/include/ATen/ops/eq_native.h' 2024-11-01T16:39:00.3705159Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-11-01T16:39:00.3708389Z adding 'torch/include/ATen/ops/equal.h' 2024-11-01T16:39:00.3711512Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-11-01T16:39:00.3714688Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-11-01T16:39:00.3717658Z adding 'torch/include/ATen/ops/equal_native.h' 2024-11-01T16:39:00.3720925Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-11-01T16:39:00.3723999Z adding 'torch/include/ATen/ops/erf.h' 2024-11-01T16:39:00.3727539Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3730409Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-11-01T16:39:00.3733603Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-11-01T16:39:00.3737408Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-11-01T16:39:00.3740699Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-11-01T16:39:00.3743901Z adding 'torch/include/ATen/ops/erf_native.h' 2024-11-01T16:39:00.3747177Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-11-01T16:39:00.3750421Z adding 'torch/include/ATen/ops/erfc.h' 2024-11-01T16:39:00.3753877Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3756766Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-11-01T16:39:00.3759974Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-11-01T16:39:00.3762942Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-11-01T16:39:00.3766129Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-11-01T16:39:00.3769092Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-11-01T16:39:00.3772446Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-11-01T16:39:00.3775504Z adding 'torch/include/ATen/ops/erfinv.h' 2024-11-01T16:39:00.3779146Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3782257Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-11-01T16:39:00.3785236Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-11-01T16:39:00.3788355Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-11-01T16:39:00.3791470Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-11-01T16:39:00.3794656Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-11-01T16:39:00.3797836Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-11-01T16:39:00.3801234Z adding 'torch/include/ATen/ops/exp.h' 2024-11-01T16:39:00.3804613Z adding 'torch/include/ATen/ops/exp2.h' 2024-11-01T16:39:00.3807829Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3810822Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-11-01T16:39:00.3813931Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-11-01T16:39:00.3817091Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-11-01T16:39:00.3820358Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-11-01T16:39:00.3823460Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-11-01T16:39:00.3827159Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-11-01T16:39:00.3830200Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3833315Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-11-01T16:39:00.3836209Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-11-01T16:39:00.3839298Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-11-01T16:39:00.3842425Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-11-01T16:39:00.3845568Z adding 'torch/include/ATen/ops/exp_native.h' 2024-11-01T16:39:00.3848763Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-11-01T16:39:00.3852047Z adding 'torch/include/ATen/ops/expand.h' 2024-11-01T16:39:00.3855489Z adding 'torch/include/ATen/ops/expand_as.h' 2024-11-01T16:39:00.3859013Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3862098Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-11-01T16:39:00.3865248Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-11-01T16:39:00.3868682Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3872432Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-11-01T16:39:00.3875531Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3878922Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3881642Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-11-01T16:39:00.3884969Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-11-01T16:39:00.3887956Z adding 'torch/include/ATen/ops/expand_native.h' 2024-11-01T16:39:00.3891238Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-11-01T16:39:00.3894413Z adding 'torch/include/ATen/ops/expm1.h' 2024-11-01T16:39:00.3897914Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.3901074Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-11-01T16:39:00.3904054Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-11-01T16:39:00.3907127Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-11-01T16:39:00.3910246Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-11-01T16:39:00.3913397Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-11-01T16:39:00.3916647Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-11-01T16:39:00.3920070Z adding 'torch/include/ATen/ops/exponential.h' 2024-11-01T16:39:00.3923609Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3926606Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-11-01T16:39:00.3929817Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-11-01T16:39:00.3932882Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-11-01T16:39:00.3935980Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-11-01T16:39:00.3939382Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-11-01T16:39:00.3943170Z adding 'torch/include/ATen/ops/eye.h' 2024-11-01T16:39:00.3946966Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3950041Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-11-01T16:39:00.3953313Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-11-01T16:39:00.3956507Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-11-01T16:39:00.3959457Z adding 'torch/include/ATen/ops/eye_native.h' 2024-11-01T16:39:00.3962882Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-11-01T16:39:00.3966165Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-11-01T16:39:00.3969421Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-11-01T16:39:00.3972573Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-11-01T16:39:00.3975975Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.3978934Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-11-01T16:39:00.3982157Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-11-01T16:39:00.3985452Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.3988399Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:39:00.3991504Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:39:00.3994487Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-11-01T16:39:00.3997774Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-11-01T16:39:00.4001056Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4003885Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-11-01T16:39:00.4006995Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-11-01T16:39:00.4010264Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-11-01T16:39:00.4013594Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-11-01T16:39:00.4016720Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-11-01T16:39:00.4020125Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4022957Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-11-01T16:39:00.4026035Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-11-01T16:39:00.4029345Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4032306Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:39:00.4035419Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:39:00.4038437Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-11-01T16:39:00.4041737Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-11-01T16:39:00.4045084Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4047884Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-11-01T16:39:00.4051119Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-11-01T16:39:00.4054075Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-11-01T16:39:00.4057658Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4060737Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-11-01T16:39:00.4064091Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4067495Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-11-01T16:39:00.4070707Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-11-01T16:39:00.4073510Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-11-01T16:39:00.4076539Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-11-01T16:39:00.4079573Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-11-01T16:39:00.4082906Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4085873Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-11-01T16:39:00.4089266Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4092109Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-11-01T16:39:00.4095275Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-11-01T16:39:00.4098244Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-11-01T16:39:00.4101509Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-11-01T16:39:00.4104586Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-11-01T16:39:00.4107888Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4110714Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-11-01T16:39:00.4113837Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-11-01T16:39:00.4116817Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-11-01T16:39:00.4120135Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4122911Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-11-01T16:39:00.4126062Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-11-01T16:39:00.4129140Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-11-01T16:39:00.4132421Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4135250Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-11-01T16:39:00.4138414Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-11-01T16:39:00.4141567Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-11-01T16:39:00.4144900Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4147682Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-11-01T16:39:00.4150819Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-11-01T16:39:00.4153819Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-11-01T16:39:00.4157118Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4159855Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-11-01T16:39:00.4162999Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-11-01T16:39:00.4166406Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-11-01T16:39:00.4169916Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-11-01T16:39:00.4173445Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4176319Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-11-01T16:39:00.4179709Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-11-01T16:39:00.4183165Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4186026Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-11-01T16:39:00.4189212Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-11-01T16:39:00.4192421Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-11-01T16:39:00.4195793Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4198714Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-11-01T16:39:00.4201895Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-11-01T16:39:00.4205319Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-11-01T16:39:00.4208856Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4211688Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-11-01T16:39:00.4214897Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-11-01T16:39:00.4217934Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-11-01T16:39:00.4221340Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4224105Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-11-01T16:39:00.4227145Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-11-01T16:39:00.4230516Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-11-01T16:39:00.4234030Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-11-01T16:39:00.4237585Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4240455Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-11-01T16:39:00.4243658Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-11-01T16:39:00.4247321Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4250164Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-11-01T16:39:00.4253381Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-11-01T16:39:00.4256815Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-11-01T16:39:00.4260435Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4263354Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-11-01T16:39:00.4266582Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-11-01T16:39:00.4269936Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-11-01T16:39:00.4273469Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-11-01T16:39:00.4276984Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4279862Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-11-01T16:39:00.4283174Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-11-01T16:39:00.4286575Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4289596Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-11-01T16:39:00.4292778Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-11-01T16:39:00.4296420Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-11-01T16:39:00.4300151Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4303061Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-11-01T16:39:00.4306422Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-11-01T16:39:00.4309534Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-11-01T16:39:00.4313000Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4316369Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-11-01T16:39:00.4319071Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-11-01T16:39:00.4322606Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-11-01T16:39:00.4326109Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-11-01T16:39:00.4329825Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4332709Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-11-01T16:39:00.4336027Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-11-01T16:39:00.4339599Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4342548Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-11-01T16:39:00.4345884Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-11-01T16:39:00.4349333Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-11-01T16:39:00.4353009Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4356002Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-11-01T16:39:00.4359200Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-11-01T16:39:00.4362665Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-11-01T16:39:00.4366305Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-11-01T16:39:00.4369921Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4373043Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-11-01T16:39:00.4376414Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-11-01T16:39:00.4379919Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4382925Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-11-01T16:39:00.4386261Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-11-01T16:39:00.4389741Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-11-01T16:39:00.4393395Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4396272Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-11-01T16:39:00.4399657Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-11-01T16:39:00.4403190Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-11-01T16:39:00.4406725Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-11-01T16:39:00.4410489Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4413312Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-11-01T16:39:00.4416670Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-11-01T16:39:00.4420213Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4423216Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-11-01T16:39:00.4426637Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-11-01T16:39:00.4429835Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-11-01T16:39:00.4433394Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4436249Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-11-01T16:39:00.4439616Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-11-01T16:39:00.4443108Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-11-01T16:39:00.4446688Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4449664Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-11-01T16:39:00.4452868Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-11-01T16:39:00.4456215Z adding 'torch/include/ATen/ops/fill.h' 2024-11-01T16:39:00.4459689Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4462733Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-11-01T16:39:00.4465916Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-11-01T16:39:00.4468864Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-11-01T16:39:00.4484435Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4484658Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-11-01T16:39:00.4484898Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-11-01T16:39:00.4485103Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-11-01T16:39:00.4486511Z adding 'torch/include/ATen/ops/fill_native.h' 2024-11-01T16:39:00.4490043Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-11-01T16:39:00.4493223Z adding 'torch/include/ATen/ops/fix.h' 2024-11-01T16:39:00.4496688Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4499572Z adding 'torch/include/ATen/ops/fix_native.h' 2024-11-01T16:39:00.4502940Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-11-01T16:39:00.4506102Z adding 'torch/include/ATen/ops/flatten.h' 2024-11-01T16:39:00.4509692Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4512585Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-11-01T16:39:00.4516024Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4518894Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-11-01T16:39:00.4522020Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-11-01T16:39:00.4524970Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-11-01T16:39:00.4528256Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-11-01T16:39:00.4531359Z adding 'torch/include/ATen/ops/flip.h' 2024-11-01T16:39:00.4534776Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4537693Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-11-01T16:39:00.4540846Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-11-01T16:39:00.4543752Z adding 'torch/include/ATen/ops/flip_native.h' 2024-11-01T16:39:00.4546888Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-11-01T16:39:00.4549877Z adding 'torch/include/ATen/ops/fliplr.h' 2024-11-01T16:39:00.4553116Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4555913Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-11-01T16:39:00.4558941Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-11-01T16:39:00.4561952Z adding 'torch/include/ATen/ops/flipud.h' 2024-11-01T16:39:00.4565713Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4568138Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-11-01T16:39:00.4571223Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-11-01T16:39:00.4574444Z adding 'torch/include/ATen/ops/float_power.h' 2024-11-01T16:39:00.4577848Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4580844Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-11-01T16:39:00.4584257Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-11-01T16:39:00.4587425Z adding 'torch/include/ATen/ops/floor.h' 2024-11-01T16:39:00.4590821Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4593586Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-11-01T16:39:00.4596631Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-11-01T16:39:00.4599722Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-11-01T16:39:00.4603085Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4605993Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-11-01T16:39:00.4609020Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-11-01T16:39:00.4612099Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-11-01T16:39:00.4615127Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-11-01T16:39:00.4618494Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-11-01T16:39:00.4621789Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-11-01T16:39:00.4624892Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-11-01T16:39:00.4628840Z adding 'torch/include/ATen/ops/floor_native.h' 2024-11-01T16:39:00.4686950Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-11-01T16:39:00.4691117Z adding 'torch/include/ATen/ops/fmax.h' 2024-11-01T16:39:00.4695918Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4700006Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-11-01T16:39:00.4704273Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-11-01T16:39:00.4708386Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-11-01T16:39:00.4712701Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-11-01T16:39:00.4716798Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-11-01T16:39:00.4721148Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-11-01T16:39:00.4725422Z adding 'torch/include/ATen/ops/fmin.h' 2024-11-01T16:39:00.4730092Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4734103Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-11-01T16:39:00.4737969Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-11-01T16:39:00.4741257Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-11-01T16:39:00.4744467Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-11-01T16:39:00.4747423Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-11-01T16:39:00.4750662Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-11-01T16:39:00.4753821Z adding 'torch/include/ATen/ops/fmod.h' 2024-11-01T16:39:00.4757214Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4760723Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4763602Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-11-01T16:39:00.4767058Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-11-01T16:39:00.4769737Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-11-01T16:39:00.4772998Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-11-01T16:39:00.4776162Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-11-01T16:39:00.4779640Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-11-01T16:39:00.4783098Z adding 'torch/include/ATen/ops/frac.h' 2024-11-01T16:39:00.4786505Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4789495Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-11-01T16:39:00.4792626Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-11-01T16:39:00.4795778Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-11-01T16:39:00.4798988Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-11-01T16:39:00.4802252Z adding 'torch/include/ATen/ops/frac_native.h' 2024-11-01T16:39:00.4805770Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-11-01T16:39:00.4808965Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-11-01T16:39:00.4812397Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-11-01T16:39:00.4815948Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4819035Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.4822381Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.4825602Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-11-01T16:39:00.4829171Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:39:00.4832102Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-11-01T16:39:00.4835618Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-11-01T16:39:00.4839081Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4842174Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-11-01T16:39:00.4845685Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-11-01T16:39:00.4848597Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-11-01T16:39:00.4852000Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-11-01T16:39:00.4855075Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-11-01T16:39:00.4858545Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-11-01T16:39:00.4861977Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-11-01T16:39:00.4865411Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-11-01T16:39:00.4868882Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.4872066Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.4875282Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-11-01T16:39:00.4879071Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-11-01T16:39:00.4882336Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.4885579Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-11-01T16:39:00.4888546Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-11-01T16:39:00.4892669Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-11-01T16:39:00.4896495Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-11-01T16:39:00.4899551Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-11-01T16:39:00.4902995Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-11-01T16:39:00.4906099Z adding 'torch/include/ATen/ops/frexp.h' 2024-11-01T16:39:00.4909614Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4912569Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-11-01T16:39:00.4915873Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-11-01T16:39:00.4919338Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-11-01T16:39:00.4922316Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-11-01T16:39:00.4925602Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-11-01T16:39:00.4929068Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4932134Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-11-01T16:39:00.4935372Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-11-01T16:39:00.4939159Z adding 'torch/include/ATen/ops/from_blob.h' 2024-11-01T16:39:00.4942751Z adding 'torch/include/ATen/ops/from_file.h' 2024-11-01T16:39:00.4946185Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4949385Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-11-01T16:39:00.4953009Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-11-01T16:39:00.4956004Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-11-01T16:39:00.4959840Z adding 'torch/include/ATen/ops/full.h' 2024-11-01T16:39:00.4963539Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4966948Z adding 'torch/include/ATen/ops/full_like.h' 2024-11-01T16:39:00.4970607Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.4973591Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-11-01T16:39:00.4990990Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-11-01T16:39:00.4991169Z adding 'torch/include/ATen/ops/full_native.h' 2024-11-01T16:39:00.4991314Z adding 'torch/include/ATen/ops/full_ops.h' 2024-11-01T16:39:00.4991585Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-11-01T16:39:00.4992676Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.4995655Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-11-01T16:39:00.4999125Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-11-01T16:39:00.5002784Z adding 'torch/include/ATen/ops/gather.h' 2024-11-01T16:39:00.5005541Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-11-01T16:39:00.5009056Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5011826Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-11-01T16:39:00.5015099Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-11-01T16:39:00.5018534Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5021702Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5025593Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-11-01T16:39:00.5028010Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-11-01T16:39:00.5031001Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-11-01T16:39:00.5034584Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-11-01T16:39:00.5037222Z adding 'torch/include/ATen/ops/gather_native.h' 2024-11-01T16:39:00.5041455Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-11-01T16:39:00.5043896Z adding 'torch/include/ATen/ops/gcd.h' 2024-11-01T16:39:00.5047393Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5050263Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-11-01T16:39:00.5053322Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-11-01T16:39:00.5056330Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-11-01T16:39:00.5059463Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-11-01T16:39:00.5062558Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-11-01T16:39:00.5065799Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-11-01T16:39:00.5068963Z adding 'torch/include/ATen/ops/ge.h' 2024-11-01T16:39:00.5072568Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5075472Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-11-01T16:39:00.5078612Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-11-01T16:39:00.5081637Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-11-01T16:39:00.5084768Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-11-01T16:39:00.5087901Z adding 'torch/include/ATen/ops/ge_native.h' 2024-11-01T16:39:00.5091267Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-11-01T16:39:00.5094468Z adding 'torch/include/ATen/ops/gelu.h' 2024-11-01T16:39:00.5097700Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-11-01T16:39:00.5101272Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5104213Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5107372Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5110318Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-11-01T16:39:00.5113483Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-11-01T16:39:00.5116488Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-11-01T16:39:00.5119729Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-11-01T16:39:00.5123133Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5125980Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-11-01T16:39:00.5129297Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-11-01T16:39:00.5132277Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-11-01T16:39:00.5135403Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-11-01T16:39:00.5138466Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-11-01T16:39:00.5141848Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-11-01T16:39:00.5145069Z adding 'torch/include/ATen/ops/geometric.h' 2024-11-01T16:39:00.5148449Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5151408Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-11-01T16:39:00.5154503Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-11-01T16:39:00.5157545Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-11-01T16:39:00.5160540Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-11-01T16:39:00.5163750Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-11-01T16:39:00.5166852Z adding 'torch/include/ATen/ops/geqrf.h' 2024-11-01T16:39:00.5170107Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-11-01T16:39:00.5173205Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-11-01T16:39:00.5176159Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-11-01T16:39:00.5179317Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-11-01T16:39:00.5182457Z adding 'torch/include/ATen/ops/ger.h' 2024-11-01T16:39:00.5185742Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5188849Z adding 'torch/include/ATen/ops/ger_native.h' 2024-11-01T16:39:00.5191711Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-11-01T16:39:00.5194642Z adding 'torch/include/ATen/ops/glu.h' 2024-11-01T16:39:00.5197824Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-11-01T16:39:00.5200994Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5204028Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5207088Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-11-01T16:39:00.5210388Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5213312Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-11-01T16:39:00.5216386Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-11-01T16:39:00.5219409Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-11-01T16:39:00.5222672Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-11-01T16:39:00.5225714Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-11-01T16:39:00.5229004Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-11-01T16:39:00.5232456Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5235397Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-11-01T16:39:00.5238472Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-11-01T16:39:00.5241492Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-11-01T16:39:00.5244819Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5247735Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-11-01T16:39:00.5250725Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-11-01T16:39:00.5253654Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-11-01T16:39:00.5256787Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-11-01T16:39:00.5259852Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-11-01T16:39:00.5262950Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-11-01T16:39:00.5265883Z adding 'torch/include/ATen/ops/glu_native.h' 2024-11-01T16:39:00.5268989Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-11-01T16:39:00.5272245Z adding 'torch/include/ATen/ops/gradient.h' 2024-11-01T16:39:00.5275708Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5278598Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-11-01T16:39:00.5282832Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-11-01T16:39:00.5286156Z adding 'torch/include/ATen/ops/greater.h' 2024-11-01T16:39:00.5289549Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5292494Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-11-01T16:39:00.5295933Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5298768Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-11-01T16:39:00.5302251Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-11-01T16:39:00.5305346Z adding 'torch/include/ATen/ops/greater_native.h' 2024-11-01T16:39:00.5308672Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-11-01T16:39:00.5311811Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-11-01T16:39:00.5314878Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-11-01T16:39:00.5318160Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-11-01T16:39:00.5321609Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5324581Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5327676Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5330643Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-11-01T16:39:00.5334142Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-11-01T16:39:00.5337853Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5340575Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-11-01T16:39:00.5343624Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-11-01T16:39:00.5346572Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-11-01T16:39:00.5349762Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-11-01T16:39:00.5352881Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-11-01T16:39:00.5356111Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-11-01T16:39:00.5359515Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5362467Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5365562Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5368553Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-11-01T16:39:00.5372284Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-11-01T16:39:00.5375683Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5378286Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-11-01T16:39:00.5381604Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-11-01T16:39:00.5384632Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-11-01T16:39:00.5387981Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-11-01T16:39:00.5391312Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5394262Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-11-01T16:39:00.5397441Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-11-01T16:39:00.5400613Z adding 'torch/include/ATen/ops/group_norm.h' 2024-11-01T16:39:00.5404250Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5406890Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-11-01T16:39:00.5410174Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-11-01T16:39:00.5413308Z adding 'torch/include/ATen/ops/gru.h' 2024-11-01T16:39:00.5416556Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-11-01T16:39:00.5419996Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5422927Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-11-01T16:39:00.5426260Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-11-01T16:39:00.5429464Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5432428Z adding 'torch/include/ATen/ops/gru_native.h' 2024-11-01T16:39:00.5435715Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-11-01T16:39:00.5439092Z adding 'torch/include/ATen/ops/gt.h' 2024-11-01T16:39:00.5442499Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5445522Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-11-01T16:39:00.5448897Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-11-01T16:39:00.5451729Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-11-01T16:39:00.5455032Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-11-01T16:39:00.5458079Z adding 'torch/include/ATen/ops/gt_native.h' 2024-11-01T16:39:00.5461688Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-11-01T16:39:00.5465840Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-11-01T16:39:00.5469215Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5472359Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-11-01T16:39:00.5475972Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-11-01T16:39:00.5481363Z adding 'torch/include/ATen/ops/hann_window.h' 2024-11-01T16:39:00.5483657Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5503897Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-11-01T16:39:00.5504132Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-11-01T16:39:00.5504310Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-11-01T16:39:00.5504517Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-11-01T16:39:00.5505069Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5505363Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5508108Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5511311Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-11-01T16:39:00.5516450Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-11-01T16:39:00.5522743Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-11-01T16:39:00.5526002Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-11-01T16:39:00.5529653Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5532514Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-11-01T16:39:00.5535673Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-11-01T16:39:00.5538855Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-11-01T16:39:00.5542145Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-11-01T16:39:00.5545133Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-11-01T16:39:00.5548531Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-11-01T16:39:00.5551654Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-11-01T16:39:00.5555048Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-11-01T16:39:00.5558546Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5561415Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5564566Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5567533Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-11-01T16:39:00.5570715Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-11-01T16:39:00.5573692Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-11-01T16:39:00.5576907Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-11-01T16:39:00.5580339Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5583178Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-11-01T16:39:00.5586453Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-11-01T16:39:00.5589447Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-11-01T16:39:00.5592568Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-11-01T16:39:00.5595561Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-11-01T16:39:00.5598736Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-11-01T16:39:00.5601858Z adding 'torch/include/ATen/ops/hardswish.h' 2024-11-01T16:39:00.5605004Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-11-01T16:39:00.5608372Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5611311Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5614374Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5617345Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-11-01T16:39:00.5620592Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-11-01T16:39:00.5623707Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-11-01T16:39:00.5626812Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-11-01T16:39:00.5630160Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-11-01T16:39:00.5632885Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-11-01T16:39:00.5636180Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-11-01T16:39:00.5639286Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-11-01T16:39:00.5642515Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-11-01T16:39:00.5645724Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5657173Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5657575Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-11-01T16:39:00.5657793Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-11-01T16:39:00.5658069Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-11-01T16:39:00.5661403Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-11-01T16:39:00.5664479Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-11-01T16:39:00.5667519Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-11-01T16:39:00.5670746Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-11-01T16:39:00.5673899Z adding 'torch/include/ATen/ops/heaviside.h' 2024-11-01T16:39:00.5677315Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5680154Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-11-01T16:39:00.5683248Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-11-01T16:39:00.5686204Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-11-01T16:39:00.5689365Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-11-01T16:39:00.5692315Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-11-01T16:39:00.5695559Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-11-01T16:39:00.5698730Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-11-01T16:39:00.5702498Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5705155Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-11-01T16:39:00.5708208Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-11-01T16:39:00.5711350Z adding 'torch/include/ATen/ops/histc.h' 2024-11-01T16:39:00.5714585Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-11-01T16:39:00.5717695Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-11-01T16:39:00.5720718Z adding 'torch/include/ATen/ops/histc_native.h' 2024-11-01T16:39:00.5723893Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-11-01T16:39:00.5727507Z adding 'torch/include/ATen/ops/histogram.h' 2024-11-01T16:39:00.5730642Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-11-01T16:39:00.5733731Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-11-01T16:39:00.5737268Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-11-01T16:39:00.5740665Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-11-01T16:39:00.5744124Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5747091Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-11-01T16:39:00.5750487Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-11-01T16:39:00.5753652Z adding 'torch/include/ATen/ops/hsplit.h' 2024-11-01T16:39:00.5756966Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5759767Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-11-01T16:39:00.5763005Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-11-01T16:39:00.5766132Z adding 'torch/include/ATen/ops/hspmm.h' 2024-11-01T16:39:00.5769195Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-11-01T16:39:00.5772343Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-11-01T16:39:00.5775707Z adding 'torch/include/ATen/ops/hstack.h' 2024-11-01T16:39:00.5779082Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5782027Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-11-01T16:39:00.5785175Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-11-01T16:39:00.5788484Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-11-01T16:39:00.5792442Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-11-01T16:39:00.5795371Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.5798448Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-11-01T16:39:00.5801581Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-11-01T16:39:00.5804697Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-11-01T16:39:00.5807932Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-11-01T16:39:00.5811324Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-11-01T16:39:00.5814955Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-11-01T16:39:00.5817744Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-11-01T16:39:00.5821208Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-11-01T16:39:00.5824304Z adding 'torch/include/ATen/ops/hypot.h' 2024-11-01T16:39:00.5827876Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5830719Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-11-01T16:39:00.5834001Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-11-01T16:39:00.5836978Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-11-01T16:39:00.5840303Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-11-01T16:39:00.5843692Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-11-01T16:39:00.5846630Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-11-01T16:39:00.5850010Z adding 'torch/include/ATen/ops/i0.h' 2024-11-01T16:39:00.5853430Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5856453Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-11-01T16:39:00.5859669Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-11-01T16:39:00.5862739Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-11-01T16:39:00.5866312Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-11-01T16:39:00.5869137Z adding 'torch/include/ATen/ops/i0_native.h' 2024-11-01T16:39:00.5872489Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-11-01T16:39:00.5875590Z adding 'torch/include/ATen/ops/igamma.h' 2024-11-01T16:39:00.5879184Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5882034Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-11-01T16:39:00.5885301Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-11-01T16:39:00.5914538Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-11-01T16:39:00.5914758Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-11-01T16:39:00.5914931Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-11-01T16:39:00.5915104Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-11-01T16:39:00.5915248Z adding 'torch/include/ATen/ops/igammac.h' 2024-11-01T16:39:00.5915704Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5915924Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-11-01T16:39:00.5916201Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-11-01T16:39:00.5916867Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-11-01T16:39:00.5920477Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-11-01T16:39:00.5923124Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-11-01T16:39:00.5926531Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-11-01T16:39:00.5929693Z adding 'torch/include/ATen/ops/im2col.h' 2024-11-01T16:39:00.5933077Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-11-01T16:39:00.5936180Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-11-01T16:39:00.5939430Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-11-01T16:39:00.5942752Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-11-01T16:39:00.5945760Z adding 'torch/include/ATen/ops/imag.h' 2024-11-01T16:39:00.5949315Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5952216Z adding 'torch/include/ATen/ops/imag_native.h' 2024-11-01T16:39:00.5955250Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-11-01T16:39:00.5958379Z adding 'torch/include/ATen/ops/index.h' 2024-11-01T16:39:00.5961542Z adding 'torch/include/ATen/ops/index_add.h' 2024-11-01T16:39:00.5965285Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5968148Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.5971143Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-11-01T16:39:00.5974342Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-11-01T16:39:00.5977446Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-11-01T16:39:00.5980796Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-11-01T16:39:00.5984254Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-11-01T16:39:00.5987627Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-11-01T16:39:00.5991104Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.5993943Z adding 'torch/include/ATen/ops/index_copy.h' 2024-11-01T16:39:00.5997575Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6000943Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6003669Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-11-01T16:39:00.6006781Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-11-01T16:39:00.6009851Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-11-01T16:39:00.6013006Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-11-01T16:39:00.6016034Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-11-01T16:39:00.6019452Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-11-01T16:39:00.6022764Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-11-01T16:39:00.6026568Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-11-01T16:39:00.6030172Z adding 'torch/include/ATen/ops/index_fill.h' 2024-11-01T16:39:00.6033438Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6036551Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6039511Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-11-01T16:39:00.6042560Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-11-01T16:39:00.6051951Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-11-01T16:39:00.6052205Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-11-01T16:39:00.6054843Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-11-01T16:39:00.6066341Z adding 'torch/include/ATen/ops/index_meta.h' 2024-11-01T16:39:00.6066554Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-11-01T16:39:00.6066733Z adding 'torch/include/ATen/ops/index_native.h' 2024-11-01T16:39:00.6069032Z adding 'torch/include/ATen/ops/index_ops.h' 2024-11-01T16:39:00.6097015Z adding 'torch/include/ATen/ops/index_put.h' 2024-11-01T16:39:00.6097409Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6097592Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-11-01T16:39:00.6097761Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-11-01T16:39:00.6097935Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-11-01T16:39:00.6098414Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6098650Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-11-01T16:39:00.6098912Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-11-01T16:39:00.6101390Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-11-01T16:39:00.6104859Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-11-01T16:39:00.6109016Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-11-01T16:39:00.6111394Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-11-01T16:39:00.6114867Z adding 'torch/include/ATen/ops/index_select.h' 2024-11-01T16:39:00.6118120Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-11-01T16:39:00.6121745Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6124610Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-11-01T16:39:00.6127775Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-11-01T16:39:00.6131229Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6134214Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-11-01T16:39:00.6137476Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-11-01T16:39:00.6140627Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-11-01T16:39:00.6143949Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-11-01T16:39:00.6147895Z adding 'torch/include/ATen/ops/indices.h' 2024-11-01T16:39:00.6150487Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6153397Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-11-01T16:39:00.6156710Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6159915Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6162625Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-11-01T16:39:00.6165774Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-11-01T16:39:00.6168764Z adding 'torch/include/ATen/ops/indices_native.h' 2024-11-01T16:39:00.6171867Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-11-01T16:39:00.6175080Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-11-01T16:39:00.6178926Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6181561Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-11-01T16:39:00.6184677Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-11-01T16:39:00.6187525Z adding 'torch/include/ATen/ops/inner.h' 2024-11-01T16:39:00.6190848Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6193823Z adding 'torch/include/ATen/ops/inner_native.h' 2024-11-01T16:39:00.6197430Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-11-01T16:39:00.6200595Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-11-01T16:39:00.6203982Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6206943Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-11-01T16:39:00.6210171Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-11-01T16:39:00.6213225Z adding 'torch/include/ATen/ops/int_repr.h' 2024-11-01T16:39:00.6216540Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6219398Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-11-01T16:39:00.6222637Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-11-01T16:39:00.6225724Z adding 'torch/include/ATen/ops/inverse.h' 2024-11-01T16:39:00.6229050Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6231887Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-11-01T16:39:00.6235256Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-11-01T16:39:00.6238253Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-11-01T16:39:00.6241646Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6244411Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-11-01T16:39:00.6247792Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-11-01T16:39:00.6250903Z adding 'torch/include/ATen/ops/is_complex.h' 2024-11-01T16:39:00.6254075Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6256867Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-11-01T16:39:00.6260089Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-11-01T16:39:00.6263112Z adding 'torch/include/ATen/ops/is_conj.h' 2024-11-01T16:39:00.6266406Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6269164Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-11-01T16:39:00.6272234Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-11-01T16:39:00.6275256Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-11-01T16:39:00.6278559Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6281346Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-11-01T16:39:00.6284392Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-11-01T16:39:00.6287453Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-11-01T16:39:00.6290731Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6293527Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-11-01T16:39:00.6296858Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-11-01T16:39:00.6299855Z adding 'torch/include/ATen/ops/is_inference.h' 2024-11-01T16:39:00.6303181Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6305953Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-11-01T16:39:00.6309018Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-11-01T16:39:00.6311960Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-11-01T16:39:00.6315249Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6318039Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-11-01T16:39:00.6321128Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-11-01T16:39:00.6324129Z adding 'torch/include/ATen/ops/is_neg.h' 2024-11-01T16:39:00.6327407Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6330189Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-11-01T16:39:00.6333260Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-11-01T16:39:00.6336255Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-11-01T16:39:00.6339774Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6342664Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-11-01T16:39:00.6345753Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-11-01T16:39:00.6348739Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-11-01T16:39:00.6351994Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6354803Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-11-01T16:39:00.6357921Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-11-01T16:39:00.6360914Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-11-01T16:39:00.6364219Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6367010Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-11-01T16:39:00.6370069Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-11-01T16:39:00.6373318Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-11-01T16:39:00.6376469Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-11-01T16:39:00.6379659Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-11-01T16:39:00.6382590Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-11-01T16:39:00.6385661Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-11-01T16:39:00.6388677Z adding 'torch/include/ATen/ops/is_signed.h' 2024-11-01T16:39:00.6391984Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6395183Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-11-01T16:39:00.6398266Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-11-01T16:39:00.6401269Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-11-01T16:39:00.6404583Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6407376Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-11-01T16:39:00.6410434Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-11-01T16:39:00.6413440Z adding 'torch/include/ATen/ops/isclose.h' 2024-11-01T16:39:00.6416782Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6419686Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-11-01T16:39:00.6422824Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-11-01T16:39:00.6425847Z adding 'torch/include/ATen/ops/isfinite.h' 2024-11-01T16:39:00.6429161Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6431946Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-11-01T16:39:00.6435017Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-11-01T16:39:00.6438733Z adding 'torch/include/ATen/ops/isin.h' 2024-11-01T16:39:00.6442015Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6444973Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-11-01T16:39:00.6448173Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-11-01T16:39:00.6451225Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-11-01T16:39:00.6454438Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-11-01T16:39:00.6457511Z adding 'torch/include/ATen/ops/isin_native.h' 2024-11-01T16:39:00.6461095Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-11-01T16:39:00.6464285Z adding 'torch/include/ATen/ops/isinf.h' 2024-11-01T16:39:00.6467617Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6470426Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-11-01T16:39:00.6473555Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-11-01T16:39:00.6476611Z adding 'torch/include/ATen/ops/isnan.h' 2024-11-01T16:39:00.6479929Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6482860Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-11-01T16:39:00.6485876Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-11-01T16:39:00.6488835Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-11-01T16:39:00.6491964Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-11-01T16:39:00.6495026Z adding 'torch/include/ATen/ops/isneginf.h' 2024-11-01T16:39:00.6498444Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6501381Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-11-01T16:39:00.6504491Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-11-01T16:39:00.6507485Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-11-01T16:39:00.6510549Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-11-01T16:39:00.6513558Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-11-01T16:39:00.6516690Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-11-01T16:39:00.6519763Z adding 'torch/include/ATen/ops/isposinf.h' 2024-11-01T16:39:00.6523172Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6525958Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-11-01T16:39:00.6529026Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-11-01T16:39:00.6531976Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-11-01T16:39:00.6535073Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-11-01T16:39:00.6538093Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-11-01T16:39:00.6545070Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-11-01T16:39:00.6545216Z adding 'torch/include/ATen/ops/isreal.h' 2024-11-01T16:39:00.6548738Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6583812Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-11-01T16:39:00.6584026Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-11-01T16:39:00.6584163Z adding 'torch/include/ATen/ops/istft.h' 2024-11-01T16:39:00.6584513Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6584691Z adding 'torch/include/ATen/ops/istft_native.h' 2024-11-01T16:39:00.6584837Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-11-01T16:39:00.6584971Z adding 'torch/include/ATen/ops/item.h' 2024-11-01T16:39:00.6585321Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6585480Z adding 'torch/include/ATen/ops/item_native.h' 2024-11-01T16:39:00.6585646Z adding 'torch/include/ATen/ops/item_ops.h' 2024-11-01T16:39:00.6587230Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-11-01T16:39:00.6591067Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6594009Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-11-01T16:39:00.6597736Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-11-01T16:39:00.6601527Z adding 'torch/include/ATen/ops/kl_div.h' 2024-11-01T16:39:00.6604740Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6607749Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-11-01T16:39:00.6610906Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-11-01T16:39:00.6613993Z adding 'torch/include/ATen/ops/kron.h' 2024-11-01T16:39:00.6617408Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6620431Z adding 'torch/include/ATen/ops/kron_native.h' 2024-11-01T16:39:00.6623622Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-11-01T16:39:00.6626888Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-11-01T16:39:00.6630277Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6634263Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6636624Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-11-01T16:39:00.6639743Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-11-01T16:39:00.6642794Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-11-01T16:39:00.6646142Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-11-01T16:39:00.6649274Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-11-01T16:39:00.6652579Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6655356Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-11-01T16:39:00.6658453Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-11-01T16:39:00.6661827Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-11-01T16:39:00.6665389Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6668269Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-11-01T16:39:00.6671412Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-11-01T16:39:00.6674545Z adding 'torch/include/ATen/ops/lcm.h' 2024-11-01T16:39:00.6677943Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6680809Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-11-01T16:39:00.6684011Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-11-01T16:39:00.6687016Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-11-01T16:39:00.6690162Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-11-01T16:39:00.6693129Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-11-01T16:39:00.6696330Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-11-01T16:39:00.6699590Z adding 'torch/include/ATen/ops/ldexp.h' 2024-11-01T16:39:00.6702916Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6706003Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-11-01T16:39:00.6709208Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-11-01T16:39:00.6712360Z adding 'torch/include/ATen/ops/le.h' 2024-11-01T16:39:00.6715856Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6718763Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-11-01T16:39:00.6722040Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-11-01T16:39:00.6725042Z adding 'torch/include/ATen/ops/le_meta.h' 2024-11-01T16:39:00.6728208Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-11-01T16:39:00.6731275Z adding 'torch/include/ATen/ops/le_native.h' 2024-11-01T16:39:00.6734665Z adding 'torch/include/ATen/ops/le_ops.h' 2024-11-01T16:39:00.6737917Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-11-01T16:39:00.6741268Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-11-01T16:39:00.6744734Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6747631Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-11-01T16:39:00.6750741Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-11-01T16:39:00.6753764Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-11-01T16:39:00.6756926Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-11-01T16:39:00.6766551Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-11-01T16:39:00.6769985Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-11-01T16:39:00.6773471Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6776373Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-11-01T16:39:00.6779572Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-11-01T16:39:00.6782669Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-11-01T16:39:00.6785862Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-11-01T16:39:00.6788869Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-11-01T16:39:00.6792144Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-11-01T16:39:00.6795401Z adding 'torch/include/ATen/ops/lerp.h' 2024-11-01T16:39:00.6798923Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6801863Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-11-01T16:39:00.6805020Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-11-01T16:39:00.6808017Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-11-01T16:39:00.6811602Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-11-01T16:39:00.6814661Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-11-01T16:39:00.6818141Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-11-01T16:39:00.6821939Z adding 'torch/include/ATen/ops/less.h' 2024-11-01T16:39:00.6825405Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6828431Z adding 'torch/include/ATen/ops/less_equal.h' 2024-11-01T16:39:00.6831851Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6834921Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-11-01T16:39:00.6838769Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-11-01T16:39:00.6841611Z adding 'torch/include/ATen/ops/less_native.h' 2024-11-01T16:39:00.6845172Z adding 'torch/include/ATen/ops/less_ops.h' 2024-11-01T16:39:00.6848391Z adding 'torch/include/ATen/ops/lgamma.h' 2024-11-01T16:39:00.6852023Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6855344Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-11-01T16:39:00.6858153Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-11-01T16:39:00.6861424Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-11-01T16:39:00.6864576Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-11-01T16:39:00.6867799Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-11-01T16:39:00.6871054Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-11-01T16:39:00.6874232Z adding 'torch/include/ATen/ops/lift.h' 2024-11-01T16:39:00.6878091Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6880564Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-11-01T16:39:00.6884165Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6886881Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-11-01T16:39:00.6890356Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.6893615Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6896597Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-11-01T16:39:00.6899978Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-11-01T16:39:00.6903131Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-11-01T16:39:00.6906559Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-11-01T16:39:00.6909391Z adding 'torch/include/ATen/ops/lift_native.h' 2024-11-01T16:39:00.6912753Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-11-01T16:39:00.6915956Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-11-01T16:39:00.6919461Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6922471Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-11-01T16:39:00.6926095Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6929244Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-11-01T16:39:00.6932269Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-11-01T16:39:00.6935391Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-11-01T16:39:00.6938553Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-11-01T16:39:00.6941794Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-11-01T16:39:00.6945207Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-11-01T16:39:00.6948236Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-11-01T16:39:00.6951613Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-11-01T16:39:00.6954722Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-11-01T16:39:00.6958280Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.6961157Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-11-01T16:39:00.6964580Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-11-01T16:39:00.6967769Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-11-01T16:39:00.6971397Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.6974628Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-11-01T16:39:00.6977598Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-11-01T16:39:00.6995840Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-11-01T16:39:00.6996462Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-11-01T16:39:00.6997076Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-11-01T16:39:00.6997621Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-11-01T16:39:00.6998144Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-11-01T16:39:00.6998848Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7001748Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-11-01T16:39:00.7004811Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-11-01T16:39:00.7008081Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-11-01T16:39:00.7011458Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7014505Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-11-01T16:39:00.7017631Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-11-01T16:39:00.7021496Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-11-01T16:39:00.7024728Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-11-01T16:39:00.7027844Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-11-01T16:39:00.7031296Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-11-01T16:39:00.7034331Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-11-01T16:39:00.7037479Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-11-01T16:39:00.7040854Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7043711Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-11-01T16:39:00.7047089Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-11-01T16:39:00.7050228Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-11-01T16:39:00.7053572Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7056535Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:39:00.7059688Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:39:00.7062685Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-11-01T16:39:00.7065809Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-11-01T16:39:00.7068904Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-11-01T16:39:00.7072263Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7075087Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-11-01T16:39:00.7078444Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-11-01T16:39:00.7081676Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-11-01T16:39:00.7084895Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-11-01T16:39:00.7088018Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-11-01T16:39:00.7090998Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-11-01T16:39:00.7094128Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-11-01T16:39:00.7097104Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-11-01T16:39:00.7100532Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7103477Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-11-01T16:39:00.7106934Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7109812Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-11-01T16:39:00.7112944Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-11-01T16:39:00.7115918Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-11-01T16:39:00.7119053Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-11-01T16:39:00.7122043Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-11-01T16:39:00.7125251Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-11-01T16:39:00.7128275Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-11-01T16:39:00.7131479Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-11-01T16:39:00.7134851Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-11-01T16:39:00.7138468Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7141506Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-11-01T16:39:00.7145153Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7148087Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-11-01T16:39:00.7151340Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-11-01T16:39:00.7154349Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-11-01T16:39:00.7157934Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-11-01T16:39:00.7160961Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-11-01T16:39:00.7164231Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-11-01T16:39:00.7167507Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-11-01T16:39:00.7170776Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-11-01T16:39:00.7174085Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-11-01T16:39:00.7177615Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7180776Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-11-01T16:39:00.7184014Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-11-01T16:39:00.7187009Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-11-01T16:39:00.7190289Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-11-01T16:39:00.7193300Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-11-01T16:39:00.7196665Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-11-01T16:39:00.7199913Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-11-01T16:39:00.7203515Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7206679Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-11-01T16:39:00.7209912Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-11-01T16:39:00.7213058Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-11-01T16:39:00.7216407Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-11-01T16:39:00.7219783Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-11-01T16:39:00.7223343Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7226927Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-11-01T16:39:00.7230253Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-11-01T16:39:00.7233399Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-11-01T16:39:00.7236907Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7239923Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-11-01T16:39:00.7243527Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7246436Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-11-01T16:39:00.7249700Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-11-01T16:39:00.7252809Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-11-01T16:39:00.7256038Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-11-01T16:39:00.7259171Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-11-01T16:39:00.7262569Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-11-01T16:39:00.7265776Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-11-01T16:39:00.7269028Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-11-01T16:39:00.7272179Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-11-01T16:39:00.7275427Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-11-01T16:39:00.7278467Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-11-01T16:39:00.7281780Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-11-01T16:39:00.7284997Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-11-01T16:39:00.7288602Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7291516Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-11-01T16:39:00.7294782Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-11-01T16:39:00.7297852Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-11-01T16:39:00.7301281Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-11-01T16:39:00.7304421Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-11-01T16:39:00.7307591Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-11-01T16:39:00.7310821Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-11-01T16:39:00.7314205Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7317186Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-11-01T16:39:00.7320314Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-11-01T16:39:00.7323579Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-11-01T16:39:00.7327482Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7330065Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-11-01T16:39:00.7333362Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-11-01T16:39:00.7336275Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-11-01T16:39:00.7339605Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-11-01T16:39:00.7342970Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-11-01T16:39:00.7346633Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7349929Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-11-01T16:39:00.7353134Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-11-01T16:39:00.7356455Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-11-01T16:39:00.7359848Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7362856Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-11-01T16:39:00.7366001Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-11-01T16:39:00.7369629Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-11-01T16:39:00.7373429Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7376478Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-11-01T16:39:00.7380360Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-11-01T16:39:00.7383771Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-11-01T16:39:00.7387161Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7390123Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-11-01T16:39:00.7393365Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-11-01T16:39:00.7396810Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-11-01T16:39:00.7400881Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7403495Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-11-01T16:39:00.7407019Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-11-01T16:39:00.7410565Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-11-01T16:39:00.7414181Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7417955Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7420823Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7423970Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-11-01T16:39:00.7427620Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-11-01T16:39:00.7431091Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-11-01T16:39:00.7434916Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7438168Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-11-01T16:39:00.7441482Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-11-01T16:39:00.7444516Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-11-01T16:39:00.7447925Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-11-01T16:39:00.7451109Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-11-01T16:39:00.7454358Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-11-01T16:39:00.7457543Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-11-01T16:39:00.7461096Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7464118Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-11-01T16:39:00.7467341Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-11-01T16:39:00.7470475Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-11-01T16:39:00.7473836Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7476778Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-11-01T16:39:00.7480359Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7483240Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-11-01T16:39:00.7486476Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-11-01T16:39:00.7489489Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-11-01T16:39:00.7492665Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-11-01T16:39:00.7495854Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-11-01T16:39:00.7499132Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-11-01T16:39:00.7502394Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-11-01T16:39:00.7505397Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-11-01T16:39:00.7509251Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-11-01T16:39:00.7512545Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-11-01T16:39:00.7516098Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7518984Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-11-01T16:39:00.7522274Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-11-01T16:39:00.7525481Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-11-01T16:39:00.7528875Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7531676Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-11-01T16:39:00.7534838Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-11-01T16:39:00.7537955Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-11-01T16:39:00.7541462Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7544279Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-11-01T16:39:00.7547461Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-11-01T16:39:00.7550639Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-11-01T16:39:00.7554040Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7556871Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-11-01T16:39:00.7560072Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-11-01T16:39:00.7563253Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-11-01T16:39:00.7567190Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7570658Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-11-01T16:39:00.7573529Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-11-01T16:39:00.7608779Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-11-01T16:39:00.7609548Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7610333Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-11-01T16:39:00.7610899Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-11-01T16:39:00.7611450Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-11-01T16:39:00.7612329Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7614101Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-11-01T16:39:00.7614854Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-11-01T16:39:00.7615519Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-11-01T16:39:00.7616205Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-11-01T16:39:00.7616893Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-11-01T16:39:00.7617502Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-11-01T16:39:00.7620446Z adding 'torch/include/ATen/ops/linear.h' 2024-11-01T16:39:00.7622914Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-11-01T16:39:00.7626548Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7629390Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-11-01T16:39:00.7632820Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-11-01T16:39:00.7636192Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7639303Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7642185Z adding 'torch/include/ATen/ops/linear_native.h' 2024-11-01T16:39:00.7645474Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-11-01T16:39:00.7649372Z adding 'torch/include/ATen/ops/linspace.h' 2024-11-01T16:39:00.7653111Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7656166Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-11-01T16:39:00.7659505Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-11-01T16:39:00.7662764Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-11-01T16:39:00.7665909Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-11-01T16:39:00.7669685Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-11-01T16:39:00.7673013Z adding 'torch/include/ATen/ops/log.h' 2024-11-01T16:39:00.7676117Z adding 'torch/include/ATen/ops/log10.h' 2024-11-01T16:39:00.7679543Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7682439Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-11-01T16:39:00.7685504Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-11-01T16:39:00.7688855Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-11-01T16:39:00.7691746Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-11-01T16:39:00.7694745Z adding 'torch/include/ATen/ops/log10_native.h' 2024-11-01T16:39:00.7697978Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-11-01T16:39:00.7701235Z adding 'torch/include/ATen/ops/log1p.h' 2024-11-01T16:39:00.7704716Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7707522Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-11-01T16:39:00.7710614Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-11-01T16:39:00.7713638Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-11-01T16:39:00.7716760Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-11-01T16:39:00.7719783Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-11-01T16:39:00.7723000Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-11-01T16:39:00.7726130Z adding 'torch/include/ATen/ops/log2.h' 2024-11-01T16:39:00.7729537Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7732362Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-11-01T16:39:00.7735511Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-11-01T16:39:00.7738493Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-11-01T16:39:00.7741707Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-11-01T16:39:00.7744820Z adding 'torch/include/ATen/ops/log2_native.h' 2024-11-01T16:39:00.7748043Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-11-01T16:39:00.7751579Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7754932Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-11-01T16:39:00.7757508Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-11-01T16:39:00.7760476Z adding 'torch/include/ATen/ops/log_meta.h' 2024-11-01T16:39:00.7763610Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-11-01T16:39:00.7766594Z adding 'torch/include/ATen/ops/log_native.h' 2024-11-01T16:39:00.7769735Z adding 'torch/include/ATen/ops/log_normal.h' 2024-11-01T16:39:00.7773121Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7776079Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-11-01T16:39:00.7779181Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-11-01T16:39:00.7782437Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-11-01T16:39:00.7785466Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-11-01T16:39:00.7788673Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-11-01T16:39:00.7791953Z adding 'torch/include/ATen/ops/log_ops.h' 2024-11-01T16:39:00.7795135Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-11-01T16:39:00.7798295Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-11-01T16:39:00.7801549Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:39:00.7804698Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:39:00.7807702Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-11-01T16:39:00.7810916Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-11-01T16:39:00.7814270Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7817224Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-11-01T16:39:00.7820534Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-11-01T16:39:00.7823704Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-11-01T16:39:00.7826747Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-11-01T16:39:00.7829972Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-11-01T16:39:00.7832932Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-11-01T16:39:00.7836425Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-11-01T16:39:00.7839636Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-11-01T16:39:00.7843003Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7846319Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7849223Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-11-01T16:39:00.7852543Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-11-01T16:39:00.7855660Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-11-01T16:39:00.7858762Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-11-01T16:39:00.7862390Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7865270Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-11-01T16:39:00.7868454Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-11-01T16:39:00.7871339Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-11-01T16:39:00.7874517Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-11-01T16:39:00.7877459Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-11-01T16:39:00.7880613Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-11-01T16:39:00.7884102Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.7886964Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-11-01T16:39:00.7890154Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-11-01T16:39:00.7893146Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-11-01T16:39:00.7896301Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-11-01T16:39:00.7899812Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-11-01T16:39:00.7902634Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-11-01T16:39:00.7905785Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-11-01T16:39:00.7909192Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7912283Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7915126Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-11-01T16:39:00.7923747Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-11-01T16:39:00.7924436Z adding 'torch/include/ATen/ops/logdet.h' 2024-11-01T16:39:00.7926679Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.7929474Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-11-01T16:39:00.7932610Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-11-01T16:39:00.7935690Z adding 'torch/include/ATen/ops/logical_and.h' 2024-11-01T16:39:00.7939037Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7942119Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-11-01T16:39:00.7945317Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-11-01T16:39:00.7948449Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-11-01T16:39:00.7951690Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-11-01T16:39:00.7954842Z adding 'torch/include/ATen/ops/logical_not.h' 2024-11-01T16:39:00.7958196Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7961154Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-11-01T16:39:00.7964192Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-11-01T16:39:00.7967155Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-11-01T16:39:00.7970297Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-11-01T16:39:00.7973409Z adding 'torch/include/ATen/ops/logical_or.h' 2024-11-01T16:39:00.7976746Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7979726Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-11-01T16:39:00.7982886Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-11-01T16:39:00.7985852Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-11-01T16:39:00.7989127Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-11-01T16:39:00.7992257Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-11-01T16:39:00.7995579Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.7998508Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-11-01T16:39:00.8001559Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-11-01T16:39:00.8004501Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-11-01T16:39:00.8008684Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-11-01T16:39:00.8011379Z adding 'torch/include/ATen/ops/logit.h' 2024-11-01T16:39:00.8014536Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-11-01T16:39:00.8018085Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8021023Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-11-01T16:39:00.8024156Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-11-01T16:39:00.8027522Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-11-01T16:39:00.8030697Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-11-01T16:39:00.8033737Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-11-01T16:39:00.8036906Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-11-01T16:39:00.8040019Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-11-01T16:39:00.8043134Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-11-01T16:39:00.8046278Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-11-01T16:39:00.8052800Z adding 'torch/include/ATen/ops/logit_native.h' 2024-11-01T16:39:00.8053306Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-11-01T16:39:00.8056718Z adding 'torch/include/ATen/ops/logspace.h' 2024-11-01T16:39:00.8060678Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8064064Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-11-01T16:39:00.8066978Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-11-01T16:39:00.8101204Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-11-01T16:39:00.8101786Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-11-01T16:39:00.8102302Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-11-01T16:39:00.8102888Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-11-01T16:39:00.8103642Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8104683Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8105706Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8106599Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-11-01T16:39:00.8107126Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-11-01T16:39:00.8107608Z adding 'torch/include/ATen/ops/lshift.h' 2024-11-01T16:39:00.8108272Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8110849Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-11-01T16:39:00.8113806Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-11-01T16:39:00.8116865Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-11-01T16:39:00.8120177Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-11-01T16:39:00.8124568Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-11-01T16:39:00.8127025Z adding 'torch/include/ATen/ops/lstm.h' 2024-11-01T16:39:00.8130070Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-11-01T16:39:00.8133511Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8136546Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-11-01T16:39:00.8139805Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-11-01T16:39:00.8143334Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8146719Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-11-01T16:39:00.8150313Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8153403Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-11-01T16:39:00.8156895Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-11-01T16:39:00.8160030Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-11-01T16:39:00.8163390Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-11-01T16:39:00.8166531Z adding 'torch/include/ATen/ops/lt.h' 2024-11-01T16:39:00.8169933Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8172882Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-11-01T16:39:00.8176131Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-11-01T16:39:00.8179119Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-11-01T16:39:00.8182543Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-11-01T16:39:00.8185627Z adding 'torch/include/ATen/ops/lt_native.h' 2024-11-01T16:39:00.8188898Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-11-01T16:39:00.8192153Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-11-01T16:39:00.8195482Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8198302Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-11-01T16:39:00.8201487Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-11-01T16:39:00.8204729Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-11-01T16:39:00.8208311Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8211620Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-11-01T16:39:00.8214319Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-11-01T16:39:00.8217276Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-11-01T16:39:00.8220714Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-11-01T16:39:00.8223750Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-11-01T16:39:00.8226943Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-11-01T16:39:00.8229998Z adding 'torch/include/ATen/ops/mH.h' 2024-11-01T16:39:00.8233277Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8236177Z adding 'torch/include/ATen/ops/mH_native.h' 2024-11-01T16:39:00.8239511Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-11-01T16:39:00.8242356Z adding 'torch/include/ATen/ops/mT.h' 2024-11-01T16:39:00.8246007Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8248802Z adding 'torch/include/ATen/ops/mT_native.h' 2024-11-01T16:39:00.8251894Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-11-01T16:39:00.8255713Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-11-01T16:39:00.8259205Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8262269Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-11-01T16:39:00.8265401Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-11-01T16:39:00.8268617Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-11-01T16:39:00.8272051Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8275018Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-11-01T16:39:00.8278092Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-11-01T16:39:00.8281126Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-11-01T16:39:00.8284278Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-11-01T16:39:00.8287761Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-11-01T16:39:00.8291156Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-11-01T16:39:00.8294370Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-11-01T16:39:00.8297971Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8300839Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-11-01T16:39:00.8303870Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-11-01T16:39:00.8307165Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8310132Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-11-01T16:39:00.8313188Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-11-01T16:39:00.8316304Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-11-01T16:39:00.8319266Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-11-01T16:39:00.8322526Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-11-01T16:39:00.8325671Z adding 'torch/include/ATen/ops/masked_select.h' 2024-11-01T16:39:00.8328841Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-11-01T16:39:00.8332231Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8334921Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-11-01T16:39:00.8338010Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-11-01T16:39:00.8341676Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-11-01T16:39:00.8344837Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-11-01T16:39:00.8347955Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-11-01T16:39:00.8351680Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-11-01T16:39:00.8354301Z adding 'torch/include/ATen/ops/matmul.h' 2024-11-01T16:39:00.8366202Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-11-01T16:39:00.8366983Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8367790Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-11-01T16:39:00.8368384Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-11-01T16:39:00.8374055Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8374917Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-11-01T16:39:00.8378323Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-11-01T16:39:00.8381804Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-11-01T16:39:00.8385290Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8394053Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-11-01T16:39:00.8394590Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-11-01T16:39:00.8395171Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-11-01T16:39:00.8398337Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-11-01T16:39:00.8401822Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8404869Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-11-01T16:39:00.8407904Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-11-01T16:39:00.8412516Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8414254Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-11-01T16:39:00.8420485Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-11-01T16:39:00.8421048Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-11-01T16:39:00.8424489Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8431186Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-11-01T16:39:00.8431997Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-11-01T16:39:00.8435208Z adding 'torch/include/ATen/ops/max.h' 2024-11-01T16:39:00.8438920Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8443082Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8445334Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-11-01T16:39:00.8448845Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-11-01T16:39:00.8451804Z adding 'torch/include/ATen/ops/max_meta.h' 2024-11-01T16:39:00.8455083Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-11-01T16:39:00.8458181Z adding 'torch/include/ATen/ops/max_native.h' 2024-11-01T16:39:00.8461895Z adding 'torch/include/ATen/ops/max_ops.h' 2024-11-01T16:39:00.8465501Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-11-01T16:39:00.8468828Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8471603Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-11-01T16:39:00.8474765Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-11-01T16:39:00.8477978Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-11-01T16:39:00.8481456Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8484318Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-11-01T16:39:00.8487504Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-11-01T16:39:00.8490555Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-11-01T16:39:00.8493825Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-11-01T16:39:00.8497269Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8500219Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-11-01T16:39:00.8503497Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-11-01T16:39:00.8506911Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8510128Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-11-01T16:39:00.8512957Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-11-01T16:39:00.8516243Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-11-01T16:39:00.8519551Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-11-01T16:39:00.8523235Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8526183Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:39:00.8529339Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:39:00.8532419Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-11-01T16:39:00.8535922Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-11-01T16:39:00.8538765Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-11-01T16:39:00.8542202Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-11-01T16:39:00.8545601Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8548543Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-11-01T16:39:00.8551723Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-11-01T16:39:00.8554782Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-11-01T16:39:00.8557993Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-11-01T16:39:00.8561063Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-11-01T16:39:00.8564370Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-11-01T16:39:00.8567909Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-11-01T16:39:00.8570934Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8573883Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-11-01T16:39:00.8577017Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-11-01T16:39:00.8580766Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-11-01T16:39:00.8584137Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-11-01T16:39:00.8619669Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:39:00.8620057Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:39:00.8620374Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-11-01T16:39:00.8620676Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-11-01T16:39:00.8620991Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-11-01T16:39:00.8621295Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-11-01T16:39:00.8621574Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-11-01T16:39:00.8621814Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-11-01T16:39:00.8622397Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-11-01T16:39:00.8622653Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-11-01T16:39:00.8624798Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-11-01T16:39:00.8627434Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-11-01T16:39:00.8631004Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-11-01T16:39:00.8634434Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-11-01T16:39:00.8638034Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-11-01T16:39:00.8641285Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-11-01T16:39:00.8644540Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-11-01T16:39:00.8648011Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-11-01T16:39:00.8651198Z adding 'torch/include/ATen/ops/maximum.h' 2024-11-01T16:39:00.8655262Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8657749Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-11-01T16:39:00.8661603Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-11-01T16:39:00.8664609Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-11-01T16:39:00.8667820Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-11-01T16:39:00.8670874Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-11-01T16:39:00.8674076Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-11-01T16:39:00.8677406Z adding 'torch/include/ATen/ops/mean.h' 2024-11-01T16:39:00.8680872Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8684113Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8687360Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8690349Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-11-01T16:39:00.8693517Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-11-01T16:39:00.8696565Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-11-01T16:39:00.8699782Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-11-01T16:39:00.8703099Z adding 'torch/include/ATen/ops/mean_native.h' 2024-11-01T16:39:00.8706593Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-11-01T16:39:00.8710041Z adding 'torch/include/ATen/ops/median.h' 2024-11-01T16:39:00.8713468Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8716558Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8719555Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-11-01T16:39:00.8722663Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-11-01T16:39:00.8725760Z adding 'torch/include/ATen/ops/median_native.h' 2024-11-01T16:39:00.8729282Z adding 'torch/include/ATen/ops/median_ops.h' 2024-11-01T16:39:00.8732462Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-11-01T16:39:00.8735780Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8738599Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-11-01T16:39:00.8741916Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-11-01T16:39:00.8745324Z adding 'torch/include/ATen/ops/min.h' 2024-11-01T16:39:00.8748999Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8752164Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8755255Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-11-01T16:39:00.8758643Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-11-01T16:39:00.8761807Z adding 'torch/include/ATen/ops/min_meta.h' 2024-11-01T16:39:00.8764966Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-11-01T16:39:00.8768074Z adding 'torch/include/ATen/ops/min_native.h' 2024-11-01T16:39:00.8771644Z adding 'torch/include/ATen/ops/min_ops.h' 2024-11-01T16:39:00.8775010Z adding 'torch/include/ATen/ops/minimum.h' 2024-11-01T16:39:00.8778413Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8781362Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-11-01T16:39:00.8784488Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-11-01T16:39:00.8787444Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-11-01T16:39:00.8790578Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-11-01T16:39:00.8793604Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-11-01T16:39:00.8796779Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-11-01T16:39:00.8800134Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-11-01T16:39:00.8803567Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-11-01T16:39:00.8808914Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8810536Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:39:00.8813445Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-11-01T16:39:00.8816792Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-11-01T16:39:00.8820422Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8823473Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-11-01T16:39:00.8826524Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-11-01T16:39:00.8829868Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-11-01T16:39:00.8833639Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-11-01T16:39:00.8837002Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-11-01T16:39:00.8840350Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:39:00.8843420Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-11-01T16:39:00.8846604Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-11-01T16:39:00.8850056Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8853091Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-11-01T16:39:00.8856188Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-11-01T16:39:00.8861074Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-11-01T16:39:00.8863420Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-11-01T16:39:00.8867197Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-11-01T16:39:00.8869978Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-11-01T16:39:00.8880343Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-11-01T16:39:00.8880643Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-11-01T16:39:00.8881720Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8884916Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:39:00.8917603Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-11-01T16:39:00.8917892Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-11-01T16:39:00.8918168Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-11-01T16:39:00.8918650Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8918995Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-11-01T16:39:00.8919311Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-11-01T16:39:00.8919595Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-11-01T16:39:00.8919769Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-11-01T16:39:00.8920408Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-11-01T16:39:00.8923031Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8926100Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-11-01T16:39:00.8929446Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-11-01T16:39:00.8933098Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-11-01T16:39:00.8936858Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.8940938Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-11-01T16:39:00.8943344Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-11-01T16:39:00.8946964Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-11-01T16:39:00.8950181Z adding 'torch/include/ATen/ops/mish.h' 2024-11-01T16:39:00.8953593Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-11-01T16:39:00.8957354Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.8959895Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-11-01T16:39:00.8963371Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-11-01T16:39:00.8965979Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-11-01T16:39:00.8969082Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-11-01T16:39:00.8972438Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.8975317Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-11-01T16:39:00.8978384Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-11-01T16:39:00.8981533Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-11-01T16:39:00.8984820Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-11-01T16:39:00.8987823Z adding 'torch/include/ATen/ops/mish_native.h' 2024-11-01T16:39:00.8991052Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-11-01T16:39:00.8994305Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-11-01T16:39:00.8997506Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-11-01T16:39:00.9000879Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9003765Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:39:00.9006978Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:39:00.9009962Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-11-01T16:39:00.9014712Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-11-01T16:39:00.9017564Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-11-01T16:39:00.9021347Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9024305Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-11-01T16:39:00.9027580Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-11-01T16:39:00.9030784Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-11-01T16:39:00.9034023Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-11-01T16:39:00.9037680Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9040654Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-11-01T16:39:00.9043977Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9046835Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-11-01T16:39:00.9050046Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-11-01T16:39:00.9053145Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-11-01T16:39:00.9056438Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-11-01T16:39:00.9059759Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-11-01T16:39:00.9063242Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9066100Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-11-01T16:39:00.9069364Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-11-01T16:39:00.9072858Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9075733Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-11-01T16:39:00.9078935Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-11-01T16:39:00.9082663Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-11-01T16:39:00.9086416Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-11-01T16:39:00.9089881Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9093178Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-11-01T16:39:00.9096055Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-11-01T16:39:00.9099483Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9102438Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-11-01T16:39:00.9105677Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-11-01T16:39:00.9108855Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-11-01T16:39:00.9112192Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-11-01T16:39:00.9115619Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9118523Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-11-01T16:39:00.9121974Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-11-01T16:39:00.9125170Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9128016Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-11-01T16:39:00.9131228Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-11-01T16:39:00.9135031Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-11-01T16:39:00.9138746Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9142140Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-11-01T16:39:00.9145386Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-11-01T16:39:00.9149866Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-11-01T16:39:00.9152790Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9155749Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-11-01T16:39:00.9159020Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-11-01T16:39:00.9162376Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-11-01T16:39:00.9165992Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-11-01T16:39:00.9169646Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9172775Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9176322Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-11-01T16:39:00.9179903Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-11-01T16:39:00.9183499Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9186553Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-11-01T16:39:00.9189686Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-11-01T16:39:00.9193170Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-11-01T16:39:00.9196503Z adding 'torch/include/ATen/ops/mm.h' 2024-11-01T16:39:00.9199966Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9202790Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-11-01T16:39:00.9205906Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-11-01T16:39:00.9208877Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-11-01T16:39:00.9212002Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-11-01T16:39:00.9215012Z adding 'torch/include/ATen/ops/mm_native.h' 2024-11-01T16:39:00.9218139Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-11-01T16:39:00.9221456Z adding 'torch/include/ATen/ops/mode.h' 2024-11-01T16:39:00.9224798Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9227963Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9230913Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-11-01T16:39:00.9234534Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-11-01T16:39:00.9237090Z adding 'torch/include/ATen/ops/mode_native.h' 2024-11-01T16:39:00.9240388Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-11-01T16:39:00.9243555Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-11-01T16:39:00.9247020Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9249846Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-11-01T16:39:00.9253085Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-11-01T16:39:00.9256162Z adding 'torch/include/ATen/ops/movedim.h' 2024-11-01T16:39:00.9278819Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9279213Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-11-01T16:39:00.9279395Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-11-01T16:39:00.9279654Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-11-01T16:39:00.9280115Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9280394Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-11-01T16:39:00.9280662Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-11-01T16:39:00.9283535Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-11-01T16:39:00.9286827Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9289881Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-11-01T16:39:00.9293264Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-11-01T16:39:00.9296504Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-11-01T16:39:00.9300141Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-11-01T16:39:00.9303240Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9306508Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9309503Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-11-01T16:39:00.9312829Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-11-01T16:39:00.9316249Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9319336Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-11-01T16:39:00.9323026Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-11-01T16:39:00.9326089Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-11-01T16:39:00.9329385Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-11-01T16:39:00.9332355Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-11-01T16:39:00.9335712Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-11-01T16:39:00.9338791Z adding 'torch/include/ATen/ops/msort.h' 2024-11-01T16:39:00.9342383Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9345734Z adding 'torch/include/ATen/ops/msort_native.h' 2024-11-01T16:39:00.9348547Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-11-01T16:39:00.9351886Z adding 'torch/include/ATen/ops/mul.h' 2024-11-01T16:39:00.9355219Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9358541Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9361412Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-11-01T16:39:00.9364646Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-11-01T16:39:00.9367676Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-11-01T16:39:00.9370897Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-11-01T16:39:00.9374328Z adding 'torch/include/ATen/ops/mul_native.h' 2024-11-01T16:39:00.9377736Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-11-01T16:39:00.9381294Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-11-01T16:39:00.9384885Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-11-01T16:39:00.9388282Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9391555Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9394657Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-11-01T16:39:00.9398125Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-11-01T16:39:00.9401383Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-11-01T16:39:00.9404715Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-11-01T16:39:00.9407980Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-11-01T16:39:00.9411210Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-11-01T16:39:00.9414517Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-11-01T16:39:00.9417773Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-11-01T16:39:00.9421338Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9425055Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9427694Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-11-01T16:39:00.9431227Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-11-01T16:39:00.9434431Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9437542Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-11-01T16:39:00.9440822Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-11-01T16:39:00.9444193Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-11-01T16:39:00.9447789Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-11-01T16:39:00.9450721Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-11-01T16:39:00.9453908Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-11-01T16:39:00.9457130Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-11-01T16:39:00.9460453Z adding 'torch/include/ATen/ops/multinomial.h' 2024-11-01T16:39:00.9463730Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-11-01T16:39:00.9467001Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-11-01T16:39:00.9470253Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-11-01T16:39:00.9473379Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-11-01T16:39:00.9476667Z adding 'torch/include/ATen/ops/multiply.h' 2024-11-01T16:39:00.9480079Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9488141Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-11-01T16:39:00.9490439Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-11-01T16:39:00.9493731Z adding 'torch/include/ATen/ops/mv.h' 2024-11-01T16:39:00.9497214Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9512862Z adding 'torch/include/ATen/ops/mv_native.h' 2024-11-01T16:39:00.9513456Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-11-01T16:39:00.9513607Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-11-01T16:39:00.9513994Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9514930Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-11-01T16:39:00.9518868Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-11-01T16:39:00.9521230Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-11-01T16:39:00.9524727Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-11-01T16:39:00.9527835Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-11-01T16:39:00.9531373Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9534331Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-11-01T16:39:00.9537750Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-11-01T16:39:00.9540738Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-11-01T16:39:00.9543991Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-11-01T16:39:00.9547441Z adding 'torch/include/ATen/ops/nanmean.h' 2024-11-01T16:39:00.9551673Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9554600Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-11-01T16:39:00.9557772Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-11-01T16:39:00.9561089Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-11-01T16:39:00.9564685Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9567779Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9570713Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-11-01T16:39:00.9573786Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-11-01T16:39:00.9576833Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-11-01T16:39:00.9580338Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-11-01T16:39:00.9583666Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-11-01T16:39:00.9587115Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9589938Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-11-01T16:39:00.9594334Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-11-01T16:39:00.9596672Z adding 'torch/include/ATen/ops/nansum.h' 2024-11-01T16:39:00.9599844Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-11-01T16:39:00.9602932Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-11-01T16:39:00.9605882Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-11-01T16:39:00.9609069Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-11-01T16:39:00.9612271Z adding 'torch/include/ATen/ops/narrow.h' 2024-11-01T16:39:00.9615677Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9618827Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-11-01T16:39:00.9622525Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9625430Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-11-01T16:39:00.9628431Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-11-01T16:39:00.9631608Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-11-01T16:39:00.9634634Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-11-01T16:39:00.9637894Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-11-01T16:39:00.9641232Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-11-01T16:39:00.9644648Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-11-01T16:39:00.9648136Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9651388Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9654502Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9657801Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-11-01T16:39:00.9661343Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-11-01T16:39:00.9664975Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-11-01T16:39:00.9667848Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-11-01T16:39:00.9670940Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-11-01T16:39:00.9674282Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-11-01T16:39:00.9677433Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-11-01T16:39:00.9680750Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9683705Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-11-01T16:39:00.9687098Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-11-01T16:39:00.9689788Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-11-01T16:39:00.9692875Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-11-01T16:39:00.9695897Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-11-01T16:39:00.9699325Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9702313Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9705368Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9708329Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-11-01T16:39:00.9711497Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-11-01T16:39:00.9714796Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9717690Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-11-01T16:39:00.9720769Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-11-01T16:39:00.9723707Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-11-01T16:39:00.9726877Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-11-01T16:39:00.9730489Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-11-01T16:39:00.9734338Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-11-01T16:39:00.9738020Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9741205Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9744825Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9747956Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-11-01T16:39:00.9751554Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-11-01T16:39:00.9754970Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9758183Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-11-01T16:39:00.9761359Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-11-01T16:39:00.9764605Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-11-01T16:39:00.9768751Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-11-01T16:39:00.9772395Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-11-01T16:39:00.9776539Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-11-01T16:39:00.9780432Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9783507Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-11-01T16:39:00.9786757Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-11-01T16:39:00.9789874Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-11-01T16:39:00.9793388Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-11-01T16:39:00.9797224Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9800054Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-11-01T16:39:00.9803279Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-11-01T16:39:00.9806374Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-11-01T16:39:00.9810075Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-11-01T16:39:00.9813544Z adding 'torch/include/ATen/ops/native_norm.h' 2024-11-01T16:39:00.9816708Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9819767Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-11-01T16:39:00.9823151Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-11-01T16:39:00.9826708Z adding 'torch/include/ATen/ops/ne.h' 2024-11-01T16:39:00.9830527Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9833032Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-11-01T16:39:00.9836507Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-11-01T16:39:00.9839237Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-11-01T16:39:00.9842575Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-11-01T16:39:00.9845626Z adding 'torch/include/ATen/ops/ne_native.h' 2024-11-01T16:39:00.9849166Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-11-01T16:39:00.9852304Z adding 'torch/include/ATen/ops/neg.h' 2024-11-01T16:39:00.9855871Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9859097Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-11-01T16:39:00.9862006Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-11-01T16:39:00.9865177Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-11-01T16:39:00.9868388Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-11-01T16:39:00.9871588Z adding 'torch/include/ATen/ops/neg_native.h' 2024-11-01T16:39:00.9874784Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-11-01T16:39:00.9878012Z adding 'torch/include/ATen/ops/negative.h' 2024-11-01T16:39:00.9881528Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9884270Z adding 'torch/include/ATen/ops/negative_native.h' 2024-11-01T16:39:00.9887557Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-11-01T16:39:00.9890717Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-11-01T16:39:00.9894212Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:00.9897071Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-11-01T16:39:00.9900452Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-11-01T16:39:00.9903904Z adding 'torch/include/ATen/ops/new_empty.h' 2024-11-01T16:39:00.9907373Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9910366Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-11-01T16:39:00.9913624Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-11-01T16:39:00.9917254Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-11-01T16:39:00.9921124Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9924258Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9927146Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-11-01T16:39:00.9930421Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-11-01T16:39:00.9933962Z adding 'torch/include/ATen/ops/new_full.h' 2024-11-01T16:39:00.9938027Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9940814Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-11-01T16:39:00.9944176Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-11-01T16:39:00.9947619Z adding 'torch/include/ATen/ops/new_ones.h' 2024-11-01T16:39:00.9951238Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9954096Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-11-01T16:39:00.9958028Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-11-01T16:39:00.9961598Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-11-01T16:39:00.9965136Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:00.9968143Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-11-01T16:39:00.9971741Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-11-01T16:39:00.9974608Z adding 'torch/include/ATen/ops/nextafter.h' 2024-11-01T16:39:00.9978134Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:00.9981503Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-11-01T16:39:00.9984370Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-11-01T16:39:00.9987264Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-11-01T16:39:00.9990603Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-11-01T16:39:00.9993567Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-11-01T16:39:00.9996948Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-11-01T16:39:01.0000498Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-11-01T16:39:01.0004015Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-11-01T16:39:01.0007890Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-11-01T16:39:01.0045205Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.0045515Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.0045760Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-11-01T16:39:01.0045980Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-11-01T16:39:01.0046364Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0046559Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-11-01T16:39:01.0046831Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-11-01T16:39:01.0047119Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-11-01T16:39:01.0047351Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-11-01T16:39:01.0047565Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-11-01T16:39:01.0048888Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-11-01T16:39:01.0052289Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-11-01T16:39:01.0056943Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-11-01T16:39:01.0059724Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0062935Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-11-01T16:39:01.0066151Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-11-01T16:39:01.0069341Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-11-01T16:39:01.0072642Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-11-01T16:39:01.0075680Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-11-01T16:39:01.0079723Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-11-01T16:39:01.0082559Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0085814Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-11-01T16:39:01.0089403Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0092333Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-11-01T16:39:01.0095687Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-11-01T16:39:01.0098761Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-11-01T16:39:01.0102157Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-11-01T16:39:01.0105195Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-11-01T16:39:01.0108429Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-11-01T16:39:01.0111462Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-11-01T16:39:01.0114631Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-11-01T16:39:01.0117955Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0120800Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-11-01T16:39:01.0123951Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-11-01T16:39:01.0127712Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-11-01T16:39:01.0130596Z adding 'torch/include/ATen/ops/nonzero.h' 2024-11-01T16:39:01.0133679Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-11-01T16:39:01.0137115Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-11-01T16:39:01.0139877Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-11-01T16:39:01.0142822Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-11-01T16:39:01.0146344Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0148873Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-11-01T16:39:01.0151940Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-11-01T16:39:01.0155007Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-11-01T16:39:01.0158298Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-11-01T16:39:01.0161479Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-11-01T16:39:01.0164396Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-11-01T16:39:01.0167548Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-11-01T16:39:01.0171499Z adding 'torch/include/ATen/ops/norm.h' 2024-11-01T16:39:01.0175023Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0178260Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0181418Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0184634Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-11-01T16:39:01.0187774Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-11-01T16:39:01.0190980Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-11-01T16:39:01.0194303Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0197228Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-11-01T16:39:01.0200395Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-11-01T16:39:01.0203368Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-11-01T16:39:01.0206532Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-11-01T16:39:01.0209823Z adding 'torch/include/ATen/ops/norm_native.h' 2024-11-01T16:39:01.0213714Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-11-01T16:39:01.0217921Z adding 'torch/include/ATen/ops/normal.h' 2024-11-01T16:39:01.0221976Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0225056Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-11-01T16:39:01.0228265Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-11-01T16:39:01.0231438Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-11-01T16:39:01.0234662Z adding 'torch/include/ATen/ops/normal_native.h' 2024-11-01T16:39:01.0238593Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-11-01T16:39:01.0241984Z adding 'torch/include/ATen/ops/not_equal.h' 2024-11-01T16:39:01.0245401Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0248239Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-11-01T16:39:01.0251581Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-11-01T16:39:01.0254803Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-11-01T16:39:01.0258192Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0261172Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-11-01T16:39:01.0264432Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-11-01T16:39:01.0267378Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-11-01T16:39:01.0270617Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0273315Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-11-01T16:39:01.0276385Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-11-01T16:39:01.0279356Z adding 'torch/include/ATen/ops/one_hot.h' 2024-11-01T16:39:01.0282648Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0285555Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-11-01T16:39:01.0288616Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-11-01T16:39:01.0292597Z adding 'torch/include/ATen/ops/ones.h' 2024-11-01T16:39:01.0295870Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0298860Z adding 'torch/include/ATen/ops/ones_like.h' 2024-11-01T16:39:01.0302404Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0305224Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-11-01T16:39:01.0308509Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-11-01T16:39:01.0311560Z adding 'torch/include/ATen/ops/ones_native.h' 2024-11-01T16:39:01.0314933Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-11-01T16:39:01.0318028Z adding 'torch/include/ATen/ops/or.h' 2024-11-01T16:39:01.0321277Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0324096Z adding 'torch/include/ATen/ops/or_native.h' 2024-11-01T16:39:01.0327295Z adding 'torch/include/ATen/ops/or_ops.h' 2024-11-01T16:39:01.0330382Z adding 'torch/include/ATen/ops/orgqr.h' 2024-11-01T16:39:01.0333734Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0336509Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-11-01T16:39:01.0339723Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-11-01T16:39:01.0342875Z adding 'torch/include/ATen/ops/ormqr.h' 2024-11-01T16:39:01.0346029Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-11-01T16:39:01.0349160Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-11-01T16:39:01.0352110Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-11-01T16:39:01.0355270Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-11-01T16:39:01.0358360Z adding 'torch/include/ATen/ops/outer.h' 2024-11-01T16:39:01.0361679Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0364462Z adding 'torch/include/ATen/ops/outer_native.h' 2024-11-01T16:39:01.0367561Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-11-01T16:39:01.0370517Z adding 'torch/include/ATen/ops/output_nr.h' 2024-11-01T16:39:01.0373779Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0377026Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-11-01T16:39:01.0380246Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-11-01T16:39:01.0383799Z adding 'torch/include/ATen/ops/pad.h' 2024-11-01T16:39:01.0386926Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0389753Z adding 'torch/include/ATen/ops/pad_native.h' 2024-11-01T16:39:01.0392819Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-11-01T16:39:01.0395897Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-11-01T16:39:01.0399169Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0401962Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-11-01T16:39:01.0405038Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-11-01T16:39:01.0408044Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-11-01T16:39:01.0411384Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0414156Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-11-01T16:39:01.0417205Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-11-01T16:39:01.0420232Z adding 'torch/include/ATen/ops/pdist.h' 2024-11-01T16:39:01.0423501Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0426251Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-11-01T16:39:01.0429296Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-11-01T16:39:01.0432274Z adding 'torch/include/ATen/ops/permute.h' 2024-11-01T16:39:01.0435543Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0438412Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-11-01T16:39:01.0441731Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0445275Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0447598Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-11-01T16:39:01.0450714Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-11-01T16:39:01.0453623Z adding 'torch/include/ATen/ops/permute_native.h' 2024-11-01T16:39:01.0456681Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-11-01T16:39:01.0459647Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-11-01T16:39:01.0462969Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0465759Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-11-01T16:39:01.0468786Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-11-01T16:39:01.0471749Z adding 'torch/include/ATen/ops/pinverse.h' 2024-11-01T16:39:01.0474987Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0477724Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-11-01T16:39:01.0480748Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-11-01T16:39:01.0483774Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-11-01T16:39:01.0487301Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0490467Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0493255Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-11-01T16:39:01.0496204Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-11-01T16:39:01.0499370Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-11-01T16:39:01.0502534Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-11-01T16:39:01.0505796Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0508953Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0512450Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-11-01T16:39:01.0515461Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-11-01T16:39:01.0518629Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-11-01T16:39:01.0521663Z adding 'torch/include/ATen/ops/poisson.h' 2024-11-01T16:39:01.0524956Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0527858Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-11-01T16:39:01.0530914Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-11-01T16:39:01.0533818Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-11-01T16:39:01.0536821Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-11-01T16:39:01.0540258Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0543079Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-11-01T16:39:01.0546145Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-11-01T16:39:01.0549267Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-11-01T16:39:01.0552295Z adding 'torch/include/ATen/ops/polar.h' 2024-11-01T16:39:01.0555545Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0558418Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-11-01T16:39:01.0561412Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-11-01T16:39:01.0564306Z adding 'torch/include/ATen/ops/polar_native.h' 2024-11-01T16:39:01.0567429Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-11-01T16:39:01.0570477Z adding 'torch/include/ATen/ops/polygamma.h' 2024-11-01T16:39:01.0574179Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0577336Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0580357Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-11-01T16:39:01.0583714Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-11-01T16:39:01.0587803Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-11-01T16:39:01.0589845Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-11-01T16:39:01.0598450Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-11-01T16:39:01.0598630Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-11-01T16:39:01.0599929Z adding 'torch/include/ATen/ops/positive.h' 2024-11-01T16:39:01.0603258Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0606428Z adding 'torch/include/ATen/ops/positive_native.h' 2024-11-01T16:39:01.0609489Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-11-01T16:39:01.0618327Z adding 'torch/include/ATen/ops/pow.h' 2024-11-01T16:39:01.0618766Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0620179Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-11-01T16:39:01.0626024Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-11-01T16:39:01.0626919Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-11-01T16:39:01.0630105Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-11-01T16:39:01.0640990Z adding 'torch/include/ATen/ops/pow_native.h' 2024-11-01T16:39:01.0641134Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-11-01T16:39:01.0641329Z adding 'torch/include/ATen/ops/prelu.h' 2024-11-01T16:39:01.0644662Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0647727Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-11-01T16:39:01.0650848Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-11-01T16:39:01.0654215Z adding 'torch/include/ATen/ops/prod.h' 2024-11-01T16:39:01.0657669Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0661096Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.0664340Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0667212Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-11-01T16:39:01.0670431Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-11-01T16:39:01.0673439Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-11-01T16:39:01.0676692Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-11-01T16:39:01.0679734Z adding 'torch/include/ATen/ops/prod_native.h' 2024-11-01T16:39:01.0683391Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-11-01T16:39:01.0686773Z adding 'torch/include/ATen/ops/promote_types.h' 2024-11-01T16:39:01.0690055Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0692920Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-11-01T16:39:01.0696021Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-11-01T16:39:01.0699308Z adding 'torch/include/ATen/ops/put.h' 2024-11-01T16:39:01.0702666Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0705564Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-11-01T16:39:01.0708743Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-11-01T16:39:01.0711738Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-11-01T16:39:01.0714673Z adding 'torch/include/ATen/ops/put_native.h' 2024-11-01T16:39:01.0717853Z adding 'torch/include/ATen/ops/put_ops.h' 2024-11-01T16:39:01.0720941Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-11-01T16:39:01.0724082Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-11-01T16:39:01.0727121Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-11-01T16:39:01.0730214Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-11-01T16:39:01.0733525Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0736283Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-11-01T16:39:01.0739456Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-11-01T16:39:01.0743073Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-11-01T16:39:01.0746037Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0748790Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-11-01T16:39:01.0751893Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-11-01T16:39:01.0755044Z adding 'torch/include/ATen/ops/q_scale.h' 2024-11-01T16:39:01.0757920Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-11-01T16:39:01.0760931Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-11-01T16:39:01.0763858Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-11-01T16:39:01.0766784Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-11-01T16:39:01.0769840Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-11-01T16:39:01.0772814Z adding 'torch/include/ATen/ops/qr.h' 2024-11-01T16:39:01.0776201Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0779333Z adding 'torch/include/ATen/ops/qr_native.h' 2024-11-01T16:39:01.0782558Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-11-01T16:39:01.0785534Z adding 'torch/include/ATen/ops/qscheme.h' 2024-11-01T16:39:01.0788464Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-11-01T16:39:01.0791528Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-11-01T16:39:01.0794790Z adding 'torch/include/ATen/ops/quantile.h' 2024-11-01T16:39:01.0798210Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0801071Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-11-01T16:39:01.0804442Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-11-01T16:39:01.0807729Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-11-01T16:39:01.0811251Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0814176Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-11-01T16:39:01.0817235Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-11-01T16:39:01.0820242Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-11-01T16:39:01.0823451Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-11-01T16:39:01.0826790Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-11-01T16:39:01.0830313Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0833321Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-11-01T16:39:01.0836497Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-11-01T16:39:01.0839571Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-11-01T16:39:01.0842915Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0845829Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-11-01T16:39:01.0848926Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-11-01T16:39:01.0851876Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-11-01T16:39:01.0855021Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-11-01T16:39:01.0858067Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-11-01T16:39:01.0861675Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-11-01T16:39:01.0865030Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-11-01T16:39:01.0868399Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0871262Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-11-01T16:39:01.0874505Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-11-01T16:39:01.0877662Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-11-01T16:39:01.0881379Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0883905Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-11-01T16:39:01.0887041Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-11-01T16:39:01.0890179Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-11-01T16:39:01.0893573Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0896417Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-11-01T16:39:01.0899705Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-11-01T16:39:01.0902941Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-11-01T16:39:01.0906314Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0909142Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-11-01T16:39:01.0912785Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-11-01T16:39:01.0915763Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-11-01T16:39:01.0919169Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0922010Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-11-01T16:39:01.0925231Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-11-01T16:39:01.0928398Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-11-01T16:39:01.0931999Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0934602Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-11-01T16:39:01.0937808Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-11-01T16:39:01.0941085Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-11-01T16:39:01.0944455Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0947273Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-11-01T16:39:01.0950500Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-11-01T16:39:01.0953596Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-11-01T16:39:01.0956944Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0959771Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-11-01T16:39:01.0962996Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-11-01T16:39:01.0966029Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-11-01T16:39:01.0969317Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0972140Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-11-01T16:39:01.0975328Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-11-01T16:39:01.0980072Z adding 'torch/include/ATen/ops/rand.h' 2024-11-01T16:39:01.0984650Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0987923Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.0990994Z adding 'torch/include/ATen/ops/rand_like.h' 2024-11-01T16:39:01.0994384Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.0997158Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-11-01T16:39:01.1000378Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-11-01T16:39:01.1003480Z adding 'torch/include/ATen/ops/rand_native.h' 2024-11-01T16:39:01.1007129Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-11-01T16:39:01.1012830Z adding 'torch/include/ATen/ops/randint.h' 2024-11-01T16:39:01.1016507Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1020591Z adding 'torch/include/ATen/ops/randint_like.h' 2024-11-01T16:39:01.1024535Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1027550Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-11-01T16:39:01.1031401Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-11-01T16:39:01.1034232Z adding 'torch/include/ATen/ops/randint_native.h' 2024-11-01T16:39:01.1037843Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-11-01T16:39:01.1042706Z adding 'torch/include/ATen/ops/randn.h' 2024-11-01T16:39:01.1046881Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1050114Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1053181Z adding 'torch/include/ATen/ops/randn_like.h' 2024-11-01T16:39:01.1056599Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1060224Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:39:01.1063016Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-11-01T16:39:01.1066284Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-11-01T16:39:01.1069405Z adding 'torch/include/ATen/ops/randn_native.h' 2024-11-01T16:39:01.1073140Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-11-01T16:39:01.1076525Z adding 'torch/include/ATen/ops/random.h' 2024-11-01T16:39:01.1079969Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1082933Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-11-01T16:39:01.1085987Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-11-01T16:39:01.1089080Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-11-01T16:39:01.1092584Z adding 'torch/include/ATen/ops/random_native.h' 2024-11-01T16:39:01.1101804Z adding 'torch/include/ATen/ops/random_ops.h' 2024-11-01T16:39:01.1105534Z adding 'torch/include/ATen/ops/randperm.h' 2024-11-01T16:39:01.1109293Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1112310Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-11-01T16:39:01.1115556Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-11-01T16:39:01.1118566Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-11-01T16:39:01.1121914Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-11-01T16:39:01.1125284Z adding 'torch/include/ATen/ops/range.h' 2024-11-01T16:39:01.1128790Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1131743Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-11-01T16:39:01.1134779Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-11-01T16:39:01.1137829Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-11-01T16:39:01.1140943Z adding 'torch/include/ATen/ops/range_native.h' 2024-11-01T16:39:01.1144320Z adding 'torch/include/ATen/ops/range_ops.h' 2024-11-01T16:39:01.1147393Z adding 'torch/include/ATen/ops/ravel.h' 2024-11-01T16:39:01.1150647Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1153432Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-11-01T16:39:01.1156498Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-11-01T16:39:01.1160005Z adding 'torch/include/ATen/ops/real.h' 2024-11-01T16:39:01.1163309Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1166083Z adding 'torch/include/ATen/ops/real_native.h' 2024-11-01T16:39:01.1169155Z adding 'torch/include/ATen/ops/real_ops.h' 2024-11-01T16:39:01.1172214Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-11-01T16:39:01.1175649Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1178457Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-11-01T16:39:01.1181622Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-11-01T16:39:01.1184572Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-11-01T16:39:01.1187656Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-11-01T16:39:01.1190547Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-11-01T16:39:01.1194123Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-11-01T16:39:01.1196663Z adding 'torch/include/ATen/ops/record_stream.h' 2024-11-01T16:39:01.1199672Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-11-01T16:39:01.1202525Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-11-01T16:39:01.1205642Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-11-01T16:39:01.1208500Z adding 'torch/include/ATen/ops/refine_names.h' 2024-11-01T16:39:01.1211752Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1214513Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-11-01T16:39:01.1217564Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-11-01T16:39:01.1220988Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-11-01T16:39:01.1224499Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-11-01T16:39:01.1228063Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1230996Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.1234158Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.1237074Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-11-01T16:39:01.1240252Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-11-01T16:39:01.1243231Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-11-01T16:39:01.1246385Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-11-01T16:39:01.1249815Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1252614Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-11-01T16:39:01.1256454Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-11-01T16:39:01.1259582Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-11-01T16:39:01.1262926Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-11-01T16:39:01.1265911Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-11-01T16:39:01.1269060Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-11-01T16:39:01.1272378Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-11-01T16:39:01.1275851Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-11-01T16:39:01.1279240Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.1282399Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.1285388Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-11-01T16:39:01.1288563Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-11-01T16:39:01.1291687Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-11-01T16:39:01.1294835Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-11-01T16:39:01.1297787Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-11-01T16:39:01.1301025Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-11-01T16:39:01.1304340Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-11-01T16:39:01.1307815Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-11-01T16:39:01.1311456Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1314432Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.1317650Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.1320612Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-11-01T16:39:01.1323926Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-11-01T16:39:01.1326993Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-11-01T16:39:01.1330697Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-11-01T16:39:01.1333889Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1336724Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-11-01T16:39:01.1340085Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-11-01T16:39:01.1343076Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-11-01T16:39:01.1346395Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-11-01T16:39:01.1349388Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-11-01T16:39:01.1352751Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-11-01T16:39:01.1355804Z adding 'torch/include/ATen/ops/relu.h' 2024-11-01T16:39:01.1359001Z adding 'torch/include/ATen/ops/relu6.h' 2024-11-01T16:39:01.1362344Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1365177Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-11-01T16:39:01.1368394Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-11-01T16:39:01.1371714Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1374726Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-11-01T16:39:01.1377789Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-11-01T16:39:01.1381058Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-11-01T16:39:01.1384134Z adding 'torch/include/ATen/ops/relu_native.h' 2024-11-01T16:39:01.1387429Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-11-01T16:39:01.1390709Z adding 'torch/include/ATen/ops/remainder.h' 2024-11-01T16:39:01.1394243Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1397576Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1400515Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-11-01T16:39:01.1403772Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-11-01T16:39:01.1406652Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-11-01T16:39:01.1409883Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-11-01T16:39:01.1412902Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-11-01T16:39:01.1416516Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-11-01T16:39:01.1419572Z adding 'torch/include/ATen/ops/rename.h' 2024-11-01T16:39:01.1423097Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1425946Z adding 'torch/include/ATen/ops/rename_native.h' 2024-11-01T16:39:01.1429178Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-11-01T16:39:01.1432421Z adding 'torch/include/ATen/ops/renorm.h' 2024-11-01T16:39:01.1435852Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1438848Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-11-01T16:39:01.1441966Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-11-01T16:39:01.1445091Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-11-01T16:39:01.1448604Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-11-01T16:39:01.1451312Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-11-01T16:39:01.1454747Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-11-01T16:39:01.1458064Z adding 'torch/include/ATen/ops/repeat.h' 2024-11-01T16:39:01.1461729Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1465603Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-11-01T16:39:01.1468917Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1472184Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1475147Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-11-01T16:39:01.1478717Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-11-01T16:39:01.1481523Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-11-01T16:39:01.1484931Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-11-01T16:39:01.1488189Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-11-01T16:39:01.1491271Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-11-01T16:39:01.1494729Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-11-01T16:39:01.1498242Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-11-01T16:39:01.1502134Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1510015Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.1510370Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.1511887Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-11-01T16:39:01.1531996Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-11-01T16:39:01.1532296Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-11-01T16:39:01.1532563Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-11-01T16:39:01.1533090Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1533357Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-11-01T16:39:01.1533650Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-11-01T16:39:01.1535982Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-11-01T16:39:01.1539424Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-11-01T16:39:01.1543661Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-11-01T16:39:01.1545863Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-11-01T16:39:01.1549554Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-11-01T16:39:01.1552832Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-11-01T16:39:01.1556367Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.1559565Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.1562537Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-11-01T16:39:01.1566466Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-11-01T16:39:01.1569343Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1572169Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-11-01T16:39:01.1575774Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-11-01T16:39:01.1578810Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-11-01T16:39:01.1582402Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-11-01T16:39:01.1585356Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-11-01T16:39:01.1588496Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-11-01T16:39:01.1591784Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-11-01T16:39:01.1595242Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-11-01T16:39:01.1598617Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.1601824Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.1604792Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-11-01T16:39:01.1607966Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-11-01T16:39:01.1611392Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1614449Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-11-01T16:39:01.1617954Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-11-01T16:39:01.1620812Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-11-01T16:39:01.1623961Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-11-01T16:39:01.1626932Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-11-01T16:39:01.1630076Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-11-01T16:39:01.1632999Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-11-01T16:39:01.1636308Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1639080Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-11-01T16:39:01.1642166Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-11-01T16:39:01.1645254Z adding 'torch/include/ATen/ops/reshape.h' 2024-11-01T16:39:01.1648221Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-11-01T16:39:01.1651522Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1654681Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:39:01.1657374Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-11-01T16:39:01.1660561Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-11-01T16:39:01.1663881Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1667317Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:39:01.1670034Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-11-01T16:39:01.1673070Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-11-01T16:39:01.1676479Z adding 'torch/include/ATen/ops/resize.h' 2024-11-01T16:39:01.1679757Z adding 'torch/include/ATen/ops/resize_as.h' 2024-11-01T16:39:01.1683113Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1685940Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-11-01T16:39:01.1689215Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-11-01T16:39:01.1692443Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-11-01T16:39:01.1695816Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1698749Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-11-01T16:39:01.1701833Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-11-01T16:39:01.1705069Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-11-01T16:39:01.1708415Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1711376Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-11-01T16:39:01.1714447Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-11-01T16:39:01.1717512Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-11-01T16:39:01.1720529Z adding 'torch/include/ATen/ops/resize_native.h' 2024-11-01T16:39:01.1723780Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-11-01T16:39:01.1726824Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-11-01T16:39:01.1730112Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1732914Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-11-01T16:39:01.1735933Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-11-01T16:39:01.1738881Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-11-01T16:39:01.1742300Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1745038Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-11-01T16:39:01.1748116Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-11-01T16:39:01.1751250Z adding 'torch/include/ATen/ops/result_type.h' 2024-11-01T16:39:01.1754598Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1757393Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-11-01T16:39:01.1760635Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-11-01T16:39:01.1763734Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-11-01T16:39:01.1767040Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1769787Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-11-01T16:39:01.1773004Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-11-01T16:39:01.1776139Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-11-01T16:39:01.1779662Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1782459Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-11-01T16:39:01.1785734Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-11-01T16:39:01.1789307Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-11-01T16:39:01.1792393Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1795383Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-11-01T16:39:01.1798899Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-11-01T16:39:01.1802183Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-11-01T16:39:01.1805336Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-11-01T16:39:01.1808793Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1811983Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-11-01T16:39:01.1814869Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-11-01T16:39:01.1818297Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1821342Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-11-01T16:39:01.1824716Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-11-01T16:39:01.1827916Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-11-01T16:39:01.1831197Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-11-01T16:39:01.1834560Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1837457Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-11-01T16:39:01.1840704Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-11-01T16:39:01.1844056Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1847008Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-11-01T16:39:01.1850305Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-11-01T16:39:01.1853767Z adding 'torch/include/ATen/ops/roll.h' 2024-11-01T16:39:01.1857173Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1860348Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-11-01T16:39:01.1863422Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-11-01T16:39:01.1866516Z adding 'torch/include/ATen/ops/roll_native.h' 2024-11-01T16:39:01.1869835Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-11-01T16:39:01.1872940Z adding 'torch/include/ATen/ops/rot90.h' 2024-11-01T16:39:01.1876445Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1879289Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-11-01T16:39:01.1882551Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-11-01T16:39:01.1885728Z adding 'torch/include/ATen/ops/round.h' 2024-11-01T16:39:01.1889269Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1892154Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-11-01T16:39:01.1895363Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-11-01T16:39:01.1898449Z adding 'torch/include/ATen/ops/round_meta.h' 2024-11-01T16:39:01.1901836Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-11-01T16:39:01.1904995Z adding 'torch/include/ATen/ops/round_native.h' 2024-11-01T16:39:01.1908347Z adding 'torch/include/ATen/ops/round_ops.h' 2024-11-01T16:39:01.1911541Z adding 'torch/include/ATen/ops/row_indices.h' 2024-11-01T16:39:01.1914898Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1917937Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-11-01T16:39:01.1921159Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1924495Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.1927612Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-11-01T16:39:01.1930444Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-11-01T16:39:01.1933634Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-11-01T16:39:01.1936604Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-11-01T16:39:01.1939855Z adding 'torch/include/ATen/ops/row_stack.h' 2024-11-01T16:39:01.1943207Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1946219Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-11-01T16:39:01.1949307Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-11-01T16:39:01.1952838Z adding 'torch/include/ATen/ops/rrelu.h' 2024-11-01T16:39:01.1956084Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.1959128Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-11-01T16:39:01.1962719Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-11-01T16:39:01.1966125Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-11-01T16:39:01.1969951Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-11-01T16:39:01.1973441Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.1976369Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-11-01T16:39:01.1979757Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-11-01T16:39:01.1983035Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-11-01T16:39:01.1986341Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-11-01T16:39:01.1989476Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-11-01T16:39:01.1993405Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-11-01T16:39:01.1997106Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-11-01T16:39:01.2000101Z adding 'torch/include/ATen/ops/rshift.h' 2024-11-01T16:39:01.2003596Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2006536Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-11-01T16:39:01.2009836Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-11-01T16:39:01.2013290Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-11-01T16:39:01.2021380Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-11-01T16:39:01.2021893Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-11-01T16:39:01.2023948Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-11-01T16:39:01.2027631Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2030496Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-11-01T16:39:01.2033727Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-11-01T16:39:01.2036757Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-11-01T16:39:01.2039967Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-11-01T16:39:01.2043066Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-11-01T16:39:01.2046432Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-11-01T16:39:01.2049638Z adding 'torch/include/ATen/ops/rsub.h' 2024-11-01T16:39:01.2053094Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2056783Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-11-01T16:39:01.2059304Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-11-01T16:39:01.2062385Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-11-01T16:39:01.2065689Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-11-01T16:39:01.2069019Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-11-01T16:39:01.2073034Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2075398Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-11-01T16:39:01.2078635Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-11-01T16:39:01.2081875Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-11-01T16:39:01.2085238Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2088090Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-11-01T16:39:01.2091256Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-11-01T16:39:01.2094560Z adding 'torch/include/ATen/ops/scatter.h' 2024-11-01T16:39:01.2097801Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-11-01T16:39:01.2101408Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2104617Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2107587Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-11-01T16:39:01.2110650Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-11-01T16:39:01.2113592Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-11-01T16:39:01.2116773Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-11-01T16:39:01.2119714Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-11-01T16:39:01.2122994Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-11-01T16:39:01.2126516Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2129562Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2132609Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-11-01T16:39:01.2135867Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-11-01T16:39:01.2138945Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-11-01T16:39:01.2142372Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-11-01T16:39:01.2145462Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-11-01T16:39:01.2149460Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-11-01T16:39:01.2152918Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-11-01T16:39:01.2156372Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2159375Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-11-01T16:39:01.2162555Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-11-01T16:39:01.2165532Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-11-01T16:39:01.2168701Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-11-01T16:39:01.2171946Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-11-01T16:39:01.2175254Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-11-01T16:39:01.2178581Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-11-01T16:39:01.2182001Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-11-01T16:39:01.2185168Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-11-01T16:39:01.2188291Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-11-01T16:39:01.2191742Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-11-01T16:39:01.2195511Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-11-01T16:39:01.2198966Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2201904Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-11-01T16:39:01.2204975Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-11-01T16:39:01.2208006Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-11-01T16:39:01.2211323Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-11-01T16:39:01.2214492Z adding 'torch/include/ATen/ops/select.h' 2024-11-01T16:39:01.2218029Z adding 'torch/include/ATen/ops/select_backward.h' 2024-11-01T16:39:01.2221551Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2224796Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2227533Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-11-01T16:39:01.2230741Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-11-01T16:39:01.2234017Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2237080Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2240170Z adding 'torch/include/ATen/ops/select_copy.h' 2024-11-01T16:39:01.2243568Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2246780Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2249489Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-11-01T16:39:01.2252649Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-11-01T16:39:01.2255664Z adding 'torch/include/ATen/ops/select_native.h' 2024-11-01T16:39:01.2258843Z adding 'torch/include/ATen/ops/select_ops.h' 2024-11-01T16:39:01.2262434Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-11-01T16:39:01.2266082Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2269282Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2272221Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-11-01T16:39:01.2275368Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-11-01T16:39:01.2278621Z adding 'torch/include/ATen/ops/selu.h' 2024-11-01T16:39:01.2281916Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2284819Z adding 'torch/include/ATen/ops/selu_native.h' 2024-11-01T16:39:01.2288038Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-11-01T16:39:01.2291876Z adding 'torch/include/ATen/ops/set.h' 2024-11-01T16:39:01.2295662Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2298832Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2302045Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-11-01T16:39:01.2305176Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-11-01T16:39:01.2308280Z adding 'torch/include/ATen/ops/set_data.h' 2024-11-01T16:39:01.2311661Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2314558Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-11-01T16:39:01.2318062Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-11-01T16:39:01.2320840Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-11-01T16:39:01.2324081Z adding 'torch/include/ATen/ops/set_native.h' 2024-11-01T16:39:01.2327966Z adding 'torch/include/ATen/ops/set_ops.h' 2024-11-01T16:39:01.2331366Z adding 'torch/include/ATen/ops/sgn.h' 2024-11-01T16:39:01.2335275Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2337773Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-11-01T16:39:01.2341090Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-11-01T16:39:01.2344032Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-11-01T16:39:01.2347577Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-11-01T16:39:01.2350525Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-11-01T16:39:01.2353668Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-11-01T16:39:01.2356755Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-11-01T16:39:01.2360119Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-11-01T16:39:01.2363629Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2367240Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:39:01.2369772Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:39:01.2372736Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-11-01T16:39:01.2375964Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-11-01T16:39:01.2378940Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-11-01T16:39:01.2382340Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-11-01T16:39:01.2385735Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2388719Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-11-01T16:39:01.2391890Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-11-01T16:39:01.2394941Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-11-01T16:39:01.2398431Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-11-01T16:39:01.2401074Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-11-01T16:39:01.2404417Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-11-01T16:39:01.2407437Z adding 'torch/include/ATen/ops/sign.h' 2024-11-01T16:39:01.2410959Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2413824Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-11-01T16:39:01.2417042Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-11-01T16:39:01.2420158Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-11-01T16:39:01.2423350Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-11-01T16:39:01.2426646Z adding 'torch/include/ATen/ops/sign_native.h' 2024-11-01T16:39:01.2429672Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-11-01T16:39:01.2432843Z adding 'torch/include/ATen/ops/signbit.h' 2024-11-01T16:39:01.2436222Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2439170Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-11-01T16:39:01.2442272Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-11-01T16:39:01.2445343Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-11-01T16:39:01.2448452Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-11-01T16:39:01.2451587Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-11-01T16:39:01.2454900Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-11-01T16:39:01.2457939Z adding 'torch/include/ATen/ops/silu.h' 2024-11-01T16:39:01.2461363Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-11-01T16:39:01.2464834Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2467957Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2470927Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-11-01T16:39:01.2474181Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-11-01T16:39:01.2477588Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-11-01T16:39:01.2480353Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-11-01T16:39:01.2483618Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-11-01T16:39:01.2486634Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-11-01T16:39:01.2490094Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2492925Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-11-01T16:39:01.2496105Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-11-01T16:39:01.2499072Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-11-01T16:39:01.2502404Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-11-01T16:39:01.2505829Z adding 'torch/include/ATen/ops/silu_native.h' 2024-11-01T16:39:01.2508747Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-11-01T16:39:01.2512026Z adding 'torch/include/ATen/ops/sin.h' 2024-11-01T16:39:01.2515571Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2522055Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-11-01T16:39:01.2522618Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-11-01T16:39:01.2525146Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-11-01T16:39:01.2528409Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-11-01T16:39:01.2531479Z adding 'torch/include/ATen/ops/sin_native.h' 2024-11-01T16:39:01.2534814Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-11-01T16:39:01.2537887Z adding 'torch/include/ATen/ops/sinc.h' 2024-11-01T16:39:01.2541632Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2545627Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-11-01T16:39:01.2547747Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-11-01T16:39:01.2550703Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-11-01T16:39:01.2553797Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-11-01T16:39:01.2556925Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-11-01T16:39:01.2560106Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-11-01T16:39:01.2563185Z adding 'torch/include/ATen/ops/sinh.h' 2024-11-01T16:39:01.2566632Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2569437Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-11-01T16:39:01.2572676Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-11-01T16:39:01.2575687Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-11-01T16:39:01.2578776Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-11-01T16:39:01.2581862Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-11-01T16:39:01.2585018Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-11-01T16:39:01.2588082Z adding 'torch/include/ATen/ops/size.h' 2024-11-01T16:39:01.2591372Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2594175Z adding 'torch/include/ATen/ops/size_native.h' 2024-11-01T16:39:01.2597326Z adding 'torch/include/ATen/ops/size_ops.h' 2024-11-01T16:39:01.2600543Z adding 'torch/include/ATen/ops/slice.h' 2024-11-01T16:39:01.2604207Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-11-01T16:39:01.2607768Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2611270Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-11-01T16:39:01.2614592Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-11-01T16:39:01.2617908Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2621532Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-11-01T16:39:01.2625165Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2628390Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2631126Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-11-01T16:39:01.2634359Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-11-01T16:39:01.2637620Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-11-01T16:39:01.2640975Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2644072Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-11-01T16:39:01.2647231Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-11-01T16:39:01.2650197Z adding 'torch/include/ATen/ops/slice_native.h' 2024-11-01T16:39:01.2653393Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-11-01T16:39:01.2656909Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-11-01T16:39:01.2660761Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2664010Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2666838Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-11-01T16:39:01.2670174Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-11-01T16:39:01.2673276Z adding 'torch/include/ATen/ops/slogdet.h' 2024-11-01T16:39:01.2676729Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2679521Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-11-01T16:39:01.2682742Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-11-01T16:39:01.2686206Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-11-01T16:39:01.2689833Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2693177Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-11-01T16:39:01.2696575Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-11-01T16:39:01.2699660Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-11-01T16:39:01.2702884Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-11-01T16:39:01.2705870Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-11-01T16:39:01.2709065Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-11-01T16:39:01.2712720Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-11-01T16:39:01.2716444Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2719475Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-11-01T16:39:01.2722559Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-11-01T16:39:01.2725603Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-11-01T16:39:01.2728994Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-11-01T16:39:01.2733276Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-11-01T16:39:01.2736967Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2740083Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-11-01T16:39:01.2743254Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-11-01T16:39:01.2746305Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-11-01T16:39:01.2749564Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-11-01T16:39:01.2753282Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-11-01T16:39:01.2757004Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2760397Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-11-01T16:39:01.2763412Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-11-01T16:39:01.2766596Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-11-01T16:39:01.2769886Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-11-01T16:39:01.2773109Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-11-01T16:39:01.2776912Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-11-01T16:39:01.2780477Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-11-01T16:39:01.2784162Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-11-01T16:39:01.2787536Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-11-01T16:39:01.2790762Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-11-01T16:39:01.2794295Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-11-01T16:39:01.2797150Z adding 'torch/include/ATen/ops/smm.h' 2024-11-01T16:39:01.2800553Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2803363Z adding 'torch/include/ATen/ops/smm_native.h' 2024-11-01T16:39:01.2806553Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-11-01T16:39:01.2809683Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-11-01T16:39:01.2813039Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-11-01T16:39:01.2816809Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2819634Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-11-01T16:39:01.2822907Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-11-01T16:39:01.2825876Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-11-01T16:39:01.2829206Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-11-01T16:39:01.2832597Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2835618Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-11-01T16:39:01.2839060Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-11-01T16:39:01.2846288Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-11-01T16:39:01.2847009Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-11-01T16:39:01.2850380Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-11-01T16:39:01.2853483Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-11-01T16:39:01.2856593Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-11-01T16:39:01.2860057Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-11-01T16:39:01.2863731Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2866417Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-11-01T16:39:01.2869713Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-11-01T16:39:01.2873058Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2876005Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-11-01T16:39:01.2879170Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-11-01T16:39:01.2882443Z adding 'torch/include/ATen/ops/softmax.h' 2024-11-01T16:39:01.2886412Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.2889069Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.2892090Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-11-01T16:39:01.2895233Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-11-01T16:39:01.2898505Z adding 'torch/include/ATen/ops/softplus.h' 2024-11-01T16:39:01.2901851Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-11-01T16:39:01.2905438Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2908847Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-11-01T16:39:01.2911649Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-11-01T16:39:01.2914754Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-11-01T16:39:01.2917845Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-11-01T16:39:01.2921008Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-11-01T16:39:01.2924189Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-11-01T16:39:01.2927728Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2930642Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-11-01T16:39:01.2933810Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-11-01T16:39:01.2936938Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-11-01T16:39:01.2940100Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-11-01T16:39:01.2943226Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-11-01T16:39:01.2946412Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-11-01T16:39:01.2949688Z adding 'torch/include/ATen/ops/softshrink.h' 2024-11-01T16:39:01.2952890Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-11-01T16:39:01.2956501Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2959433Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-11-01T16:39:01.2962613Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-11-01T16:39:01.2965903Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-11-01T16:39:01.2968779Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-11-01T16:39:01.2971958Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-11-01T16:39:01.2975170Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-11-01T16:39:01.2978703Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.2981636Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-11-01T16:39:01.2984866Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-11-01T16:39:01.2988069Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-11-01T16:39:01.2991061Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-11-01T16:39:01.2994111Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-11-01T16:39:01.2997299Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-11-01T16:39:01.3000829Z adding 'torch/include/ATen/ops/sort.h' 2024-11-01T16:39:01.3004254Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3007653Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3010828Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3013823Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-11-01T16:39:01.3017043Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-11-01T16:39:01.3020171Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-11-01T16:39:01.3026328Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-11-01T16:39:01.3027224Z adding 'torch/include/ATen/ops/sort_native.h' 2024-11-01T16:39:01.3030826Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-11-01T16:39:01.3034467Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-11-01T16:39:01.3038394Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3041044Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-11-01T16:39:01.3045095Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-11-01T16:39:01.3048495Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-11-01T16:39:01.3052224Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3055112Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-11-01T16:39:01.3058611Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-11-01T16:39:01.3063236Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-11-01T16:39:01.3066171Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3069267Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-11-01T16:39:01.3072580Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-11-01T16:39:01.3076228Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-11-01T16:39:01.3079701Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3082851Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3085973Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-11-01T16:39:01.3089444Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-11-01T16:39:01.3092769Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-11-01T16:39:01.3096175Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3099034Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-11-01T16:39:01.3102587Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-11-01T16:39:01.3105909Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-11-01T16:39:01.3109471Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3112275Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-11-01T16:39:01.3115479Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-11-01T16:39:01.3118448Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-11-01T16:39:01.3121706Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3124449Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-11-01T16:39:01.3127477Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-11-01T16:39:01.3130490Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-11-01T16:39:01.3133976Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3136759Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-11-01T16:39:01.3139998Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-11-01T16:39:01.3143173Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-11-01T16:39:01.3146332Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-11-01T16:39:01.3149685Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3152612Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-11-01T16:39:01.3155583Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-11-01T16:39:01.3158839Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-11-01T16:39:01.3162147Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3165050Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-11-01T16:39:01.3168002Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-11-01T16:39:01.3171228Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-11-01T16:39:01.3174375Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-11-01T16:39:01.3177646Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-11-01T16:39:01.3181004Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-11-01T16:39:01.3184040Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-11-01T16:39:01.3187446Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3190426Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-11-01T16:39:01.3193452Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-11-01T16:39:01.3196375Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-11-01T16:39:01.3199455Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-11-01T16:39:01.3202394Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-11-01T16:39:01.3205529Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-11-01T16:39:01.3208566Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-11-01T16:39:01.3211948Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3223466Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-11-01T16:39:01.3224284Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-11-01T16:39:01.3224961Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-11-01T16:39:01.3225624Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-11-01T16:39:01.3226702Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-11-01T16:39:01.3229740Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-11-01T16:39:01.3232836Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-11-01T16:39:01.3236225Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3239007Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-11-01T16:39:01.3242026Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-11-01T16:39:01.3245067Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-11-01T16:39:01.3248030Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-11-01T16:39:01.3250924Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-11-01T16:39:01.3254016Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-11-01T16:39:01.3257098Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-11-01T16:39:01.3260621Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3263531Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-11-01T16:39:01.3266587Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-11-01T16:39:01.3269515Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-11-01T16:39:01.3272603Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-11-01T16:39:01.3275540Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-11-01T16:39:01.3278661Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-11-01T16:39:01.3281758Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-11-01T16:39:01.3285172Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3287963Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-11-01T16:39:01.3291181Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-11-01T16:39:01.3294643Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-11-01T16:39:01.3297347Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-11-01T16:39:01.3300724Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-11-01T16:39:01.3303688Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-11-01T16:39:01.3307164Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-11-01T16:39:01.3310580Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3313930Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3316800Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:39:01.3319997Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:39:01.3323378Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-11-01T16:39:01.3326189Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:39:01.3329344Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-11-01T16:39:01.3332757Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-11-01T16:39:01.3336216Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-11-01T16:39:01.3340173Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3343114Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3346083Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:39:01.3349120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:39:01.3352200Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-11-01T16:39:01.3355334Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:39:01.3358491Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-11-01T16:39:01.3361877Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-11-01T16:39:01.3365297Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-11-01T16:39:01.3368810Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3372117Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3374970Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:39:01.3378068Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:39:01.3381298Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-11-01T16:39:01.3384462Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:39:01.3387601Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-11-01T16:39:01.3391205Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-11-01T16:39:01.3394381Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-11-01T16:39:01.3397920Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3401143Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3404170Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:39:01.3407307Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:39:01.3410301Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-11-01T16:39:01.3413456Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:39:01.3416522Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-11-01T16:39:01.3420112Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-11-01T16:39:01.3423154Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-11-01T16:39:01.3426690Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3429536Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-11-01T16:39:01.3432819Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-11-01T16:39:01.3436115Z adding 'torch/include/ATen/ops/special_entr.h' 2024-11-01T16:39:01.3439396Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3442347Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-11-01T16:39:01.3445379Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-11-01T16:39:01.3448411Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-11-01T16:39:01.3451519Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-11-01T16:39:01.3454591Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-11-01T16:39:01.3457704Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-11-01T16:39:01.3460986Z adding 'torch/include/ATen/ops/special_erf.h' 2024-11-01T16:39:01.3464598Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3467218Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-11-01T16:39:01.3471158Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-11-01T16:39:01.3474309Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-11-01T16:39:01.3477768Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3480563Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-11-01T16:39:01.3483854Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-11-01T16:39:01.3487310Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-11-01T16:39:01.3490390Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3493458Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-11-01T16:39:01.3496550Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-11-01T16:39:01.3499684Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-11-01T16:39:01.3502868Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-11-01T16:39:01.3505985Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-11-01T16:39:01.3509603Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-11-01T16:39:01.3512331Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-11-01T16:39:01.3515852Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3518597Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-11-01T16:39:01.3521835Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-11-01T16:39:01.3524917Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-11-01T16:39:01.3528519Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3531327Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-11-01T16:39:01.3534757Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-11-01T16:39:01.3537761Z adding 'torch/include/ATen/ops/special_expit.h' 2024-11-01T16:39:01.3559694Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3560494Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-11-01T16:39:01.3561044Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-11-01T16:39:01.3561573Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-11-01T16:39:01.3562304Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3563058Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-11-01T16:39:01.3563614Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-11-01T16:39:01.3565379Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-11-01T16:39:01.3568604Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3571594Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-11-01T16:39:01.3574804Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-11-01T16:39:01.3578068Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-11-01T16:39:01.3581578Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3584529Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-11-01T16:39:01.3587645Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-11-01T16:39:01.3590744Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-11-01T16:39:01.3594228Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3596997Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-11-01T16:39:01.3600094Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-11-01T16:39:01.3603371Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-11-01T16:39:01.3606804Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3610317Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3613070Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-11-01T16:39:01.3616160Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-11-01T16:39:01.3619111Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-11-01T16:39:01.3622349Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-11-01T16:39:01.3625343Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-11-01T16:39:01.3628788Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-11-01T16:39:01.3632061Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-11-01T16:39:01.3635496Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3638751Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3641799Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-11-01T16:39:01.3644800Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-11-01T16:39:01.3647740Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-11-01T16:39:01.3650825Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-11-01T16:39:01.3653841Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-11-01T16:39:01.3657203Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-11-01T16:39:01.3660345Z adding 'torch/include/ATen/ops/special_i0.h' 2024-11-01T16:39:01.3663648Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3666463Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-11-01T16:39:01.3669906Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-11-01T16:39:01.3672953Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-11-01T16:39:01.3676340Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3679080Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-11-01T16:39:01.3682250Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-11-01T16:39:01.3685208Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-11-01T16:39:01.3688312Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-11-01T16:39:01.3691265Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-11-01T16:39:01.3694350Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-11-01T16:39:01.3697372Z adding 'torch/include/ATen/ops/special_i1.h' 2024-11-01T16:39:01.3700886Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3703672Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-11-01T16:39:01.3706704Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-11-01T16:39:01.3709600Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-11-01T16:39:01.3712691Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-11-01T16:39:01.3715624Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-11-01T16:39:01.3718712Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-11-01T16:39:01.3721799Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-11-01T16:39:01.3725163Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3728050Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-11-01T16:39:01.3731123Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-11-01T16:39:01.3734002Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-11-01T16:39:01.3737077Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-11-01T16:39:01.3740088Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-11-01T16:39:01.3743251Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-11-01T16:39:01.3746597Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-11-01T16:39:01.3749994Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3753203Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3756015Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-11-01T16:39:01.3759076Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-11-01T16:39:01.3762013Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-11-01T16:39:01.3765137Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-11-01T16:39:01.3768152Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-11-01T16:39:01.3771493Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-11-01T16:39:01.3774889Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-11-01T16:39:01.3778214Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.3781512Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3784366Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-11-01T16:39:01.3787477Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-11-01T16:39:01.3790421Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-11-01T16:39:01.3793519Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-11-01T16:39:01.3796549Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-11-01T16:39:01.3799891Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-11-01T16:39:01.3802890Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-11-01T16:39:01.3806201Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3808978Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-11-01T16:39:01.3812108Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-11-01T16:39:01.3815152Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-11-01T16:39:01.3818549Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3821477Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-11-01T16:39:01.3824529Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-11-01T16:39:01.3827444Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-11-01T16:39:01.3830541Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-11-01T16:39:01.3833480Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-11-01T16:39:01.3836615Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-11-01T16:39:01.3839819Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-11-01T16:39:01.3843218Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3846035Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-11-01T16:39:01.3849224Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-11-01T16:39:01.3852256Z adding 'torch/include/ATen/ops/special_logit.h' 2024-11-01T16:39:01.3855722Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3858544Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-11-01T16:39:01.3861998Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-11-01T16:39:01.3865600Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-11-01T16:39:01.3868617Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3871679Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-11-01T16:39:01.3874714Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-11-01T16:39:01.3877982Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-11-01T16:39:01.3881373Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3884353Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-11-01T16:39:01.3887439Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-11-01T16:39:01.3890543Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-11-01T16:39:01.3894001Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-11-01T16:39:01.3896773Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-11-01T16:39:01.3900119Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-11-01T16:39:01.3903184Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-11-01T16:39:01.3906822Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3909599Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-11-01T16:39:01.3912819Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-11-01T16:39:01.3915862Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-11-01T16:39:01.3919088Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-11-01T16:39:01.3922228Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-11-01T16:39:01.3925291Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-11-01T16:39:01.3928468Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-11-01T16:39:01.3931892Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3934857Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:39:01.3937940Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:39:01.3941154Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-11-01T16:39:01.3944304Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:39:01.3947386Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-11-01T16:39:01.3950747Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-11-01T16:39:01.3953660Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-11-01T16:39:01.3957183Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.3960017Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:39:01.3963230Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:39:01.3966278Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-11-01T16:39:01.3969611Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:39:01.3972639Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-11-01T16:39:01.3975987Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-11-01T16:39:01.3979406Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-11-01T16:39:01.3982634Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3985544Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-11-01T16:39:01.3988751Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-11-01T16:39:01.3991983Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-11-01T16:39:01.3995331Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.3998198Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-11-01T16:39:01.4001928Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-11-01T16:39:01.4004511Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-11-01T16:39:01.4008025Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4010866Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-11-01T16:39:01.4014042Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-11-01T16:39:01.4017012Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-11-01T16:39:01.4020381Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-11-01T16:39:01.4023346Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-11-01T16:39:01.4026626Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-11-01T16:39:01.4031684Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-11-01T16:39:01.4034252Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4038227Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-11-01T16:39:01.4041799Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-11-01T16:39:01.4045323Z adding 'torch/include/ATen/ops/special_psi.h' 2024-11-01T16:39:01.4068877Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4069080Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-11-01T16:39:01.4069271Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-11-01T16:39:01.4069437Z adding 'torch/include/ATen/ops/special_round.h' 2024-11-01T16:39:01.4069828Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4070046Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-11-01T16:39:01.4070237Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-11-01T16:39:01.4072898Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-11-01T16:39:01.4076782Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4080678Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:39:01.4082872Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:39:01.4086525Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-11-01T16:39:01.4089170Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:39:01.4092446Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-11-01T16:39:01.4095435Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-11-01T16:39:01.4098469Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-11-01T16:39:01.4102103Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4105122Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:39:01.4108175Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:39:01.4111122Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-11-01T16:39:01.4114211Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:39:01.4117158Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-11-01T16:39:01.4120520Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-11-01T16:39:01.4123851Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-11-01T16:39:01.4127320Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4130552Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4133393Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:39:01.4136471Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:39:01.4139481Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-11-01T16:39:01.4142689Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:39:01.4145722Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-11-01T16:39:01.4149901Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-11-01T16:39:01.4152565Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-11-01T16:39:01.4156033Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4159284Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4162092Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:39:01.4165118Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:39:01.4168060Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-11-01T16:39:01.4171192Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:39:01.4174211Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-11-01T16:39:01.4177551Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-11-01T16:39:01.4180963Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-11-01T16:39:01.4184456Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4187688Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4190564Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:39:01.4193671Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:39:01.4196604Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-11-01T16:39:01.4200403Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:39:01.4203491Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-11-01T16:39:01.4206886Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-11-01T16:39:01.4210276Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-11-01T16:39:01.4214010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4217217Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4220173Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:39:01.4223259Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:39:01.4226198Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-11-01T16:39:01.4229325Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:39:01.4232324Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-11-01T16:39:01.4235716Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-11-01T16:39:01.4238666Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-11-01T16:39:01.4241950Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4244729Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-11-01T16:39:01.4247790Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-11-01T16:39:01.4250824Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-11-01T16:39:01.4254097Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4256875Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-11-01T16:39:01.4260063Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-11-01T16:39:01.4263170Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-11-01T16:39:01.4266606Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4269432Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-11-01T16:39:01.4272453Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-11-01T16:39:01.4275413Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-11-01T16:39:01.4279048Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-11-01T16:39:01.4281493Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-11-01T16:39:01.4284585Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-11-01T16:39:01.4287760Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-11-01T16:39:01.4291266Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4294429Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4297253Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-11-01T16:39:01.4300398Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-11-01T16:39:01.4303353Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-11-01T16:39:01.4306469Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-11-01T16:39:01.4309447Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-11-01T16:39:01.4312855Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-11-01T16:39:01.4316115Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-11-01T16:39:01.4319519Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4322374Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-11-01T16:39:01.4325730Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-11-01T16:39:01.4329023Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-11-01T16:39:01.4332426Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4335610Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4338429Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-11-01T16:39:01.4341990Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-11-01T16:39:01.4344703Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-11-01T16:39:01.4347914Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-11-01T16:39:01.4350904Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-11-01T16:39:01.4354421Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-11-01T16:39:01.4357712Z adding 'torch/include/ATen/ops/split.h' 2024-11-01T16:39:01.4361271Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4364716Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4367561Z adding 'torch/include/ATen/ops/split_copy.h' 2024-11-01T16:39:01.4371095Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4374311Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4377197Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-11-01T16:39:01.4380498Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-11-01T16:39:01.4383674Z adding 'torch/include/ATen/ops/split_native.h' 2024-11-01T16:39:01.4387111Z adding 'torch/include/ATen/ops/split_ops.h' 2024-11-01T16:39:01.4390195Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-11-01T16:39:01.4393709Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4396848Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-11-01T16:39:01.4400452Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4403765Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4406772Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-11-01T16:39:01.4410151Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-11-01T16:39:01.4413056Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-11-01T16:39:01.4416235Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-11-01T16:39:01.4419411Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-11-01T16:39:01.4422571Z adding 'torch/include/ATen/ops/sqrt.h' 2024-11-01T16:39:01.4426006Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4429076Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-11-01T16:39:01.4432307Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-11-01T16:39:01.4435292Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-11-01T16:39:01.4438478Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-11-01T16:39:01.4441503Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-11-01T16:39:01.4444820Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-11-01T16:39:01.4447954Z adding 'torch/include/ATen/ops/square.h' 2024-11-01T16:39:01.4451437Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4454228Z adding 'torch/include/ATen/ops/square_native.h' 2024-11-01T16:39:01.4457586Z adding 'torch/include/ATen/ops/square_ops.h' 2024-11-01T16:39:01.4460923Z adding 'torch/include/ATen/ops/squeeze.h' 2024-11-01T16:39:01.4464302Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4467553Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4470594Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-11-01T16:39:01.4474198Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4477795Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4480577Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-11-01T16:39:01.4484109Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-11-01T16:39:01.4487260Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-11-01T16:39:01.4490844Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-11-01T16:39:01.4494409Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-11-01T16:39:01.4497511Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4500698Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-11-01T16:39:01.4503800Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-11-01T16:39:01.4507057Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-11-01T16:39:01.4510276Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-11-01T16:39:01.4513508Z adding 'torch/include/ATen/ops/stack.h' 2024-11-01T16:39:01.4517269Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4519717Z adding 'torch/include/ATen/ops/stack_native.h' 2024-11-01T16:39:01.4523104Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-11-01T16:39:01.4526387Z adding 'torch/include/ATen/ops/std.h' 2024-11-01T16:39:01.4530054Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4533140Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-11-01T16:39:01.4538002Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-11-01T16:39:01.4540272Z adding 'torch/include/ATen/ops/std_mean.h' 2024-11-01T16:39:01.4550459Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4550818Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4551038Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-11-01T16:39:01.4553890Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-11-01T16:39:01.4559520Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-11-01T16:39:01.4561183Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-11-01T16:39:01.4565419Z adding 'torch/include/ATen/ops/std_native.h' 2024-11-01T16:39:01.4568229Z adding 'torch/include/ATen/ops/std_ops.h' 2024-11-01T16:39:01.4571742Z adding 'torch/include/ATen/ops/stft.h' 2024-11-01T16:39:01.4575821Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4578316Z adding 'torch/include/ATen/ops/stft_native.h' 2024-11-01T16:39:01.4581714Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-11-01T16:39:01.4585008Z adding 'torch/include/ATen/ops/stride.h' 2024-11-01T16:39:01.4588279Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4591063Z adding 'torch/include/ATen/ops/stride_native.h' 2024-11-01T16:39:01.4594441Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-11-01T16:39:01.4597582Z adding 'torch/include/ATen/ops/sub.h' 2024-11-01T16:39:01.4600951Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4604154Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4607030Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-11-01T16:39:01.4610263Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-11-01T16:39:01.4613216Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-11-01T16:39:01.4616311Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-11-01T16:39:01.4619366Z adding 'torch/include/ATen/ops/sub_native.h' 2024-11-01T16:39:01.4622862Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-11-01T16:39:01.4626111Z adding 'torch/include/ATen/ops/subtract.h' 2024-11-01T16:39:01.4629434Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4632263Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-11-01T16:39:01.4635624Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-11-01T16:39:01.4638976Z adding 'torch/include/ATen/ops/sum.h' 2024-11-01T16:39:01.4642611Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4645780Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4648797Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4651792Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-11-01T16:39:01.4654878Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-11-01T16:39:01.4657920Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-11-01T16:39:01.4661144Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-11-01T16:39:01.4664271Z adding 'torch/include/ATen/ops/sum_native.h' 2024-11-01T16:39:01.4667789Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-11-01T16:39:01.4670987Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-11-01T16:39:01.4674312Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4677069Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-11-01T16:39:01.4680128Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-11-01T16:39:01.4683201Z adding 'torch/include/ATen/ops/svd.h' 2024-11-01T16:39:01.4686644Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4689497Z adding 'torch/include/ATen/ops/svd_native.h' 2024-11-01T16:39:01.4692639Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-11-01T16:39:01.4695722Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-11-01T16:39:01.4699168Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4702093Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-11-01T16:39:01.4705249Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-11-01T16:39:01.4708238Z adding 'torch/include/ATen/ops/swapdims.h' 2024-11-01T16:39:01.4711515Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4714292Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-11-01T16:39:01.4717399Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-11-01T16:39:01.4720503Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-11-01T16:39:01.4723835Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4726790Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-11-01T16:39:01.4730589Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4732970Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-11-01T16:39:01.4735971Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-11-01T16:39:01.4738867Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-11-01T16:39:01.4742039Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-11-01T16:39:01.4744960Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-11-01T16:39:01.4748240Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4751043Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-11-01T16:39:01.4754215Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-11-01T16:39:01.4760382Z adding 'torch/include/ATen/ops/sym_size.h' 2024-11-01T16:39:01.4763856Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4766927Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-11-01T16:39:01.4769854Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-11-01T16:39:01.4773003Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-11-01T16:39:01.4776366Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4779331Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-11-01T16:39:01.4782849Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-11-01T16:39:01.4785717Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-11-01T16:39:01.4788970Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4791805Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-11-01T16:39:01.4794960Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-11-01T16:39:01.4798230Z adding 'torch/include/ATen/ops/t.h' 2024-11-01T16:39:01.4801609Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4804399Z adding 'torch/include/ATen/ops/t_copy.h' 2024-11-01T16:39:01.4807762Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.4811007Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4813837Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-11-01T16:39:01.4817115Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-11-01T16:39:01.4820139Z adding 'torch/include/ATen/ops/t_native.h' 2024-11-01T16:39:01.4823312Z adding 'torch/include/ATen/ops/t_ops.h' 2024-11-01T16:39:01.4826480Z adding 'torch/include/ATen/ops/take.h' 2024-11-01T16:39:01.4829686Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-11-01T16:39:01.4833134Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4836037Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-11-01T16:39:01.4839282Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-11-01T16:39:01.4842446Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-11-01T16:39:01.4845557Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-11-01T16:39:01.4848583Z adding 'torch/include/ATen/ops/take_native.h' 2024-11-01T16:39:01.4851733Z adding 'torch/include/ATen/ops/take_ops.h' 2024-11-01T16:39:01.4854855Z adding 'torch/include/ATen/ops/tan.h' 2024-11-01T16:39:01.4858303Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4861335Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-11-01T16:39:01.4864482Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-11-01T16:39:01.4867494Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-11-01T16:39:01.4870621Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-11-01T16:39:01.4873681Z adding 'torch/include/ATen/ops/tan_native.h' 2024-11-01T16:39:01.4876962Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-11-01T16:39:01.4880707Z adding 'torch/include/ATen/ops/tanh.h' 2024-11-01T16:39:01.4883343Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-11-01T16:39:01.4886780Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4889691Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-11-01T16:39:01.4892847Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-11-01T16:39:01.4896084Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-11-01T16:39:01.4899509Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-11-01T16:39:01.4902604Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-11-01T16:39:01.4906329Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-11-01T16:39:01.4909791Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4912664Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-11-01T16:39:01.4915942Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-11-01T16:39:01.4918979Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-11-01T16:39:01.4922314Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-11-01T16:39:01.4925468Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-11-01T16:39:01.4928883Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-11-01T16:39:01.4932583Z adding 'torch/include/ATen/ops/tensor.h' 2024-11-01T16:39:01.4936450Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-11-01T16:39:01.4940427Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4943582Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-11-01T16:39:01.4946917Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-11-01T16:39:01.4950292Z adding 'torch/include/ATen/ops/tensordot.h' 2024-11-01T16:39:01.4954011Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4956890Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-11-01T16:39:01.4960530Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-11-01T16:39:01.4963880Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-11-01T16:39:01.4967824Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.4970798Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-11-01T16:39:01.4974304Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-11-01T16:39:01.4977797Z adding 'torch/include/ATen/ops/threshold.h' 2024-11-01T16:39:01.4981028Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-11-01T16:39:01.4984871Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.4987798Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-11-01T16:39:01.4991094Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-11-01T16:39:01.4994475Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-11-01T16:39:01.4997505Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-11-01T16:39:01.5000855Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-11-01T16:39:01.5004200Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-11-01T16:39:01.5007726Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5010627Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-11-01T16:39:01.5013961Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-11-01T16:39:01.5017372Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-11-01T16:39:01.5020508Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-11-01T16:39:01.5023738Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-11-01T16:39:01.5027062Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-11-01T16:39:01.5030456Z adding 'torch/include/ATen/ops/tile.h' 2024-11-01T16:39:01.5035836Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5037674Z adding 'torch/include/ATen/ops/tile_native.h' 2024-11-01T16:39:01.5041165Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-11-01T16:39:01.5043502Z adding 'torch/include/ATen/ops/to.h' 2024-11-01T16:39:01.5047710Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5050207Z adding 'torch/include/ATen/ops/to_dense.h' 2024-11-01T16:39:01.5054041Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-11-01T16:39:01.5056913Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5060003Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-11-01T16:39:01.5063459Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-11-01T16:39:01.5066792Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5069540Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-11-01T16:39:01.5073092Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-11-01T16:39:01.5077686Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-11-01T16:39:01.5079673Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-11-01T16:39:01.5086231Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5086469Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-11-01T16:39:01.5089649Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-11-01T16:39:01.5093751Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5096587Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-11-01T16:39:01.5103963Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-11-01T16:39:01.5104824Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-11-01T16:39:01.5107022Z adding 'torch/include/ATen/ops/to_native.h' 2024-11-01T16:39:01.5110638Z adding 'torch/include/ATen/ops/to_ops.h' 2024-11-01T16:39:01.5115402Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-11-01T16:39:01.5118022Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5121325Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-11-01T16:39:01.5124415Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-11-01T16:39:01.5127711Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-11-01T16:39:01.5130821Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-11-01T16:39:01.5134356Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5137266Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-11-01T16:39:01.5140562Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-11-01T16:39:01.5144125Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-11-01T16:39:01.5147224Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5150041Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-11-01T16:39:01.5153227Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-11-01T16:39:01.5156614Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5159915Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-11-01T16:39:01.5163064Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5165946Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-11-01T16:39:01.5169067Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-11-01T16:39:01.5172042Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-11-01T16:39:01.5175359Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5178190Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-11-01T16:39:01.5181530Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-11-01T16:39:01.5184610Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-11-01T16:39:01.5188428Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-11-01T16:39:01.5191519Z adding 'torch/include/ATen/ops/topk.h' 2024-11-01T16:39:01.5195143Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5198084Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-11-01T16:39:01.5201306Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-11-01T16:39:01.5204397Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-11-01T16:39:01.5207657Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-11-01T16:39:01.5210762Z adding 'torch/include/ATen/ops/topk_native.h' 2024-11-01T16:39:01.5214049Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-11-01T16:39:01.5217199Z adding 'torch/include/ATen/ops/trace.h' 2024-11-01T16:39:01.5220486Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-11-01T16:39:01.5223859Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5226656Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-11-01T16:39:01.5230095Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-11-01T16:39:01.5233204Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5236057Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-11-01T16:39:01.5239157Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-11-01T16:39:01.5242124Z adding 'torch/include/ATen/ops/trace_native.h' 2024-11-01T16:39:01.5245858Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-11-01T16:39:01.5248630Z adding 'torch/include/ATen/ops/transpose.h' 2024-11-01T16:39:01.5252148Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5255285Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5258531Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-11-01T16:39:01.5262084Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5265415Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5268558Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-11-01T16:39:01.5271540Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-11-01T16:39:01.5274808Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-11-01T16:39:01.5278181Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-11-01T16:39:01.5281408Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-11-01T16:39:01.5284899Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5287889Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-11-01T16:39:01.5291233Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-11-01T16:39:01.5294418Z adding 'torch/include/ATen/ops/trapz.h' 2024-11-01T16:39:01.5297902Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5300906Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-11-01T16:39:01.5304704Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-11-01T16:39:01.5308387Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-11-01T16:39:01.5311538Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5314628Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-11-01T16:39:01.5317822Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-11-01T16:39:01.5321027Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-11-01T16:39:01.5324248Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-11-01T16:39:01.5327508Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-11-01T16:39:01.5330934Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-11-01T16:39:01.5334113Z adding 'torch/include/ATen/ops/tril.h' 2024-11-01T16:39:01.5337881Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5341337Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-11-01T16:39:01.5344148Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-11-01T16:39:01.5347848Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-11-01T16:39:01.5351008Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5354162Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-11-01T16:39:01.5357367Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-11-01T16:39:01.5360634Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-11-01T16:39:01.5364150Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-11-01T16:39:01.5367284Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-11-01T16:39:01.5370858Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-11-01T16:39:01.5373692Z adding 'torch/include/ATen/ops/tril_native.h' 2024-11-01T16:39:01.5377150Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-11-01T16:39:01.5380642Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-11-01T16:39:01.5384176Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5387518Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-11-01T16:39:01.5390517Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-11-01T16:39:01.5393866Z adding 'torch/include/ATen/ops/triu.h' 2024-11-01T16:39:01.5397323Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5400624Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-11-01T16:39:01.5403579Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-11-01T16:39:01.5407012Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-11-01T16:39:01.5410820Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5413681Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-11-01T16:39:01.5417028Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-11-01T16:39:01.5420214Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-11-01T16:39:01.5423775Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-11-01T16:39:01.5427164Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-11-01T16:39:01.5430190Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-11-01T16:39:01.5433362Z adding 'torch/include/ATen/ops/triu_native.h' 2024-11-01T16:39:01.5436651Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-11-01T16:39:01.5440056Z adding 'torch/include/ATen/ops/true_divide.h' 2024-11-01T16:39:01.5443553Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5446655Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-11-01T16:39:01.5450166Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-11-01T16:39:01.5453338Z adding 'torch/include/ATen/ops/trunc.h' 2024-11-01T16:39:01.5456952Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5459992Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-11-01T16:39:01.5463321Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-11-01T16:39:01.5466729Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-11-01T16:39:01.5469745Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-11-01T16:39:01.5472990Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-11-01T16:39:01.5476258Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-11-01T16:39:01.5479431Z adding 'torch/include/ATen/ops/type_as.h' 2024-11-01T16:39:01.5482800Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5485850Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-11-01T16:39:01.5489300Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-11-01T16:39:01.5492279Z adding 'torch/include/ATen/ops/unbind.h' 2024-11-01T16:39:01.5495845Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5499793Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5502540Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-11-01T16:39:01.5506464Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5509428Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5512306Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-11-01T16:39:01.5515563Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-11-01T16:39:01.5518799Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-11-01T16:39:01.5522030Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-11-01T16:39:01.5525533Z adding 'torch/include/ATen/ops/unflatten.h' 2024-11-01T16:39:01.5529414Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5532100Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-11-01T16:39:01.5535644Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5538513Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-11-01T16:39:01.5542144Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-11-01T16:39:01.5545199Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-11-01T16:39:01.5549025Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-11-01T16:39:01.5551951Z adding 'torch/include/ATen/ops/unfold.h' 2024-11-01T16:39:01.5555557Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-11-01T16:39:01.5559140Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5562406Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-11-01T16:39:01.5566534Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-11-01T16:39:01.5568821Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-11-01T16:39:01.5572360Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-11-01T16:39:01.5575496Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-11-01T16:39:01.5579062Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5582476Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5585236Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-11-01T16:39:01.5589168Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-11-01T16:39:01.5591798Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-11-01T16:39:01.5594961Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-11-01T16:39:01.5598126Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-11-01T16:39:01.5601124Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-11-01T16:39:01.5604749Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-11-01T16:39:01.5607614Z adding 'torch/include/ATen/ops/uniform.h' 2024-11-01T16:39:01.5610998Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5613989Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-11-01T16:39:01.5617078Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-11-01T16:39:01.5620348Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-11-01T16:39:01.5623448Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-11-01T16:39:01.5626753Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-11-01T16:39:01.5630076Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-11-01T16:39:01.5633511Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5636681Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-11-01T16:39:01.5639896Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-11-01T16:39:01.5642969Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-11-01T16:39:01.5646838Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-11-01T16:39:01.5649544Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-11-01T16:39:01.5652965Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5656102Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-11-01T16:39:01.5659601Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5662728Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-11-01T16:39:01.5665862Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-11-01T16:39:01.5668904Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-11-01T16:39:01.5672239Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-11-01T16:39:01.5675448Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-11-01T16:39:01.5678638Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-11-01T16:39:01.5681667Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-11-01T16:39:01.5684983Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-11-01T16:39:01.5694782Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-11-01T16:39:01.5698543Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5701558Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-11-01T16:39:01.5704703Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-11-01T16:39:01.5708031Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-11-01T16:39:01.5711550Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5714482Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-11-01T16:39:01.5717786Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-11-01T16:39:01.5721273Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-11-01T16:39:01.5724900Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5727835Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-11-01T16:39:01.5731082Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-11-01T16:39:01.5734179Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-11-01T16:39:01.5737528Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5740539Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-11-01T16:39:01.5743973Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.5747221Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5749965Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-11-01T16:39:01.5753156Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-11-01T16:39:01.5756184Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-11-01T16:39:01.5759406Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-11-01T16:39:01.5763077Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-11-01T16:39:01.5766959Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-11-01T16:39:01.5770765Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5773913Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.5777331Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.5780647Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-11-01T16:39:01.5784028Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-11-01T16:39:01.5787213Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-11-01T16:39:01.5790574Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-11-01T16:39:01.5794240Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5797410Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5800532Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-11-01T16:39:01.5803937Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-11-01T16:39:01.5807027Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-11-01T16:39:01.5810514Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-11-01T16:39:01.5813822Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-11-01T16:39:01.5817252Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-11-01T16:39:01.5821221Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-11-01T16:39:01.5825237Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-11-01T16:39:01.5829049Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5833251Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.5836850Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.5839996Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-11-01T16:39:01.5843579Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-11-01T16:39:01.5846755Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-11-01T16:39:01.5850239Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-11-01T16:39:01.5853953Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5857128Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5860463Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-11-01T16:39:01.5863830Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-11-01T16:39:01.5867071Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-11-01T16:39:01.5870657Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-11-01T16:39:01.5873668Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-11-01T16:39:01.5877228Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-11-01T16:39:01.5881440Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-11-01T16:39:01.5884915Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-11-01T16:39:01.5888779Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5891815Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.5920408Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.5920717Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-11-01T16:39:01.5921048Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-11-01T16:39:01.5921412Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-11-01T16:39:01.5921677Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-11-01T16:39:01.5922193Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5922630Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5922896Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-11-01T16:39:01.5926249Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-11-01T16:39:01.5928381Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-11-01T16:39:01.5932140Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-11-01T16:39:01.5935020Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-11-01T16:39:01.5938493Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-11-01T16:39:01.5942167Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-11-01T16:39:01.5946128Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-11-01T16:39:01.5949833Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5952841Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.5956300Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.5959403Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-11-01T16:39:01.5962698Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-11-01T16:39:01.5965786Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-11-01T16:39:01.5969129Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-11-01T16:39:01.5972836Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.5975937Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.5978985Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-11-01T16:39:01.5982345Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-11-01T16:39:01.5985420Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-11-01T16:39:01.5988621Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-11-01T16:39:01.5991742Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-11-01T16:39:01.5995350Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-11-01T16:39:01.5998693Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-11-01T16:39:01.6002618Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-11-01T16:39:01.6006339Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6009367Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.6012649Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.6016014Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-11-01T16:39:01.6019075Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-11-01T16:39:01.6022233Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-11-01T16:39:01.6025557Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-11-01T16:39:01.6029008Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6032077Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6035209Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-11-01T16:39:01.6038451Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-11-01T16:39:01.6041516Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-11-01T16:39:01.6044740Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-11-01T16:39:01.6048088Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-11-01T16:39:01.6051495Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-11-01T16:39:01.6055186Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-11-01T16:39:01.6064988Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-11-01T16:39:01.6065570Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6067043Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.6103904Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.6104255Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-11-01T16:39:01.6104609Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-11-01T16:39:01.6104904Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-11-01T16:39:01.6105181Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-11-01T16:39:01.6105713Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6106138Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6106429Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-11-01T16:39:01.6106713Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-11-01T16:39:01.6106935Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-11-01T16:39:01.6107347Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-11-01T16:39:01.6110788Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-11-01T16:39:01.6114136Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-11-01T16:39:01.6118152Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-11-01T16:39:01.6122275Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-11-01T16:39:01.6126144Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6129413Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-11-01T16:39:01.6132728Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-11-01T16:39:01.6135844Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-11-01T16:39:01.6139511Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-11-01T16:39:01.6142730Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-11-01T16:39:01.6146093Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-11-01T16:39:01.6149624Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6152744Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6156087Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-11-01T16:39:01.6159435Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-11-01T16:39:01.6162497Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-11-01T16:39:01.6165834Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-11-01T16:39:01.6169000Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-11-01T16:39:01.6172397Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-11-01T16:39:01.6175766Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-11-01T16:39:01.6179366Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6182311Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-11-01T16:39:01.6185635Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-11-01T16:39:01.6188528Z adding 'torch/include/ATen/ops/values.h' 2024-11-01T16:39:01.6191860Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6194772Z adding 'torch/include/ATen/ops/values_copy.h' 2024-11-01T16:39:01.6198196Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6201571Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6204324Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-11-01T16:39:01.6207508Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-11-01T16:39:01.6210620Z adding 'torch/include/ATen/ops/values_native.h' 2024-11-01T16:39:01.6213652Z adding 'torch/include/ATen/ops/values_ops.h' 2024-11-01T16:39:01.6216722Z adding 'torch/include/ATen/ops/vander.h' 2024-11-01T16:39:01.6220189Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6223081Z adding 'torch/include/ATen/ops/vander_native.h' 2024-11-01T16:39:01.6226195Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-11-01T16:39:01.6229666Z adding 'torch/include/ATen/ops/var.h' 2024-11-01T16:39:01.6233204Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6236255Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-11-01T16:39:01.6239404Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-11-01T16:39:01.6242911Z adding 'torch/include/ATen/ops/var_mean.h' 2024-11-01T16:39:01.6246428Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6249655Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6252667Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-11-01T16:39:01.6255823Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-11-01T16:39:01.6258901Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-11-01T16:39:01.6262630Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-11-01T16:39:01.6265940Z adding 'torch/include/ATen/ops/var_native.h' 2024-11-01T16:39:01.6269687Z adding 'torch/include/ATen/ops/var_ops.h' 2024-11-01T16:39:01.6273053Z adding 'torch/include/ATen/ops/vdot.h' 2024-11-01T16:39:01.6276401Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6279342Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-11-01T16:39:01.6282436Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-11-01T16:39:01.6285404Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-11-01T16:39:01.6288607Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-11-01T16:39:01.6291732Z adding 'torch/include/ATen/ops/view.h' 2024-11-01T16:39:01.6294767Z adding 'torch/include/ATen/ops/view_as.h' 2024-11-01T16:39:01.6297890Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-11-01T16:39:01.6301122Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-11-01T16:39:01.6304559Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6307809Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6310574Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-11-01T16:39:01.6313801Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-11-01T16:39:01.6316896Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-11-01T16:39:01.6320026Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-11-01T16:39:01.6323069Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-11-01T16:39:01.6326013Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-11-01T16:39:01.6329160Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-11-01T16:39:01.6332421Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6335308Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-11-01T16:39:01.6338430Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-11-01T16:39:01.6341873Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-11-01T16:39:01.6345064Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-11-01T16:39:01.6348489Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6351755Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6354515Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-11-01T16:39:01.6357684Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-11-01T16:39:01.6361204Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-11-01T16:39:01.6364198Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-11-01T16:39:01.6367256Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-11-01T16:39:01.6370226Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-11-01T16:39:01.6373333Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-11-01T16:39:01.6376650Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6379996Z adding 'torch/include/ATen/ops/view_copy.h' 2024-11-01T16:39:01.6383589Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6386864Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6389676Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-11-01T16:39:01.6393012Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-11-01T16:39:01.6396331Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-11-01T16:39:01.6399502Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-11-01T16:39:01.6402572Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-11-01T16:39:01.6405644Z adding 'torch/include/ATen/ops/view_native.h' 2024-11-01T16:39:01.6408866Z adding 'torch/include/ATen/ops/view_ops.h' 2024-11-01T16:39:01.6411963Z adding 'torch/include/ATen/ops/vsplit.h' 2024-11-01T16:39:01.6415324Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6418160Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-11-01T16:39:01.6421553Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-11-01T16:39:01.6424743Z adding 'torch/include/ATen/ops/vstack.h' 2024-11-01T16:39:01.6428098Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6431010Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-11-01T16:39:01.6434185Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-11-01T16:39:01.6437441Z adding 'torch/include/ATen/ops/where.h' 2024-11-01T16:39:01.6440848Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6444340Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-11-01T16:39:01.6450924Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-11-01T16:39:01.6452394Z adding 'torch/include/ATen/ops/where_native.h' 2024-11-01T16:39:01.6455909Z adding 'torch/include/ATen/ops/where_ops.h' 2024-11-01T16:39:01.6459402Z adding 'torch/include/ATen/ops/xlogy.h' 2024-11-01T16:39:01.6613630Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6616919Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:39:01.6619989Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-11-01T16:39:01.6623196Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-11-01T16:39:01.6626512Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-11-01T16:39:01.6629756Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-11-01T16:39:01.6632835Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-11-01T16:39:01.6636402Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-11-01T16:39:01.6639666Z adding 'torch/include/ATen/ops/xor.h' 2024-11-01T16:39:01.6643073Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:39:01.6645917Z adding 'torch/include/ATen/ops/xor_native.h' 2024-11-01T16:39:01.6649236Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-11-01T16:39:01.6652487Z adding 'torch/include/ATen/ops/zero.h' 2024-11-01T16:39:01.6656363Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6659134Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-11-01T16:39:01.6662426Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-11-01T16:39:01.6665624Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-11-01T16:39:01.6668766Z adding 'torch/include/ATen/ops/zero_native.h' 2024-11-01T16:39:01.6672022Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-11-01T16:39:01.6675686Z adding 'torch/include/ATen/ops/zeros.h' 2024-11-01T16:39:01.6679400Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6682594Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-11-01T16:39:01.6686153Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:39:01.6689432Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:39:01.6692291Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-11-01T16:39:01.6695633Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-11-01T16:39:01.6698786Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-11-01T16:39:01.6702592Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-11-01T16:39:01.6709146Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-11-01T16:39:01.6714183Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-11-01T16:39:01.6718449Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-11-01T16:39:01.6721442Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-11-01T16:39:01.6724393Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-11-01T16:39:01.6727312Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-11-01T16:39:01.6731290Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-11-01T16:39:01.6734673Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-11-01T16:39:01.6738596Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-11-01T16:39:01.6742471Z adding 'torch/include/THC/THCAtomics.cuh' 2024-11-01T16:39:01.6745298Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2024-11-01T16:39:01.6753385Z adding 'torch/include/c10/core/Allocator.h' 2024-11-01T16:39:01.6757029Z adding 'torch/include/c10/core/AutogradState.h' 2024-11-01T16:39:01.6761735Z adding 'torch/include/c10/core/Backend.h' 2024-11-01T16:39:01.6765408Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-11-01T16:39:01.6769802Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-11-01T16:39:01.6773359Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-11-01T16:39:01.6776881Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-11-01T16:39:01.6780634Z adding 'torch/include/c10/core/Contiguity.h' 2024-11-01T16:39:01.6784039Z adding 'torch/include/c10/core/CopyBytes.h' 2024-11-01T16:39:01.6787102Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-11-01T16:39:01.6790328Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-11-01T16:39:01.6794823Z adding 'torch/include/c10/core/Device.h' 2024-11-01T16:39:01.6798167Z adding 'torch/include/c10/core/DeviceArray.h' 2024-11-01T16:39:01.6802955Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-11-01T16:39:01.6807175Z adding 'torch/include/c10/core/DeviceType.h' 2024-11-01T16:39:01.6821163Z adding 'torch/include/c10/core/DispatchKey.h' 2024-11-01T16:39:01.6838036Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-11-01T16:39:01.6843225Z adding 'torch/include/c10/core/DynamicCast.h' 2024-11-01T16:39:01.6847628Z adding 'torch/include/c10/core/Event.h' 2024-11-01T16:39:01.6851837Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-11-01T16:39:01.6855381Z adding 'torch/include/c10/core/GradMode.h' 2024-11-01T16:39:01.6859453Z adding 'torch/include/c10/core/InferenceMode.h' 2024-11-01T16:39:01.6862940Z adding 'torch/include/c10/core/Layout.h' 2024-11-01T16:39:01.6868354Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-11-01T16:39:01.6871895Z adding 'torch/include/c10/core/OptionalRef.h' 2024-11-01T16:39:01.6875917Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-11-01T16:39:01.6879173Z adding 'torch/include/c10/core/QEngine.h' 2024-11-01T16:39:01.6882611Z adding 'torch/include/c10/core/QScheme.h' 2024-11-01T16:39:01.6886199Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-11-01T16:39:01.6890166Z adding 'torch/include/c10/core/SafePyObject.h' 2024-11-01T16:39:01.6897001Z adding 'torch/include/c10/core/Scalar.h' 2024-11-01T16:39:01.6905302Z adding 'torch/include/c10/core/ScalarType.h' 2024-11-01T16:39:01.6909206Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-11-01T16:39:01.6913687Z adding 'torch/include/c10/core/Storage.h' 2024-11-01T16:39:01.6919695Z adding 'torch/include/c10/core/StorageImpl.h' 2024-11-01T16:39:01.6925021Z adding 'torch/include/c10/core/Stream.h' 2024-11-01T16:39:01.6929781Z adding 'torch/include/c10/core/StreamGuard.h' 2024-11-01T16:39:01.6933691Z adding 'torch/include/c10/core/SymBool.h' 2024-11-01T16:39:01.6938014Z adding 'torch/include/c10/core/SymFloat.h' 2024-11-01T16:39:01.6944464Z adding 'torch/include/c10/core/SymInt.h' 2024-11-01T16:39:01.6948478Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-11-01T16:39:01.6952602Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-11-01T16:39:01.6957213Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-11-01T16:39:01.7001270Z adding 'torch/include/c10/core/TensorImpl.h' 2024-11-01T16:39:01.7013898Z adding 'torch/include/c10/core/TensorOptions.h' 2024-11-01T16:39:01.7018067Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-11-01T16:39:01.7021489Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-11-01T16:39:01.7024797Z adding 'torch/include/c10/core/alignment.h' 2024-11-01T16:39:01.7028615Z adding 'torch/include/c10/core/thread_pool.h' 2024-11-01T16:39:01.7032950Z adding 'torch/include/c10/core/impl/COW.h' 2024-11-01T16:39:01.7036687Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-11-01T16:39:01.7043472Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-11-01T16:39:01.7047912Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-11-01T16:39:01.7057860Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-11-01T16:39:01.7058562Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-11-01T16:39:01.7063852Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-11-01T16:39:01.7067312Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-11-01T16:39:01.7072914Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-11-01T16:39:01.7077822Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-11-01T16:39:01.7084000Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-11-01T16:39:01.7089542Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-11-01T16:39:01.7093163Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-11-01T16:39:01.7097676Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-11-01T16:39:01.7101626Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-11-01T16:39:01.7105236Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-11-01T16:39:01.7108554Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-11-01T16:39:01.7112806Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-11-01T16:39:01.7116733Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-11-01T16:39:01.7124131Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-11-01T16:39:01.7128588Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-11-01T16:39:01.7133400Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-11-01T16:39:01.7137442Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-11-01T16:39:01.7141753Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-11-01T16:39:01.7145517Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-11-01T16:39:01.7150598Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-11-01T16:39:01.7154249Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-11-01T16:39:01.7157842Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-11-01T16:39:01.7160977Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-11-01T16:39:01.7166627Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-11-01T16:39:01.7170417Z adding 'torch/include/c10/cuda/driver_api.h' 2024-11-01T16:39:01.7176191Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-11-01T16:39:01.7179896Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-11-01T16:39:01.7182563Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2024-11-01T16:39:01.7187598Z adding 'torch/include/c10/macros/Export.h' 2024-11-01T16:39:01.7196864Z adding 'torch/include/c10/macros/Macros.h' 2024-11-01T16:39:01.7198999Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-11-01T16:39:01.7205172Z adding 'torch/include/c10/util/AbortHandler.h' 2024-11-01T16:39:01.7209536Z adding 'torch/include/c10/util/AlignOf.h' 2024-11-01T16:39:01.7213958Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-11-01T16:39:01.7216903Z adding 'torch/include/c10/util/Array.h' 2024-11-01T16:39:01.7222704Z adding 'torch/include/c10/util/ArrayRef.h' 2024-11-01T16:39:01.7227446Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-11-01T16:39:01.7232303Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-11-01T16:39:01.7236383Z adding 'torch/include/c10/util/BFloat16.h' 2024-11-01T16:39:01.7239657Z adding 'torch/include/c10/util/Backtrace.h' 2024-11-01T16:39:01.7243587Z adding 'torch/include/c10/util/Bitset.h' 2024-11-01T16:39:01.7247420Z adding 'torch/include/c10/util/C++17.h' 2024-11-01T16:39:01.7251015Z adding 'torch/include/c10/util/CallOnce.h' 2024-11-01T16:39:01.7256277Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-11-01T16:39:01.7260276Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-11-01T16:39:01.7264268Z adding 'torch/include/c10/util/Deprecated.h' 2024-11-01T16:39:01.7267307Z adding 'torch/include/c10/util/DimVector.h' 2024-11-01T16:39:01.7270766Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-11-01T16:39:01.7281531Z adding 'torch/include/c10/util/Exception.h' 2024-11-01T16:39:01.7286493Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-11-01T16:39:01.7290303Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-11-01T16:39:01.7293490Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-11-01T16:39:01.7298797Z adding 'torch/include/c10/util/Flags.h' 2024-11-01T16:39:01.7303449Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-11-01T16:39:01.7309068Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-11-01T16:39:01.7313312Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-11-01T16:39:01.7317667Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-11-01T16:39:01.7322090Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-11-01T16:39:01.7326578Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-11-01T16:39:01.7330930Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-11-01T16:39:01.7335357Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-11-01T16:39:01.7339033Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-11-01T16:39:01.7343144Z adding 'torch/include/c10/util/FunctionRef.h' 2024-11-01T16:39:01.7346215Z adding 'torch/include/c10/util/Gauge.h' 2024-11-01T16:39:01.7350896Z adding 'torch/include/c10/util/Half-inl.h' 2024-11-01T16:39:01.7360057Z adding 'torch/include/c10/util/Half.h' 2024-11-01T16:39:01.7363869Z adding 'torch/include/c10/util/IdWrapper.h' 2024-11-01T16:39:01.7367711Z adding 'torch/include/c10/util/Lazy.h' 2024-11-01T16:39:01.7372651Z adding 'torch/include/c10/util/LeftRight.h' 2024-11-01T16:39:01.7376046Z adding 'torch/include/c10/util/Load.h' 2024-11-01T16:39:01.7382650Z adding 'torch/include/c10/util/Logging.h' 2024-11-01T16:39:01.7386403Z adding 'torch/include/c10/util/MathConstants.h' 2024-11-01T16:39:01.7391122Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-11-01T16:39:01.7396036Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-11-01T16:39:01.7399990Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-11-01T16:39:01.7403722Z adding 'torch/include/c10/util/Optional.h' 2024-11-01T16:39:01.7408052Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-11-01T16:39:01.7411425Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-11-01T16:39:01.7417278Z adding 'torch/include/c10/util/Registry.h' 2024-11-01T16:39:01.7421086Z adding 'torch/include/c10/util/ScopeExit.h' 2024-11-01T16:39:01.7425174Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-11-01T16:39:01.7442315Z adding 'torch/include/c10/util/SmallVector.h' 2024-11-01T16:39:01.7447982Z adding 'torch/include/c10/util/StringUtil.h' 2024-11-01T16:39:01.7451744Z adding 'torch/include/c10/util/Synchronized.h' 2024-11-01T16:39:01.7455602Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-11-01T16:39:01.7459699Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-11-01T16:39:01.7462983Z adding 'torch/include/c10/util/Type.h' 2024-11-01T16:39:01.7467704Z adding 'torch/include/c10/util/TypeCast.h' 2024-11-01T16:39:01.7471427Z adding 'torch/include/c10/util/TypeIndex.h' 2024-11-01T16:39:01.7477958Z adding 'torch/include/c10/util/TypeList.h' 2024-11-01T16:39:01.7482575Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-11-01T16:39:01.7486703Z adding 'torch/include/c10/util/TypeTraits.h' 2024-11-01T16:39:01.7490197Z adding 'torch/include/c10/util/Unicode.h' 2024-11-01T16:39:01.7494035Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-11-01T16:39:01.7497479Z adding 'torch/include/c10/util/Unroll.h' 2024-11-01T16:39:01.7501524Z adding 'torch/include/c10/util/WaitCounter.h' 2024-11-01T16:39:01.7504750Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-11-01T16:39:01.7508393Z adding 'torch/include/c10/util/accumulate.h' 2024-11-01T16:39:01.7511686Z adding 'torch/include/c10/util/bit_cast.h' 2024-11-01T16:39:01.7515053Z adding 'torch/include/c10/util/bits.h' 2024-11-01T16:39:01.7522091Z adding 'torch/include/c10/util/complex.h' 2024-11-01T16:39:01.7527397Z adding 'torch/include/c10/util/complex_math.h' 2024-11-01T16:39:01.7531192Z adding 'torch/include/c10/util/complex_utils.h' 2024-11-01T16:39:01.7534377Z adding 'torch/include/c10/util/copysign.h' 2024-11-01T16:39:01.7537489Z adding 'torch/include/c10/util/env.h' 2024-11-01T16:39:01.7553734Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-11-01T16:39:01.7558479Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-11-01T16:39:01.7562014Z adding 'torch/include/c10/util/generic_math.h' 2024-11-01T16:39:01.7567692Z adding 'torch/include/c10/util/hash.h' 2024-11-01T16:39:01.7573869Z adding 'torch/include/c10/util/int128.h' 2024-11-01T16:39:01.7587541Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-11-01T16:39:01.7592247Z adding 'torch/include/c10/util/irange.h' 2024-11-01T16:39:01.7602696Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-11-01T16:39:01.7607257Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-11-01T16:39:01.7612121Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-11-01T16:39:01.7615415Z adding 'torch/include/c10/util/numa.h' 2024-11-01T16:39:01.7633755Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-11-01T16:39:01.7638330Z adding 'torch/include/c10/util/overloaded.h' 2024-11-01T16:39:01.7641180Z adding 'torch/include/c10/util/python_stub.h' 2024-11-01T16:39:01.7644136Z adding 'torch/include/c10/util/qint32.h' 2024-11-01T16:39:01.7647160Z adding 'torch/include/c10/util/qint8.h' 2024-11-01T16:39:01.7650160Z adding 'torch/include/c10/util/quint2x4.h' 2024-11-01T16:39:01.7653110Z adding 'torch/include/c10/util/quint4x2.h' 2024-11-01T16:39:01.7656090Z adding 'torch/include/c10/util/quint8.h' 2024-11-01T16:39:01.7659662Z adding 'torch/include/c10/util/safe_numerics.h' 2024-11-01T16:39:01.7663667Z adding 'torch/include/c10/util/signal_handler.h' 2024-11-01T16:39:01.7672787Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-11-01T16:39:01.7676810Z adding 'torch/include/c10/util/ssize.h' 2024-11-01T16:39:01.7680138Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-11-01T16:39:01.7684484Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-11-01T16:39:01.7690684Z adding 'torch/include/c10/util/strides.h' 2024-11-01T16:39:01.7693888Z adding 'torch/include/c10/util/string_utils.h' 2024-11-01T16:39:01.7700604Z adding 'torch/include/c10/util/string_view.h' 2024-11-01T16:39:01.7710268Z adding 'torch/include/c10/util/strong_type.h' 2024-11-01T16:39:01.7715339Z adding 'torch/include/c10/util/tempfile.h' 2024-11-01T16:39:01.7717957Z adding 'torch/include/c10/util/thread_name.h' 2024-11-01T16:39:01.7727447Z adding 'torch/include/c10/util/typeid.h' 2024-11-01T16:39:01.7731215Z adding 'torch/include/c10/util/win32-headers.h' 2024-11-01T16:39:01.7735266Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-11-01T16:39:01.7740154Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-11-01T16:39:01.7743908Z adding 'torch/include/c10/xpu/XPUException.h' 2024-11-01T16:39:01.7747086Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-11-01T16:39:01.7750181Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-11-01T16:39:01.7754637Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-11-01T16:39:01.7759707Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-11-01T16:39:01.7800153Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-11-01T16:39:01.7805185Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-11-01T16:39:01.7808427Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-11-01T16:39:01.7813873Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-11-01T16:39:01.7817297Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-11-01T16:39:01.7820554Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-11-01T16:39:01.7825141Z adding 'torch/include/caffe2/serialize/versions.h' 2024-11-01T16:39:01.7830217Z adding 'torch/include/kineto/AbstractConfig.h' 2024-11-01T16:39:01.7834278Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-11-01T16:39:01.7837463Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-11-01T16:39:01.7840897Z adding 'torch/include/kineto/ActivityType.h' 2024-11-01T16:39:01.7844019Z adding 'torch/include/kineto/ClientInterface.h' 2024-11-01T16:39:01.7850509Z adding 'torch/include/kineto/Config.h' 2024-11-01T16:39:01.7854851Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-11-01T16:39:01.7859193Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-11-01T16:39:01.7862844Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-11-01T16:39:01.7866351Z adding 'torch/include/kineto/ITraceActivity.h' 2024-11-01T16:39:01.7869523Z adding 'torch/include/kineto/LoggingAPI.h' 2024-11-01T16:39:01.7872647Z adding 'torch/include/kineto/ThreadUtil.h' 2024-11-01T16:39:01.7875808Z adding 'torch/include/kineto/TraceSpan.h' 2024-11-01T16:39:01.7879571Z adding 'torch/include/kineto/libkineto.h' 2024-11-01T16:39:01.7883124Z adding 'torch/include/kineto/output_base.h' 2024-11-01T16:39:01.7886217Z adding 'torch/include/kineto/time_since_epoch.h' 2024-11-01T16:39:01.7895751Z adding 'torch/include/pybind11/attr.h' 2024-11-01T16:39:01.7901169Z adding 'torch/include/pybind11/buffer_info.h' 2024-11-01T16:39:01.7925080Z adding 'torch/include/pybind11/cast.h' 2024-11-01T16:39:01.7931492Z adding 'torch/include/pybind11/chrono.h' 2024-11-01T16:39:01.7934715Z adding 'torch/include/pybind11/common.h' 2024-11-01T16:39:01.7938126Z adding 'torch/include/pybind11/complex.h' 2024-11-01T16:39:01.7941281Z adding 'torch/include/pybind11/eigen.h' 2024-11-01T16:39:01.7947260Z adding 'torch/include/pybind11/embed.h' 2024-11-01T16:39:01.7951559Z adding 'torch/include/pybind11/eval.h' 2024-11-01T16:39:01.7955978Z adding 'torch/include/pybind11/functional.h' 2024-11-01T16:39:01.7960719Z adding 'torch/include/pybind11/gil.h' 2024-11-01T16:39:01.7965377Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-11-01T16:39:01.7970317Z adding 'torch/include/pybind11/iostream.h' 2024-11-01T16:39:01.7998006Z adding 'torch/include/pybind11/numpy.h' 2024-11-01T16:39:01.8004635Z adding 'torch/include/pybind11/operators.h' 2024-11-01T16:39:01.8008875Z adding 'torch/include/pybind11/options.h' 2024-11-01T16:39:01.8050701Z adding 'torch/include/pybind11/pybind11.h' 2024-11-01T16:39:01.8087457Z adding 'torch/include/pybind11/pytypes.h' 2024-11-01T16:39:01.8095771Z adding 'torch/include/pybind11/stl.h' 2024-11-01T16:39:01.8106650Z adding 'torch/include/pybind11/stl_bind.h' 2024-11-01T16:39:01.8110702Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-11-01T16:39:01.8114698Z adding 'torch/include/pybind11/typing.h' 2024-11-01T16:39:01.8126826Z adding 'torch/include/pybind11/detail/class.h' 2024-11-01T16:39:01.8146773Z adding 'torch/include/pybind11/detail/common.h' 2024-11-01T16:39:01.8151731Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-11-01T16:39:01.8164293Z adding 'torch/include/pybind11/detail/descr.h' 2024-11-01T16:39:01.8164950Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-11-01T16:39:01.8167402Z adding 'torch/include/pybind11/detail/init.h' 2024-11-01T16:39:01.8179063Z adding 'torch/include/pybind11/detail/internals.h' 2024-11-01T16:39:01.8197867Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-11-01T16:39:01.8202408Z adding 'torch/include/pybind11/detail/typeid.h' 2024-11-01T16:39:01.8206044Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-11-01T16:39:01.8209870Z adding 'torch/include/pybind11/eigen/common.h' 2024-11-01T16:39:01.8221516Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-11-01T16:39:01.8228794Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-11-01T16:39:01.8238035Z adding 'torch/include/torch/custom_class.h' 2024-11-01T16:39:01.8243507Z adding 'torch/include/torch/custom_class_detail.h' 2024-11-01T16:39:01.8246664Z adding 'torch/include/torch/extension.h' 2024-11-01T16:39:01.8261711Z adding 'torch/include/torch/library.h' 2024-11-01T16:39:01.8265744Z adding 'torch/include/torch/script.h' 2024-11-01T16:39:01.8270911Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-11-01T16:39:01.8274026Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-11-01T16:39:01.8277056Z adding 'torch/include/torch/csrc/Device.h' 2024-11-01T16:39:01.8280062Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2024-11-01T16:39:01.8283074Z adding 'torch/include/torch/csrc/Dtype.h' 2024-11-01T16:39:01.8286275Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-11-01T16:39:01.8289327Z adding 'torch/include/torch/csrc/Event.h' 2024-11-01T16:39:01.8295685Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-11-01T16:39:01.8299043Z adding 'torch/include/torch/csrc/Export.h' 2024-11-01T16:39:01.8302382Z adding 'torch/include/torch/csrc/Generator.h' 2024-11-01T16:39:01.8305479Z adding 'torch/include/torch/csrc/Layout.h' 2024-11-01T16:39:01.8308567Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-11-01T16:39:01.8311378Z adding 'torch/include/torch/csrc/Module.h' 2024-11-01T16:39:01.8314386Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-11-01T16:39:01.8317356Z adding 'torch/include/torch/csrc/QScheme.h' 2024-11-01T16:39:01.8320307Z adding 'torch/include/torch/csrc/Size.h' 2024-11-01T16:39:01.8323575Z adding 'torch/include/torch/csrc/Storage.h' 2024-11-01T16:39:01.8326531Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-11-01T16:39:01.8329358Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-11-01T16:39:01.8332318Z adding 'torch/include/torch/csrc/Stream.h' 2024-11-01T16:39:01.8335269Z adding 'torch/include/torch/csrc/THConcat.h' 2024-11-01T16:39:01.8338312Z adding 'torch/include/torch/csrc/THP.h' 2024-11-01T16:39:01.8341475Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-11-01T16:39:01.8344335Z adding 'torch/include/torch/csrc/Types.h' 2024-11-01T16:39:01.8347582Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-11-01T16:39:01.8350548Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-11-01T16:39:01.8353438Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-11-01T16:39:01.8356470Z adding 'torch/include/torch/csrc/python_headers.h' 2024-11-01T16:39:01.8359539Z adding 'torch/include/torch/csrc/serialization.h' 2024-11-01T16:39:01.8364135Z adding 'torch/include/torch/csrc/utils.h' 2024-11-01T16:39:01.8369886Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-11-01T16:39:01.8373171Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-11-01T16:39:01.8376703Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-11-01T16:39:01.8379614Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-11-01T16:39:01.8382779Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-11-01T16:39:01.8387271Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-11-01T16:39:01.8391919Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-11-01T16:39:01.8396535Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-11-01T16:39:01.8400553Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-11-01T16:39:01.8403938Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-11-01T16:39:01.8407253Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-11-01T16:39:01.8416204Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-11-01T16:39:01.8418012Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-11-01T16:39:01.8420991Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-11-01T16:39:01.8427752Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-11-01T16:39:01.8433377Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-11-01T16:39:01.8437620Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-11-01T16:39:01.8440855Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-11-01T16:39:01.8448038Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-11-01T16:39:01.8452149Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-11-01T16:39:01.8455922Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-11-01T16:39:01.8459663Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-11-01T16:39:01.8463071Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-11-01T16:39:01.8466228Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-11-01T16:39:01.8470713Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-11-01T16:39:01.8474575Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-11-01T16:39:01.8478242Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-11-01T16:39:01.8481282Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-11-01T16:39:01.8485609Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-11-01T16:39:01.8488882Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-11-01T16:39:01.8491943Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-11-01T16:39:01.8495604Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-11-01T16:39:01.8501612Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-11-01T16:39:01.8505740Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-11-01T16:39:01.8509694Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-11-01T16:39:01.8514506Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-11-01T16:39:01.8523834Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-11-01T16:39:01.8528117Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-11-01T16:39:01.8531812Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-11-01T16:39:01.8535547Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-11-01T16:39:01.8539217Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-11-01T16:39:01.8542809Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-11-01T16:39:01.8547426Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-11-01T16:39:01.8551634Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-11-01T16:39:01.8555956Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-11-01T16:39:01.8560091Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-11-01T16:39:01.8564318Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-11-01T16:39:01.8567340Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-11-01T16:39:01.8571035Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-11-01T16:39:01.8574387Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-11-01T16:39:01.8582117Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-11-01T16:39:01.8583017Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-11-01T16:39:01.8586345Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-11-01T16:39:01.8595367Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-11-01T16:39:01.8596280Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-11-01T16:39:01.8597563Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-11-01T16:39:01.8601354Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-11-01T16:39:01.8608456Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-11-01T16:39:01.8612987Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-11-01T16:39:01.8617358Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-11-01T16:39:01.8620856Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-11-01T16:39:01.8624637Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-11-01T16:39:01.8634172Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-11-01T16:39:01.8638069Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-11-01T16:39:01.8641119Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-11-01T16:39:01.8645082Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-11-01T16:39:01.8649578Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-11-01T16:39:01.8652779Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-11-01T16:39:01.8661608Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-11-01T16:39:01.8665899Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-11-01T16:39:01.8669822Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-11-01T16:39:01.8673517Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-11-01T16:39:01.8677573Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-11-01T16:39:01.8682023Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-11-01T16:39:01.8685645Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-11-01T16:39:01.8689119Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-11-01T16:39:01.8692332Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-11-01T16:39:01.8699464Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-11-01T16:39:01.8704459Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-11-01T16:39:01.8708019Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-11-01T16:39:01.8711417Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-11-01T16:39:01.8718622Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-11-01T16:39:01.8724279Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-11-01T16:39:01.8728352Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-11-01T16:39:01.8733118Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-11-01T16:39:01.8739462Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-11-01T16:39:01.8744083Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-11-01T16:39:01.8748579Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-11-01T16:39:01.8752758Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-11-01T16:39:01.8758422Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-11-01T16:39:01.8762468Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-11-01T16:39:01.8766463Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-11-01T16:39:01.8770717Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-11-01T16:39:01.8774429Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-11-01T16:39:01.8778777Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-11-01T16:39:01.8783112Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-11-01T16:39:01.8790795Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-11-01T16:39:01.8795790Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-11-01T16:39:01.8800606Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-11-01T16:39:01.8804579Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-11-01T16:39:01.8811319Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-11-01T16:39:01.8817236Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-11-01T16:39:01.8822110Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-11-01T16:39:01.8826371Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-11-01T16:39:01.8830731Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-11-01T16:39:01.8834318Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-11-01T16:39:01.8837634Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-11-01T16:39:01.8844863Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-11-01T16:39:01.8849537Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-11-01T16:39:01.8854414Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-11-01T16:39:01.8858552Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-11-01T16:39:01.8863714Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-11-01T16:39:01.8869105Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-11-01T16:39:01.8873115Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-11-01T16:39:01.8877318Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-11-01T16:39:01.8881693Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-11-01T16:39:01.8888369Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-11-01T16:39:01.8895692Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-11-01T16:39:01.8899571Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-11-01T16:39:01.8903378Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-11-01T16:39:01.8908153Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-11-01T16:39:01.8912370Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-11-01T16:39:01.8916022Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-11-01T16:39:01.8920456Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-11-01T16:39:01.8924448Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-11-01T16:39:01.8928116Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-11-01T16:39:01.8931837Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-11-01T16:39:01.8938812Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-11-01T16:39:01.8943793Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-11-01T16:39:01.8948082Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-11-01T16:39:01.8951807Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-11-01T16:39:01.8957444Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-11-01T16:39:01.8961874Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-11-01T16:39:01.8965762Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-11-01T16:39:01.8969472Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-11-01T16:39:01.8973006Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-11-01T16:39:01.8977099Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-11-01T16:39:01.8980650Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-11-01T16:39:01.8987606Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-11-01T16:39:01.8992830Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-11-01T16:39:01.8997068Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-11-01T16:39:01.9003043Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-11-01T16:39:01.9008288Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-11-01T16:39:01.9011949Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-11-01T16:39:01.9015810Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-11-01T16:39:01.9019953Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-11-01T16:39:01.9025231Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-11-01T16:39:01.9028763Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-11-01T16:39:01.9034430Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-11-01T16:39:01.9038452Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-11-01T16:39:01.9042958Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-11-01T16:39:01.9046569Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-11-01T16:39:01.9049761Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-11-01T16:39:01.9053862Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-11-01T16:39:01.9057684Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-11-01T16:39:01.9061635Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-11-01T16:39:01.9083452Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-11-01T16:39:01.9084194Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-11-01T16:39:01.9084846Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-11-01T16:39:01.9089308Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-11-01T16:39:01.9093087Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-11-01T16:39:01.9097582Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-11-01T16:39:01.9101787Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-11-01T16:39:01.9104486Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-11-01T16:39:01.9112385Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-11-01T16:39:01.9116186Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-11-01T16:39:01.9122274Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-11-01T16:39:01.9128091Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-11-01T16:39:01.9173137Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-11-01T16:39:01.9173745Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-11-01T16:39:01.9174355Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-11-01T16:39:01.9174939Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-11-01T16:39:01.9175526Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-11-01T16:39:01.9176164Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-11-01T16:39:01.9176852Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-11-01T16:39:01.9177505Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-11-01T16:39:01.9178202Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-11-01T16:39:01.9183487Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-11-01T16:39:01.9186933Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-11-01T16:39:01.9190891Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-11-01T16:39:01.9193391Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-11-01T16:39:01.9197330Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-11-01T16:39:01.9200697Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-11-01T16:39:01.9203586Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-11-01T16:39:01.9206493Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-11-01T16:39:01.9210951Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-11-01T16:39:01.9214378Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-11-01T16:39:01.9217664Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-11-01T16:39:01.9220536Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-11-01T16:39:01.9223433Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-11-01T16:39:01.9226221Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-11-01T16:39:01.9229324Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-11-01T16:39:01.9232167Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-11-01T16:39:01.9234955Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-11-01T16:39:01.9237955Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-11-01T16:39:01.9241634Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-11-01T16:39:01.9245403Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-11-01T16:39:01.9248626Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-11-01T16:39:01.9252735Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-11-01T16:39:01.9255938Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-11-01T16:39:01.9258802Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-11-01T16:39:01.9274648Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-11-01T16:39:01.9278878Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-11-01T16:39:01.9286269Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-11-01T16:39:01.9290232Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-11-01T16:39:01.9293482Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-11-01T16:39:01.9296850Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-11-01T16:39:01.9301727Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-11-01T16:39:01.9305576Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-11-01T16:39:01.9356188Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-11-01T16:39:01.9370968Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-11-01T16:39:01.9377454Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-11-01T16:39:01.9381809Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-11-01T16:39:01.9385603Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-11-01T16:39:01.9393616Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-11-01T16:39:01.9398982Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-11-01T16:39:01.9403107Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-11-01T16:39:01.9406190Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-11-01T16:39:01.9409607Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-11-01T16:39:01.9412666Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-11-01T16:39:01.9416648Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-11-01T16:39:01.9422293Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-11-01T16:39:01.9425675Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-11-01T16:39:01.9428585Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-11-01T16:39:01.9431671Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-11-01T16:39:01.9434736Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-11-01T16:39:01.9437819Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-11-01T16:39:01.9441011Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-11-01T16:39:01.9444245Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-11-01T16:39:01.9447941Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-11-01T16:39:01.9451619Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-11-01T16:39:01.9454927Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-11-01T16:39:01.9457867Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-11-01T16:39:01.9465017Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-11-01T16:39:01.9469749Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-11-01T16:39:01.9474353Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-11-01T16:39:01.9477910Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-11-01T16:39:01.9482387Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-11-01T16:39:01.9485506Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-11-01T16:39:01.9488797Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-11-01T16:39:01.9492122Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-11-01T16:39:01.9495379Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-11-01T16:39:01.9499366Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-11-01T16:39:01.9502995Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-11-01T16:39:01.9506749Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-11-01T16:39:01.9510476Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-11-01T16:39:01.9513389Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-11-01T16:39:01.9520433Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-11-01T16:39:01.9524106Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-11-01T16:39:01.9530006Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-11-01T16:39:01.9534232Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-11-01T16:39:01.9537590Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-11-01T16:39:01.9541789Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-11-01T16:39:01.9545397Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-11-01T16:39:01.9548329Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-11-01T16:39:01.9551743Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-11-01T16:39:01.9554822Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-11-01T16:39:01.9558167Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-11-01T16:39:01.9580152Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-11-01T16:39:01.9580419Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-11-01T16:39:01.9580754Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-11-01T16:39:01.9582125Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-11-01T16:39:01.9591977Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-11-01T16:39:01.9598916Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-11-01T16:39:01.9604260Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-11-01T16:39:01.9624601Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-11-01T16:39:01.9631190Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-11-01T16:39:01.9635567Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-11-01T16:39:01.9640068Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-11-01T16:39:01.9643771Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-11-01T16:39:01.9647525Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-11-01T16:39:01.9652275Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-11-01T16:39:01.9656573Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-11-01T16:39:01.9660277Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-11-01T16:39:01.9665812Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-11-01T16:39:01.9670255Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-11-01T16:39:01.9673945Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-11-01T16:39:01.9678381Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-11-01T16:39:01.9681676Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-11-01T16:39:01.9689774Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-11-01T16:39:01.9693562Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-11-01T16:39:01.9697912Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-11-01T16:39:01.9701135Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-11-01T16:39:01.9705170Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-11-01T16:39:01.9708461Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-11-01T16:39:01.9711837Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-11-01T16:39:01.9715285Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-11-01T16:39:01.9718701Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-11-01T16:39:01.9722456Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-11-01T16:39:01.9726907Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-11-01T16:39:01.9730589Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-11-01T16:39:01.9734097Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-11-01T16:39:01.9745348Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-11-01T16:39:01.9749640Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-11-01T16:39:01.9753282Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-11-01T16:39:01.9756929Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-11-01T16:39:01.9760186Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-11-01T16:39:01.9764957Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-11-01T16:39:01.9769826Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-11-01T16:39:01.9773894Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-11-01T16:39:01.9777227Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-11-01T16:39:01.9780950Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-11-01T16:39:01.9784538Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-11-01T16:39:01.9787549Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-11-01T16:39:01.9791954Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-11-01T16:39:01.9795831Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-11-01T16:39:01.9798943Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-11-01T16:39:01.9802741Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-11-01T16:39:01.9805632Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-11-01T16:39:01.9812718Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-11-01T16:39:01.9816192Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-11-01T16:39:01.9824403Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-11-01T16:39:01.9832810Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-11-01T16:39:01.9837257Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-11-01T16:39:01.9841321Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-11-01T16:39:01.9844655Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-11-01T16:39:01.9847980Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-11-01T16:39:01.9856245Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-11-01T16:39:01.9861060Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-11-01T16:39:01.9864732Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-11-01T16:39:01.9868080Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-11-01T16:39:01.9871784Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-11-01T16:39:01.9875336Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-11-01T16:39:01.9878888Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-11-01T16:39:01.9883667Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-11-01T16:39:01.9893790Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-11-01T16:39:01.9897671Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-11-01T16:39:01.9900920Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-11-01T16:39:01.9904335Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-11-01T16:39:01.9908097Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-11-01T16:39:01.9911226Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-11-01T16:39:01.9915613Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-11-01T16:39:01.9918915Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-11-01T16:39:01.9922677Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-11-01T16:39:01.9925918Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-11-01T16:39:01.9928822Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-11-01T16:39:01.9931816Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-11-01T16:39:01.9935926Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-11-01T16:39:01.9940222Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-11-01T16:39:01.9943223Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-11-01T16:39:01.9948345Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-11-01T16:39:01.9952048Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-11-01T16:39:01.9955502Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-11-01T16:39:01.9958315Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-11-01T16:39:01.9964756Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-11-01T16:39:01.9968581Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-11-01T16:39:01.9973051Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-11-01T16:39:01.9981147Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-11-01T16:39:01.9989341Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-11-01T16:39:01.9993656Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-11-01T16:39:01.9997062Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-11-01T16:39:02.0001276Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-11-01T16:39:02.0004939Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-11-01T16:39:02.0009373Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-11-01T16:39:02.0013270Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-11-01T16:39:02.0016651Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-11-01T16:39:02.0019823Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-11-01T16:39:02.0023964Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-11-01T16:39:02.0033143Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-11-01T16:39:02.0037229Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-11-01T16:39:02.0044558Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-11-01T16:39:02.0052081Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-11-01T16:39:02.0057641Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-11-01T16:39:02.0061321Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-11-01T16:39:02.0064396Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-11-01T16:39:02.0071255Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-11-01T16:39:02.0076166Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-11-01T16:39:02.0080084Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-11-01T16:39:02.0090314Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-11-01T16:39:02.0094943Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-11-01T16:39:02.0099801Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-11-01T16:39:02.0104728Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-11-01T16:39:02.0108677Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-11-01T16:39:02.0111868Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-11-01T16:39:02.0115384Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-11-01T16:39:02.0118371Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-11-01T16:39:02.0121664Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-11-01T16:39:02.0124577Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-11-01T16:39:02.0127422Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-11-01T16:39:02.0131938Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-11-01T16:39:02.0136087Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-11-01T16:39:02.0139352Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-11-01T16:39:02.0144647Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-11-01T16:39:02.0147854Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-11-01T16:39:02.0150786Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-11-01T16:39:02.0154073Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-11-01T16:39:02.0157040Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-11-01T16:39:02.0160222Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-11-01T16:39:02.0163243Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-11-01T16:39:02.0166161Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-11-01T16:39:02.0180867Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-11-01T16:39:02.0184685Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-11-01T16:39:02.0187784Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-11-01T16:39:02.0191443Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-11-01T16:39:02.0194793Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-11-01T16:39:02.0197913Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-11-01T16:39:02.0201266Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-11-01T16:39:02.0204805Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-11-01T16:39:02.0208132Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-11-01T16:39:02.0211523Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-11-01T16:39:02.0217856Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-11-01T16:39:02.0221648Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-11-01T16:39:02.0224855Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-11-01T16:39:02.0234721Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-11-01T16:39:02.0240996Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-11-01T16:39:02.0246031Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-11-01T16:39:02.0257722Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-11-01T16:39:02.0262080Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-11-01T16:39:02.0269473Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-11-01T16:39:02.0273843Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-11-01T16:39:02.0277487Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-11-01T16:39:02.0281797Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-11-01T16:39:02.0285098Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-11-01T16:39:02.0306086Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-11-01T16:39:02.0311961Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-11-01T16:39:02.0315494Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-11-01T16:39:02.0319259Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-11-01T16:39:02.0322384Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-11-01T16:39:02.0327042Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-11-01T16:39:02.0331402Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-11-01T16:39:02.0334596Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-11-01T16:39:02.0339266Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-11-01T16:39:02.0342898Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-11-01T16:39:02.0347843Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-11-01T16:39:02.0352020Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-11-01T16:39:02.0355465Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-11-01T16:39:02.0359350Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-11-01T16:39:02.0363265Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-11-01T16:39:02.0366763Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-11-01T16:39:02.0370108Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-11-01T16:39:02.0373156Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-11-01T16:39:02.0376420Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-11-01T16:39:02.0381324Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-11-01T16:39:02.0385071Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-11-01T16:39:02.0388529Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-11-01T16:39:02.0391770Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-11-01T16:39:02.0395084Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-11-01T16:39:02.0399179Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-11-01T16:39:02.0402554Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-11-01T16:39:02.0406032Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-11-01T16:39:02.0409703Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-11-01T16:39:02.0412947Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-11-01T16:39:02.0416384Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-11-01T16:39:02.0422108Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-11-01T16:39:02.0425090Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-11-01T16:39:02.0428197Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-11-01T16:39:02.0431475Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-11-01T16:39:02.0434563Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-11-01T16:39:02.0437862Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-11-01T16:39:02.0440897Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-11-01T16:39:02.0443835Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-11-01T16:39:02.0446868Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-11-01T16:39:02.0450294Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-11-01T16:39:02.0453441Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-11-01T16:39:02.0456443Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-11-01T16:39:02.0459532Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-11-01T16:39:02.0463033Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-11-01T16:39:02.0466194Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-11-01T16:39:02.0469338Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-11-01T16:39:02.0472628Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-11-01T16:39:02.0475724Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-11-01T16:39:02.0478828Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-11-01T16:39:02.0481869Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-11-01T16:39:02.0485006Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-11-01T16:39:02.0488246Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-11-01T16:39:02.0491999Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-11-01T16:39:02.0495108Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-11-01T16:39:02.0498444Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-11-01T16:39:02.0501922Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-11-01T16:39:02.0505129Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-11-01T16:39:02.0508298Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-11-01T16:39:02.0511352Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-11-01T16:39:02.0514572Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-11-01T16:39:02.0517584Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-11-01T16:39:02.0520750Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-11-01T16:39:02.0523826Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-11-01T16:39:02.0527037Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-11-01T16:39:02.0530012Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-11-01T16:39:02.0533765Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-11-01T16:39:02.0537364Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-11-01T16:39:02.0540608Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-11-01T16:39:02.0543736Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-11-01T16:39:02.0546753Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-11-01T16:39:02.0549885Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-11-01T16:39:02.0552957Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-11-01T16:39:02.0555980Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-11-01T16:39:02.0558944Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-11-01T16:39:02.0562059Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-11-01T16:39:02.0565106Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-11-01T16:39:02.0568085Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-11-01T16:39:02.0571163Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-11-01T16:39:02.0574763Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-11-01T16:39:02.0578185Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-11-01T16:39:02.0581491Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-11-01T16:39:02.0584941Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-11-01T16:39:02.0588228Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-11-01T16:39:02.0591409Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-11-01T16:39:02.0594690Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-11-01T16:39:02.0597740Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-11-01T16:39:02.0601254Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-11-01T16:39:02.0604403Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-11-01T16:39:02.0608770Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-11-01T16:39:02.0612127Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-11-01T16:39:02.0615363Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-11-01T16:39:02.0618502Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-11-01T16:39:02.0622187Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-11-01T16:39:02.0625282Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-11-01T16:39:02.0628227Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-11-01T16:39:02.0631247Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-11-01T16:39:02.0634133Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-11-01T16:39:02.0637265Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-11-01T16:39:02.0640404Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-11-01T16:39:02.0643429Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-11-01T16:39:02.0646929Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-11-01T16:39:02.0650068Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-11-01T16:39:02.0653141Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-11-01T16:39:02.0656027Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-11-01T16:39:02.0659347Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-11-01T16:39:02.0662704Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-11-01T16:39:02.0665936Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-11-01T16:39:02.0670059Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-11-01T16:39:02.0673724Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-11-01T16:39:02.0677110Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-11-01T16:39:02.0680849Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-11-01T16:39:02.0684471Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-11-01T16:39:02.0687990Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-11-01T16:39:02.0691322Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-11-01T16:39:02.0694444Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-11-01T16:39:02.0697542Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-11-01T16:39:02.0700752Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-11-01T16:39:02.0705029Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-11-01T16:39:02.0708494Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-11-01T16:39:02.0711616Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-11-01T16:39:02.0716037Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-11-01T16:39:02.0719788Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-11-01T16:39:02.0723265Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-11-01T16:39:02.0734045Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-11-01T16:39:02.0738484Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-11-01T16:39:02.0741773Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-11-01T16:39:02.0745745Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-11-01T16:39:02.0750283Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-11-01T16:39:02.0753728Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-11-01T16:39:02.0757060Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-11-01T16:39:02.0760565Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-11-01T16:39:02.0764513Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-11-01T16:39:02.0767902Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-11-01T16:39:02.0772497Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-11-01T16:39:02.0788797Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-11-01T16:39:02.0793807Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-11-01T16:39:02.0797006Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-11-01T16:39:02.0801260Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-11-01T16:39:02.0804203Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-11-01T16:39:02.0808180Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-11-01T16:39:02.0812631Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-11-01T16:39:02.0817914Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-11-01T16:39:02.0821561Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-11-01T16:39:02.0824568Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-11-01T16:39:02.0827638Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-11-01T16:39:02.0830742Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-11-01T16:39:02.0834056Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-11-01T16:39:02.0842731Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-11-01T16:39:02.0847321Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-11-01T16:39:02.0851284Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-11-01T16:39:02.0854533Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-11-01T16:39:02.0858035Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-11-01T16:39:02.0861244Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-11-01T16:39:02.0864380Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-11-01T16:39:02.0868670Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-11-01T16:39:02.0872845Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-11-01T16:39:02.0877374Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-11-01T16:39:02.0882699Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-11-01T16:39:02.0887252Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-11-01T16:39:02.0890731Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-11-01T16:39:02.0893832Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-11-01T16:39:02.0897504Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-11-01T16:39:02.0903421Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-11-01T16:39:02.0906794Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-11-01T16:39:02.0909985Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-11-01T16:39:02.0913756Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-11-01T16:39:02.0919054Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-11-01T16:39:02.0929169Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-11-01T16:39:02.0933992Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-11-01T16:39:02.0937685Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-11-01T16:39:02.0940526Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-11-01T16:39:02.0943802Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-11-01T16:39:02.0946970Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-11-01T16:39:02.0950229Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-11-01T16:39:02.0954527Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-11-01T16:39:02.0957325Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-11-01T16:39:02.0960571Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-11-01T16:39:02.0963710Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-11-01T16:39:02.0968822Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-11-01T16:39:02.0974510Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-11-01T16:39:02.0978882Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-11-01T16:39:02.0982801Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-11-01T16:39:02.0985599Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-11-01T16:39:02.0989302Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-11-01T16:39:02.0992684Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-11-01T16:39:02.0995921Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-11-01T16:39:02.0999047Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-11-01T16:39:02.1002340Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-11-01T16:39:02.1006198Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-11-01T16:39:02.1026648Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-11-01T16:39:02.1032032Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-11-01T16:39:02.1036177Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-11-01T16:39:02.1043225Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-11-01T16:39:02.1047385Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-11-01T16:39:02.1051096Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-11-01T16:39:02.1054373Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-11-01T16:39:02.1057886Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-11-01T16:39:02.1061349Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-11-01T16:39:02.1066332Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-11-01T16:39:02.1088481Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-11-01T16:39:02.1088762Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-11-01T16:39:02.1089060Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-11-01T16:39:02.1089355Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-11-01T16:39:02.1091822Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-11-01T16:39:02.1095874Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-11-01T16:39:02.1099135Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-11-01T16:39:02.1104143Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-11-01T16:39:02.1108281Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-11-01T16:39:02.1113477Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-11-01T16:39:02.1117233Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-11-01T16:39:02.1123343Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-11-01T16:39:02.1127511Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-11-01T16:39:02.1130748Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-11-01T16:39:02.1134381Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-11-01T16:39:02.1138968Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-11-01T16:39:02.1142441Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-11-01T16:39:02.1146751Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-11-01T16:39:02.1151487Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-11-01T16:39:02.1154830Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-11-01T16:39:02.1162563Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-11-01T16:39:02.1166605Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-11-01T16:39:02.1170187Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-11-01T16:39:02.1174130Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-11-01T16:39:02.1180576Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-11-01T16:39:02.1184284Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-11-01T16:39:02.1187566Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-11-01T16:39:02.1193918Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-11-01T16:39:02.1198204Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-11-01T16:39:02.1201778Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-11-01T16:39:02.1210915Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-11-01T16:39:02.1214634Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-11-01T16:39:02.1217862Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-11-01T16:39:02.1224356Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-11-01T16:39:02.1229599Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-11-01T16:39:02.1236457Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-11-01T16:39:02.1245228Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-11-01T16:39:02.1250543Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-11-01T16:39:02.1253976Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-11-01T16:39:02.1257866Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-11-01T16:39:02.1261439Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-11-01T16:39:02.1264808Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-11-01T16:39:02.1269078Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-11-01T16:39:02.1272216Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-11-01T16:39:02.1275585Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-11-01T16:39:02.1278698Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-11-01T16:39:02.1281651Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-11-01T16:39:02.1284890Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-11-01T16:39:02.1288414Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-11-01T16:39:02.1291571Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-11-01T16:39:02.1294562Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-11-01T16:39:02.1298761Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-11-01T16:39:02.1302180Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-11-01T16:39:02.1306921Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-11-01T16:39:02.1310611Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-11-01T16:39:02.1314902Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-11-01T16:39:02.1318755Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-11-01T16:39:02.1323634Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-11-01T16:39:02.1327160Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-11-01T16:39:02.1330446Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-11-01T16:39:02.1333823Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-11-01T16:39:02.1338334Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-11-01T16:39:02.1342219Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-11-01T16:39:02.1347293Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-11-01T16:39:02.1351454Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-11-01T16:39:02.1354791Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-11-01T16:39:02.1358078Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-11-01T16:39:02.1361470Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-11-01T16:39:02.1367883Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-11-01T16:39:02.1373055Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-11-01T16:39:02.1376798Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-11-01T16:39:02.1380293Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-11-01T16:39:02.1383727Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-11-01T16:39:02.1388932Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-11-01T16:39:02.1394872Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-11-01T16:39:02.1399033Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-11-01T16:39:02.1402487Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-11-01T16:39:02.1405781Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-11-01T16:39:02.1409409Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-11-01T16:39:02.1412899Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-11-01T16:39:02.1416688Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-11-01T16:39:02.1421360Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-11-01T16:39:02.1425107Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-11-01T16:39:02.1428398Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-11-01T16:39:02.1432606Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-11-01T16:39:02.1436265Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-11-01T16:39:02.1439940Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-11-01T16:39:02.1443906Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-11-01T16:39:02.1446836Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-11-01T16:39:02.1450080Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-11-01T16:39:02.1453350Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-11-01T16:39:02.1456702Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-11-01T16:39:02.1461303Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-11-01T16:39:02.1464978Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-11-01T16:39:02.1468436Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-11-01T16:39:02.1472469Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-11-01T16:39:02.1475339Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-11-01T16:39:02.1478518Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-11-01T16:39:02.1482563Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-11-01T16:39:02.1490819Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-11-01T16:39:02.1495190Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-11-01T16:39:02.1500323Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-11-01T16:39:02.1504440Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-11-01T16:39:02.1511024Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-11-01T16:39:02.1513399Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2024-11-01T16:39:02.1517176Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-11-01T16:39:02.1520633Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-11-01T16:39:02.1524257Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-11-01T16:39:02.1528775Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-11-01T16:39:02.1534391Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-11-01T16:39:02.1538258Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-11-01T16:39:02.1541516Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-11-01T16:39:02.1545771Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-11-01T16:39:02.1548855Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-11-01T16:39:02.1552154Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-11-01T16:39:02.1556463Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-11-01T16:39:02.1559336Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-11-01T16:39:02.1562458Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-11-01T16:39:02.1565782Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-11-01T16:39:02.1569848Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-11-01T16:39:02.1574309Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-11-01T16:39:02.1577814Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-11-01T16:39:02.1583584Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-11-01T16:39:02.1587228Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-11-01T16:39:02.1591520Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-11-01T16:39:02.1595192Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-11-01T16:39:02.1599142Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-11-01T16:39:02.1604951Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-11-01T16:39:02.1609329Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-11-01T16:39:02.1614821Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-11-01T16:39:02.1619729Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-11-01T16:39:02.1623694Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-11-01T16:39:02.1627547Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-11-01T16:39:02.1631098Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-11-01T16:39:02.1634476Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-11-01T16:39:02.1638039Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-11-01T16:39:02.1642195Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-11-01T16:39:02.1647600Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-11-01T16:39:02.1650709Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-11-01T16:39:02.1653570Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-11-01T16:39:02.1657002Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-11-01T16:39:02.1660676Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-11-01T16:39:02.1663565Z adding 'torch/include/torch/csrc/utils/init.h' 2024-11-01T16:39:02.1666573Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-11-01T16:39:02.1669415Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-11-01T16:39:02.1672408Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-11-01T16:39:02.1675890Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-11-01T16:39:02.1678868Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-11-01T16:39:02.1684326Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-11-01T16:39:02.1687762Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-11-01T16:39:02.1690664Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-11-01T16:39:02.1703886Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-11-01T16:39:02.1708308Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-11-01T16:39:02.1711358Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-11-01T16:39:02.1715466Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-11-01T16:39:02.1719060Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-11-01T16:39:02.1722925Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-11-01T16:39:02.1726965Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-11-01T16:39:02.1730003Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-11-01T16:39:02.1734238Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-11-01T16:39:02.1737729Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-11-01T16:39:02.1740828Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-11-01T16:39:02.1753722Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-11-01T16:39:02.1758465Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-11-01T16:39:02.1761804Z adding 'torch/include/torch/csrc/utils/six.h' 2024-11-01T16:39:02.1764765Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-11-01T16:39:02.1767661Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-11-01T16:39:02.1770547Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-11-01T16:39:02.1774064Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-11-01T16:39:02.1776920Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-11-01T16:39:02.1779821Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-11-01T16:39:02.1782790Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-11-01T16:39:02.1786166Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-11-01T16:39:02.1789334Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-11-01T16:39:02.1792216Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-11-01T16:39:02.1795143Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-11-01T16:39:02.1799429Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-11-01T16:39:02.1804280Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-11-01T16:39:02.1807840Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-11-01T16:39:02.1811480Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-11-01T16:39:02.1814474Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-11-01T16:39:02.1818256Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-11-01T16:39:02.1821290Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-11-01T16:39:02.1824279Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-11-01T16:39:02.1830639Z adding 'torch/jit/__init__.py' 2024-11-01T16:39:02.1834746Z adding 'torch/jit/_async.py' 2024-11-01T16:39:02.1838207Z adding 'torch/jit/_await.py' 2024-11-01T16:39:02.1842628Z adding 'torch/jit/_builtins.py' 2024-11-01T16:39:02.1847863Z adding 'torch/jit/_check.py' 2024-11-01T16:39:02.1852664Z adding 'torch/jit/_dataclass_impls.py' 2024-11-01T16:39:02.1856722Z adding 'torch/jit/_decomposition_utils.py' 2024-11-01T16:39:02.1860896Z adding 'torch/jit/_decompositions.py' 2024-11-01T16:39:02.1866142Z adding 'torch/jit/_freeze.py' 2024-11-01T16:39:02.1870794Z adding 'torch/jit/_fuser.py' 2024-11-01T16:39:02.1874020Z adding 'torch/jit/_ir_utils.py' 2024-11-01T16:39:02.1876921Z adding 'torch/jit/_logging.py' 2024-11-01T16:39:02.1881618Z adding 'torch/jit/_monkeytype_config.py' 2024-11-01T16:39:02.1884878Z adding 'torch/jit/_pickle.py' 2024-11-01T16:39:02.1901330Z adding 'torch/jit/_recursive.py' 2024-11-01T16:39:02.1927446Z adding 'torch/jit/_script.py' 2024-11-01T16:39:02.1933876Z adding 'torch/jit/_script.pyi' 2024-11-01T16:39:02.1939434Z adding 'torch/jit/_serialization.py' 2024-11-01T16:39:02.1955367Z adding 'torch/jit/_shape_functions.py' 2024-11-01T16:39:02.1960392Z adding 'torch/jit/_state.py' 2024-11-01T16:39:02.1981150Z adding 'torch/jit/_trace.py' 2024-11-01T16:39:02.1990730Z adding 'torch/jit/annotations.py' 2024-11-01T16:39:02.2007106Z adding 'torch/jit/frontend.py' 2024-11-01T16:39:02.2011545Z adding 'torch/jit/generate_bytecode.py' 2024-11-01T16:39:02.2014844Z adding 'torch/jit/quantized.py' 2024-11-01T16:39:02.2020410Z adding 'torch/jit/supported_ops.py' 2024-11-01T16:39:02.2024329Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-11-01T16:39:02.2027975Z adding 'torch/jit/_passes/__init__.py' 2024-11-01T16:39:02.2031489Z adding 'torch/jit/_passes/_property_propagation.py' 2024-11-01T16:39:02.2036770Z adding 'torch/jit/mobile/__init__.py' 2024-11-01T16:39:02.3611546Z adding 'torch/lib/XNNPACK.lib' 2024-11-01T16:39:02.3708819Z adding 'torch/lib/_C.lib' 2024-11-01T16:39:02.3811968Z adding 'torch/lib/aoti_custom_ops.dll' 2024-11-01T16:39:02.3824757Z adding 'torch/lib/aoti_custom_ops.lib' 2024-11-01T16:39:02.4028734Z adding 'torch/lib/asmjit.dll' 2024-11-01T16:39:02.4063833Z adding 'torch/lib/asmjit.lib' 2024-11-01T16:39:02.4174093Z adding 'torch/lib/backend_with_compiler.dll' 2024-11-01T16:39:02.4187599Z adding 'torch/lib/backend_with_compiler.lib' 2024-11-01T16:39:02.4617974Z adding 'torch/lib/c10.dll' 2024-11-01T16:39:02.4785216Z adding 'torch/lib/c10.lib' 2024-11-01T16:39:02.5009852Z adding 'torch/lib/c10_cuda.dll' 2024-11-01T16:39:02.5029983Z adding 'torch/lib/c10_cuda.lib' 2024-11-01T16:39:02.5040682Z adding 'torch/lib/caffe2_nvrtc.dll' 2024-11-01T16:39:02.5044832Z adding 'torch/lib/caffe2_nvrtc.lib' 2024-11-01T16:39:02.5093502Z adding 'torch/lib/cpuinfo.lib' 2024-11-01T16:39:17.0342527Z adding 'torch/lib/dnnl.lib' 2024-11-01T16:39:18.6469156Z adding 'torch/lib/fbgemm.dll' 2024-11-01T16:39:18.6757301Z adding 'torch/lib/fbgemm.lib' 2024-11-01T16:39:18.7217434Z adding 'torch/lib/fmt.lib' 2024-11-01T16:39:18.7335850Z adding 'torch/lib/jitbackend_test.dll' 2024-11-01T16:39:18.7347748Z adding 'torch/lib/jitbackend_test.lib' 2024-11-01T16:39:19.2572335Z adding 'torch/lib/kineto.lib' 2024-11-01T16:39:19.4475801Z adding 'torch/lib/libprotobuf-lite.lib' 2024-11-01T16:39:20.3111040Z adding 'torch/lib/libprotobuf.lib' 2024-11-01T16:39:21.3117254Z adding 'torch/lib/libprotoc.lib' 2024-11-01T16:39:21.4083417Z adding 'torch/lib/pthreadpool.lib' 2024-11-01T16:39:21.4095843Z adding 'torch/lib/shm.dll' 2024-11-01T16:39:21.4100540Z adding 'torch/lib/shm.lib' 2024-11-01T16:39:21.7717022Z adding 'torch/lib/sleef.lib' 2024-11-01T16:39:21.7922644Z adding 'torch/lib/torch.dll' 2024-11-01T16:39:21.7926358Z adding 'torch/lib/torch.lib' 2024-11-01T16:39:27.2875041Z adding 'torch/lib/torch_cpu.dll' 2024-11-01T16:39:28.0855038Z adding 'torch/lib/torch_cpu.lib' 2024-11-01T16:39:40.5555690Z adding 'torch/lib/torch_cuda.dll' 2024-11-01T16:39:41.0348655Z adding 'torch/lib/torch_cuda.lib' 2024-11-01T16:39:41.0393894Z adding 'torch/lib/torch_global_deps.dll' 2024-11-01T16:39:41.7305832Z adding 'torch/lib/torch_python.dll' 2024-11-01T16:39:41.7702584Z adding 'torch/lib/torch_python.lib' 2024-11-01T16:39:41.7915345Z adding 'torch/lib/torchbind_test.dll' 2024-11-01T16:39:41.7936233Z adding 'torch/lib/torchbind_test.lib' 2024-11-01T16:39:41.7972991Z adding 'torch/linalg/__init__.py' 2024-11-01T16:39:41.7979964Z adding 'torch/masked/__init__.py' 2024-11-01T16:39:41.7987440Z adding 'torch/masked/_docs.py' 2024-11-01T16:39:41.8009443Z adding 'torch/masked/_ops.py' 2024-11-01T16:39:41.8015078Z adding 'torch/masked/maskedtensor/__init__.py' 2024-11-01T16:39:41.8021416Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-11-01T16:39:41.8026121Z adding 'torch/masked/maskedtensor/binary.py' 2024-11-01T16:39:41.8032937Z adding 'torch/masked/maskedtensor/core.py' 2024-11-01T16:39:41.8036125Z adding 'torch/masked/maskedtensor/creation.py' 2024-11-01T16:39:41.8039946Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-11-01T16:39:41.8044635Z adding 'torch/masked/maskedtensor/reductions.py' 2024-11-01T16:39:41.8049357Z adding 'torch/masked/maskedtensor/unary.py' 2024-11-01T16:39:41.8054188Z adding 'torch/monitor/__init__.py' 2024-11-01T16:39:41.8059764Z adding 'torch/mps/__init__.py' 2024-11-01T16:39:41.8062832Z adding 'torch/mps/event.py' 2024-11-01T16:39:41.8066426Z adding 'torch/mps/profiler.py' 2024-11-01T16:39:41.8072940Z adding 'torch/mtia/__init__.py' 2024-11-01T16:39:41.8077544Z adding 'torch/mtia/_utils.py' 2024-11-01T16:39:41.8081400Z adding 'torch/multiprocessing/__init__.py' 2024-11-01T16:39:41.8084575Z adding 'torch/multiprocessing/_atfork.py' 2024-11-01T16:39:41.8088483Z adding 'torch/multiprocessing/pool.py' 2024-11-01T16:39:41.8091250Z adding 'torch/multiprocessing/queue.py' 2024-11-01T16:39:41.8100294Z adding 'torch/multiprocessing/reductions.py' 2024-11-01T16:39:41.8107218Z adding 'torch/multiprocessing/spawn.py' 2024-11-01T16:39:41.8116397Z adding 'torch/nested/__init__.py' 2024-11-01T16:39:41.8120698Z adding 'torch/nested/_internal/__init__.py' 2024-11-01T16:39:41.8129488Z adding 'torch/nested/_internal/nested_tensor.py' 2024-11-01T16:39:41.8153933Z adding 'torch/nested/_internal/ops.py' 2024-11-01T16:39:41.8167021Z adding 'torch/nested/_internal/sdpa.py' 2024-11-01T16:39:41.8172397Z adding 'torch/nn/__init__.py' 2024-11-01T16:39:41.8175730Z adding 'torch/nn/_reduction.py' 2024-11-01T16:39:41.8179015Z adding 'torch/nn/common_types.py' 2024-11-01T16:39:41.8182697Z adding 'torch/nn/cpp.py' 2024-11-01T16:39:41.8250577Z adding 'torch/nn/functional.py' 2024-11-01T16:39:41.8262113Z adding 'torch/nn/functional.pyi' 2024-11-01T16:39:41.8266586Z adding 'torch/nn/grad.py' 2024-11-01T16:39:41.8274808Z adding 'torch/nn/init.py' 2024-11-01T16:39:41.8280964Z adding 'torch/nn/parameter.py' 2024-11-01T16:39:41.8284189Z adding 'torch/nn/parameter.pyi' 2024-11-01T16:39:41.8289076Z adding 'torch/nn/attention/__init__.py' 2024-11-01T16:39:41.8293054Z adding 'torch/nn/attention/_utils.py' 2024-11-01T16:39:41.8298648Z adding 'torch/nn/attention/bias.py' 2024-11-01T16:39:41.8316563Z adding 'torch/nn/attention/flex_attention.py' 2024-11-01T16:39:41.8321394Z adding 'torch/nn/attention/experimental/__init__.py' 2024-11-01T16:39:41.8326820Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2024-11-01T16:39:41.8330593Z adding 'torch/nn/backends/__init__.py' 2024-11-01T16:39:41.8333441Z adding 'torch/nn/backends/thnn.py' 2024-11-01T16:39:41.8337290Z adding 'torch/nn/intrinsic/__init__.py' 2024-11-01T16:39:41.8341105Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-11-01T16:39:41.8344135Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-11-01T16:39:41.8347619Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-11-01T16:39:41.8351414Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:39:41.8354513Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:39:41.8357538Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:39:41.8360502Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:39:41.8364220Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:39:41.8367766Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:39:41.8371391Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:39:41.8374236Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:39:41.8377837Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:39:41.8380783Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:39:41.8383601Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:39:41.8386388Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:39:41.8391647Z adding 'torch/nn/modules/__init__.py' 2024-11-01T16:39:41.8397603Z adding 'torch/nn/modules/_functions.py' 2024-11-01T16:39:41.8414210Z adding 'torch/nn/modules/activation.py' 2024-11-01T16:39:41.8422126Z adding 'torch/nn/modules/adaptive.py' 2024-11-01T16:39:41.8432341Z adding 'torch/nn/modules/batchnorm.py' 2024-11-01T16:39:41.8436547Z adding 'torch/nn/modules/channelshuffle.py' 2024-11-01T16:39:41.8447766Z adding 'torch/nn/modules/container.py' 2024-11-01T16:39:41.8464199Z adding 'torch/nn/modules/conv.py' 2024-11-01T16:39:41.8469598Z adding 'torch/nn/modules/distance.py' 2024-11-01T16:39:41.8474405Z adding 'torch/nn/modules/dropout.py' 2024-11-01T16:39:41.8478706Z adding 'torch/nn/modules/flatten.py' 2024-11-01T16:39:41.8484226Z adding 'torch/nn/modules/fold.py' 2024-11-01T16:39:41.8490366Z adding 'torch/nn/modules/instancenorm.py' 2024-11-01T16:39:41.8496775Z adding 'torch/nn/modules/lazy.py' 2024-11-01T16:39:41.8502327Z adding 'torch/nn/modules/linear.py' 2024-11-01T16:39:41.8528028Z adding 'torch/nn/modules/loss.py' 2024-11-01T16:39:41.8604932Z adding 'torch/nn/modules/module.py' 2024-11-01T16:39:41.8605420Z adding 'torch/nn/modules/normalization.py' 2024-11-01T16:39:41.8605857Z adding 'torch/nn/modules/padding.py' 2024-11-01T16:39:41.8606302Z adding 'torch/nn/modules/pixelshuffle.py' 2024-11-01T16:39:41.8608384Z adding 'torch/nn/modules/pooling.py' 2024-11-01T16:39:41.8628077Z adding 'torch/nn/modules/rnn.py' 2024-11-01T16:39:41.8637327Z adding 'torch/nn/modules/sparse.py' 2024-11-01T16:39:41.8651556Z adding 'torch/nn/modules/transformer.py' 2024-11-01T16:39:41.8658185Z adding 'torch/nn/modules/upsampling.py' 2024-11-01T16:39:41.8662276Z adding 'torch/nn/modules/utils.py' 2024-11-01T16:39:41.8666260Z adding 'torch/nn/parallel/__init__.py' 2024-11-01T16:39:41.8670243Z adding 'torch/nn/parallel/_functions.py' 2024-11-01T16:39:41.8675671Z adding 'torch/nn/parallel/comm.py' 2024-11-01T16:39:41.8681720Z adding 'torch/nn/parallel/data_parallel.py' 2024-11-01T16:39:41.8722974Z adding 'torch/nn/parallel/distributed.py' 2024-11-01T16:39:41.8729446Z adding 'torch/nn/parallel/parallel_apply.py' 2024-11-01T16:39:41.8734029Z adding 'torch/nn/parallel/replicate.py' 2024-11-01T16:39:41.8738371Z adding 'torch/nn/parallel/scatter_gather.py' 2024-11-01T16:39:41.8742513Z adding 'torch/nn/qat/__init__.py' 2024-11-01T16:39:41.8746135Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-11-01T16:39:41.8749656Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:39:41.8753101Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:39:41.8756545Z adding 'torch/nn/qat/modules/__init__.py' 2024-11-01T16:39:41.8759502Z adding 'torch/nn/qat/modules/conv.py' 2024-11-01T16:39:41.8762492Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-11-01T16:39:41.8765395Z adding 'torch/nn/qat/modules/linear.py' 2024-11-01T16:39:41.8768858Z adding 'torch/nn/quantizable/__init__.py' 2024-11-01T16:39:41.8772482Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-11-01T16:39:41.8775475Z adding 'torch/nn/quantizable/modules/activation.py' 2024-11-01T16:39:41.8778392Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-11-01T16:39:41.8782292Z adding 'torch/nn/quantized/__init__.py' 2024-11-01T16:39:41.8785215Z adding 'torch/nn/quantized/functional.py' 2024-11-01T16:39:41.8788781Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-11-01T16:39:41.8792697Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-11-01T16:39:41.8795694Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-11-01T16:39:41.8798636Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-11-01T16:39:41.8801624Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-11-01T16:39:41.8804688Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-11-01T16:39:41.8807661Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-11-01T16:39:41.8811175Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-11-01T16:39:41.8815028Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:39:41.8818050Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:39:41.8821127Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:39:41.8824155Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:39:41.8828348Z adding 'torch/nn/quantized/modules/__init__.py' 2024-11-01T16:39:41.8831440Z adding 'torch/nn/quantized/modules/activation.py' 2024-11-01T16:39:41.8834404Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-11-01T16:39:41.8837389Z adding 'torch/nn/quantized/modules/conv.py' 2024-11-01T16:39:41.8840333Z adding 'torch/nn/quantized/modules/dropout.py' 2024-11-01T16:39:41.8851207Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:39:41.8851920Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-11-01T16:39:41.8852492Z adding 'torch/nn/quantized/modules/linear.py' 2024-11-01T16:39:41.8853035Z adding 'torch/nn/quantized/modules/normalization.py' 2024-11-01T16:39:41.8855279Z adding 'torch/nn/quantized/modules/rnn.py' 2024-11-01T16:39:41.8858063Z adding 'torch/nn/quantized/modules/utils.py' 2024-11-01T16:39:41.8862093Z adding 'torch/nn/utils/__init__.py' 2024-11-01T16:39:41.8865438Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-11-01T16:39:41.8870920Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-11-01T16:39:41.8875452Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-11-01T16:39:41.8880087Z adding 'torch/nn/utils/clip_grad.py' 2024-11-01T16:39:41.8883983Z adding 'torch/nn/utils/convert_parameters.py' 2024-11-01T16:39:41.8888212Z adding 'torch/nn/utils/fusion.py' 2024-11-01T16:39:41.8891901Z adding 'torch/nn/utils/init.py' 2024-11-01T16:39:41.8896120Z adding 'torch/nn/utils/memory_format.py' 2024-11-01T16:39:41.8906556Z adding 'torch/nn/utils/parametrizations.py' 2024-11-01T16:39:41.8920170Z adding 'torch/nn/utils/parametrize.py' 2024-11-01T16:39:41.8938221Z adding 'torch/nn/utils/prune.py' 2024-11-01T16:39:41.8948170Z adding 'torch/nn/utils/rnn.py' 2024-11-01T16:39:41.8955407Z adding 'torch/nn/utils/spectral_norm.py' 2024-11-01T16:39:41.8961843Z adding 'torch/nn/utils/stateless.py' 2024-11-01T16:39:41.8966523Z adding 'torch/nn/utils/weight_norm.py' 2024-11-01T16:39:41.8970496Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-11-01T16:39:41.8974018Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-11-01T16:39:41.8979505Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-11-01T16:39:41.8983544Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-11-01T16:39:41.8987877Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-11-01T16:39:41.8992670Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-11-01T16:39:41.8996537Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-11-01T16:39:41.9000340Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-11-01T16:39:41.9004005Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-11-01T16:39:41.9007535Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-11-01T16:39:41.9016581Z adding 'torch/onnx/__init__.py' 2024-11-01T16:39:41.9020536Z adding 'torch/onnx/_constants.py' 2024-11-01T16:39:41.9024077Z adding 'torch/onnx/_deprecation.py' 2024-11-01T16:39:41.9027220Z adding 'torch/onnx/_experimental.py' 2024-11-01T16:39:41.9030146Z adding 'torch/onnx/_exporter_states.py' 2024-11-01T16:39:41.9034163Z adding 'torch/onnx/_flags.py' 2024-11-01T16:39:41.9037723Z adding 'torch/onnx/_globals.py' 2024-11-01T16:39:41.9041463Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-11-01T16:39:41.9047160Z adding 'torch/onnx/_type_utils.py' 2024-11-01T16:39:41.9051159Z adding 'torch/onnx/errors.py' 2024-11-01T16:39:41.9054407Z adding 'torch/onnx/operators.py' 2024-11-01T16:39:41.9058996Z adding 'torch/onnx/symbolic_caffe2.py' 2024-11-01T16:39:41.9086425Z adding 'torch/onnx/symbolic_helper.py' 2024-11-01T16:39:41.9098425Z adding 'torch/onnx/symbolic_opset10.py' 2024-11-01T16:39:41.9116011Z adding 'torch/onnx/symbolic_opset11.py' 2024-11-01T16:39:41.9123308Z adding 'torch/onnx/symbolic_opset12.py' 2024-11-01T16:39:41.9135911Z adding 'torch/onnx/symbolic_opset13.py' 2024-11-01T16:39:41.9142088Z adding 'torch/onnx/symbolic_opset14.py' 2024-11-01T16:39:41.9145932Z adding 'torch/onnx/symbolic_opset15.py' 2024-11-01T16:39:41.9150401Z adding 'torch/onnx/symbolic_opset16.py' 2024-11-01T16:39:41.9155395Z adding 'torch/onnx/symbolic_opset17.py' 2024-11-01T16:39:41.9160097Z adding 'torch/onnx/symbolic_opset18.py' 2024-11-01T16:39:41.9165846Z adding 'torch/onnx/symbolic_opset19.py' 2024-11-01T16:39:41.9167815Z adding 'torch/onnx/symbolic_opset20.py' 2024-11-01T16:39:41.9190094Z adding 'torch/onnx/symbolic_opset7.py' 2024-11-01T16:39:41.9190534Z adding 'torch/onnx/symbolic_opset8.py' 2024-11-01T16:39:41.9247767Z adding 'torch/onnx/symbolic_opset9.py' 2024-11-01T16:39:41.9281399Z adding 'torch/onnx/utils.py' 2024-11-01T16:39:41.9307596Z adding 'torch/onnx/verification.py' 2024-11-01T16:39:41.9312996Z adding 'torch/onnx/_internal/__init__.py' 2024-11-01T16:39:41.9325992Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-11-01T16:39:41.9330106Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-11-01T16:39:41.9338479Z adding 'torch/onnx/_internal/io_adapter.py' 2024-11-01T16:39:41.9345147Z adding 'torch/onnx/_internal/jit_utils.py' 2024-11-01T16:39:41.9350638Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-11-01T16:39:41.9370348Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-11-01T16:39:41.9377203Z adding 'torch/onnx/_internal/registration.py' 2024-11-01T16:39:41.9381381Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-11-01T16:39:41.9386043Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-11-01T16:39:41.9396375Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-11-01T16:39:41.9401329Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-11-01T16:39:41.9406586Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-11-01T16:39:41.9413744Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-11-01T16:39:41.9418441Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-11-01T16:39:41.9422429Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-11-01T16:39:41.9426073Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-11-01T16:39:41.9431513Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-11-01T16:39:41.9435074Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-11-01T16:39:41.9438557Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-11-01T16:39:41.9442155Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-11-01T16:39:41.9445163Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-11-01T16:39:41.9448490Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-11-01T16:39:41.9452171Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-11-01T16:39:41.9454961Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-11-01T16:39:41.9458316Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-11-01T16:39:41.9461556Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-11-01T16:39:41.9464798Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-11-01T16:39:41.9468022Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-11-01T16:39:41.9471356Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-11-01T16:39:41.9475196Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-11-01T16:39:41.9478405Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-11-01T16:39:41.9482030Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-11-01T16:39:41.9485136Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-11-01T16:39:41.9488432Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-11-01T16:39:41.9492062Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-11-01T16:39:41.9495342Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-11-01T16:39:41.9498853Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-11-01T16:39:41.9502278Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-11-01T16:39:41.9505612Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-11-01T16:39:41.9508985Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-11-01T16:39:41.9512104Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-11-01T16:39:41.9515180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-11-01T16:39:41.9518631Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-11-01T16:39:41.9521975Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-11-01T16:39:41.9525563Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-11-01T16:39:41.9528307Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-11-01T16:39:41.9531601Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-11-01T16:39:41.9534798Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-11-01T16:39:41.9538139Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-11-01T16:39:41.9541609Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-11-01T16:39:41.9546627Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-11-01T16:39:41.9548839Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-11-01T16:39:41.9569732Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-11-01T16:39:41.9570519Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-11-01T16:39:41.9571291Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-11-01T16:39:41.9572075Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-11-01T16:39:41.9572878Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-11-01T16:39:41.9573668Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-11-01T16:39:41.9575760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-11-01T16:39:41.9578178Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-11-01T16:39:41.9581688Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-11-01T16:39:41.9584881Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-11-01T16:39:41.9588563Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-11-01T16:39:41.9591652Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-11-01T16:39:41.9595618Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-11-01T16:39:41.9598946Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-11-01T16:39:41.9602089Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-11-01T16:39:41.9605496Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-11-01T16:39:41.9608645Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-11-01T16:39:41.9611871Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-11-01T16:39:41.9614783Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-11-01T16:39:41.9618474Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-11-01T16:39:41.9623630Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-11-01T16:39:41.9633753Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-11-01T16:39:41.9640108Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-11-01T16:39:41.9645094Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-11-01T16:39:41.9664373Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-11-01T16:39:41.9669258Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-11-01T16:39:41.9675420Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-11-01T16:39:41.9678728Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-11-01T16:39:41.9682451Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-11-01T16:39:41.9685720Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-11-01T16:39:41.9688978Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-11-01T16:39:41.9695210Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-11-01T16:39:41.9700994Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-11-01T16:39:41.9705413Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-11-01T16:39:41.9713617Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-11-01T16:39:41.9717490Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-11-01T16:39:41.9721086Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-11-01T16:39:41.9724935Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-11-01T16:39:41.9728800Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-11-01T16:39:41.9734777Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-11-01T16:39:41.9739618Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-11-01T16:39:41.9743994Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-11-01T16:39:41.9749025Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-11-01T16:39:41.9754189Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-11-01T16:39:41.9766456Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-11-01T16:39:41.9772851Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-11-01T16:39:41.9785994Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-11-01T16:39:41.9790991Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-11-01T16:39:41.9794778Z adding 'torch/onnx/_internal/fx/registration.py' 2024-11-01T16:39:41.9800750Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-11-01T16:39:41.9805706Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-11-01T16:39:41.9809573Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-11-01T16:39:41.9813211Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-11-01T16:39:41.9817072Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-11-01T16:39:41.9821199Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-11-01T16:39:41.9825074Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-11-01T16:39:41.9829750Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-11-01T16:39:41.9842948Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-11-01T16:39:41.9848030Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-11-01T16:39:41.9864882Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-11-01T16:39:41.9870415Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-11-01T16:39:41.9875297Z adding 'torch/optim/__init__.py' 2024-11-01T16:39:41.9884405Z adding 'torch/optim/_adafactor.py' 2024-11-01T16:39:41.9888808Z adding 'torch/optim/_functional.py' 2024-11-01T16:39:41.9895525Z adding 'torch/optim/adadelta.py' 2024-11-01T16:39:41.9903998Z adding 'torch/optim/adagrad.py' 2024-11-01T16:39:41.9915033Z adding 'torch/optim/adam.py' 2024-11-01T16:39:41.9922602Z adding 'torch/optim/adamax.py' 2024-11-01T16:39:41.9933088Z adding 'torch/optim/adamw.py' 2024-11-01T16:39:41.9940465Z adding 'torch/optim/asgd.py' 2024-11-01T16:39:41.9948658Z adding 'torch/optim/lbfgs.py' 2024-11-01T16:39:41.9972629Z adding 'torch/optim/lr_scheduler.py' 2024-11-01T16:39:41.9983286Z adding 'torch/optim/nadam.py' 2024-11-01T16:39:42.0000759Z adding 'torch/optim/optimizer.py' 2024-11-01T16:39:42.0010719Z adding 'torch/optim/radam.py' 2024-11-01T16:39:42.0018297Z adding 'torch/optim/rmsprop.py' 2024-11-01T16:39:42.0025542Z adding 'torch/optim/rprop.py' 2024-11-01T16:39:42.0032960Z adding 'torch/optim/sgd.py' 2024-11-01T16:39:42.0038451Z adding 'torch/optim/sparse_adam.py' 2024-11-01T16:39:42.0078786Z adding 'torch/optim/swa_utils.py' 2024-11-01T16:39:42.0079258Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-11-01T16:39:42.0079758Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-11-01T16:39:42.0080238Z adding 'torch/package/__init__.py' 2024-11-01T16:39:42.0080646Z adding 'torch/package/_digraph.py' 2024-11-01T16:39:42.0081080Z adding 'torch/package/_directory_reader.py' 2024-11-01T16:39:42.0081558Z adding 'torch/package/_importlib.py' 2024-11-01T16:39:42.0081992Z adding 'torch/package/_mangling.py' 2024-11-01T16:39:42.0082537Z adding 'torch/package/_mock.py' 2024-11-01T16:39:42.0084732Z adding 'torch/package/_package_pickler.py' 2024-11-01T16:39:42.0087651Z adding 'torch/package/_package_unpickler.py' 2024-11-01T16:39:42.0091850Z adding 'torch/package/_stdlib.py' 2024-11-01T16:39:42.0096553Z adding 'torch/package/file_structure_representation.py' 2024-11-01T16:39:42.0100139Z adding 'torch/package/find_file_dependencies.py' 2024-11-01T16:39:42.0104104Z adding 'torch/package/glob_group.py' 2024-11-01T16:39:42.0109348Z adding 'torch/package/importer.py' 2024-11-01T16:39:42.0127262Z adding 'torch/package/package_exporter.py' 2024-11-01T16:39:42.0141238Z adding 'torch/package/package_importer.py' 2024-11-01T16:39:42.0145541Z adding 'torch/package/analyze/__init__.py' 2024-11-01T16:39:42.0148763Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-11-01T16:39:42.0151543Z adding 'torch/package/analyze/is_from_package.py' 2024-11-01T16:39:42.0154936Z adding 'torch/package/analyze/trace_dependencies.py' 2024-11-01T16:39:42.0158910Z adding 'torch/profiler/__init__.py' 2024-11-01T16:39:42.0178099Z adding 'torch/profiler/_memory_profiler.py' 2024-11-01T16:39:42.0187637Z adding 'torch/profiler/_pattern_matcher.py' 2024-11-01T16:39:42.0194322Z adding 'torch/profiler/_utils.py' 2024-11-01T16:39:42.0197960Z adding 'torch/profiler/itt.py' 2024-11-01T16:39:42.0211096Z adding 'torch/profiler/profiler.py' 2024-11-01T16:39:42.0215037Z adding 'torch/profiler/python_tracer.py' 2024-11-01T16:39:42.0219358Z adding 'torch/quantization/__init__.py' 2024-11-01T16:39:42.0222668Z adding 'torch/quantization/_numeric_suite.py' 2024-11-01T16:39:42.0225685Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-11-01T16:39:42.0229513Z adding 'torch/quantization/_quantized_conversions.py' 2024-11-01T16:39:42.0232593Z adding 'torch/quantization/fake_quantize.py' 2024-11-01T16:39:42.0235569Z adding 'torch/quantization/fuse_modules.py' 2024-11-01T16:39:42.0238556Z adding 'torch/quantization/fuser_method_mappings.py' 2024-11-01T16:39:42.0241524Z adding 'torch/quantization/observer.py' 2024-11-01T16:39:42.0244497Z adding 'torch/quantization/qconfig.py' 2024-11-01T16:39:42.0247397Z adding 'torch/quantization/quant_type.py' 2024-11-01T16:39:42.0250861Z adding 'torch/quantization/quantization_mappings.py' 2024-11-01T16:39:42.0253759Z adding 'torch/quantization/quantize.py' 2024-11-01T16:39:42.0256693Z adding 'torch/quantization/quantize_fx.py' 2024-11-01T16:39:42.0259674Z adding 'torch/quantization/quantize_jit.py' 2024-11-01T16:39:42.0262531Z adding 'torch/quantization/stubs.py' 2024-11-01T16:39:42.0265451Z adding 'torch/quantization/utils.py' 2024-11-01T16:39:42.0269277Z adding 'torch/quantization/fx/__init__.py' 2024-11-01T16:39:42.0272372Z adding 'torch/quantization/fx/_equalize.py' 2024-11-01T16:39:42.0275273Z adding 'torch/quantization/fx/convert.py' 2024-11-01T16:39:42.0278060Z adding 'torch/quantization/fx/fuse.py' 2024-11-01T16:39:42.0280933Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-11-01T16:39:42.0283770Z adding 'torch/quantization/fx/graph_module.py' 2024-11-01T16:39:42.0286617Z adding 'torch/quantization/fx/match_utils.py' 2024-11-01T16:39:42.0289679Z adding 'torch/quantization/fx/pattern_utils.py' 2024-11-01T16:39:42.0292489Z adding 'torch/quantization/fx/prepare.py' 2024-11-01T16:39:42.0295594Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-11-01T16:39:42.0298448Z adding 'torch/quantization/fx/quantization_types.py' 2024-11-01T16:39:42.0301447Z adding 'torch/quantization/fx/utils.py' 2024-11-01T16:39:42.0306227Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-11-01T16:39:42.0310979Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-11-01T16:39:42.0314405Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-11-01T16:39:42.0318535Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-11-01T16:39:42.0331576Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-11-01T16:39:42.0335991Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-11-01T16:39:42.0340260Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-11-01T16:39:42.0343359Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-11-01T16:39:42.0347161Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-11-01T16:39:42.0350746Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-11-01T16:39:42.0354997Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-11-01T16:39:42.0385835Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-11-01T16:39:42.0394520Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-11-01T16:39:42.0398224Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-11-01T16:39:42.0403879Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-11-01T16:39:42.0407795Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-11-01T16:39:42.0413549Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-11-01T16:39:42.0419115Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-11-01T16:39:42.0424401Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-11-01T16:39:42.0430710Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-11-01T16:39:42.0434608Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-11-01T16:39:42.0438174Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-11-01T16:39:42.0441422Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-11-01T16:39:42.0444431Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-11-01T16:39:42.0447986Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-11-01T16:39:42.0455882Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-11-01T16:39:42.0459720Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-11-01T16:39:42.0464610Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-11-01T16:39:42.0467765Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-11-01T16:39:42.0471069Z adding 'torch/signal/__init__.py' 2024-11-01T16:39:42.0474576Z adding 'torch/signal/windows/__init__.py' 2024-11-01T16:39:42.0481523Z adding 'torch/signal/windows/windows.py' 2024-11-01T16:39:42.0492180Z adding 'torch/sparse/__init__.py' 2024-11-01T16:39:42.0499156Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-11-01T16:39:42.0503737Z adding 'torch/sparse/_semi_structured_ops.py' 2024-11-01T16:39:42.0528367Z adding 'torch/sparse/_triton_ops.py' 2024-11-01T16:39:42.0647192Z adding 'torch/sparse/_triton_ops_meta.py' 2024-11-01T16:39:42.0695622Z adding 'torch/sparse/semi_structured.py' 2024-11-01T16:39:42.0696096Z adding 'torch/special/__init__.py' 2024-11-01T16:39:42.0838944Z adding 'torch/test/CppSignature_test.exe' 2024-11-01T16:39:42.1092095Z adding 'torch/test/Dict_test.exe' 2024-11-01T16:39:42.1258259Z adding 'torch/test/Dimname_test.exe' 2024-11-01T16:39:42.1477074Z adding 'torch/test/IListRef_test.exe' 2024-11-01T16:39:42.1705574Z adding 'torch/test/KernelFunction_test.exe' 2024-11-01T16:39:42.2034561Z adding 'torch/test/List_test.exe' 2024-11-01T16:39:42.2275306Z adding 'torch/test/MaybeOwned_test.exe' 2024-11-01T16:39:42.2493894Z adding 'torch/test/NamedTensor_test.exe' 2024-11-01T16:39:42.2687183Z adding 'torch/test/StorageUtils_test.exe' 2024-11-01T16:39:42.2887649Z adding 'torch/test/apply_utils_test.exe' 2024-11-01T16:39:42.3104552Z adding 'torch/test/atest.exe' 2024-11-01T16:39:42.3300712Z adding 'torch/test/backend_fallback_test.exe' 2024-11-01T16:39:42.3533629Z adding 'torch/test/basic.exe' 2024-11-01T16:39:42.3727253Z adding 'torch/test/broadcast_test.exe' 2024-11-01T16:39:42.3887665Z adding 'torch/test/c10_Bitset_test.exe' 2024-11-01T16:39:42.4034058Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-11-01T16:39:42.4175372Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-11-01T16:39:42.4319247Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-11-01T16:39:42.4477766Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-11-01T16:39:42.4644431Z adding 'torch/test/c10_Device_test.exe' 2024-11-01T16:39:42.4830209Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-11-01T16:39:42.4990113Z adding 'torch/test/c10_Half_test.exe' 2024-11-01T16:39:42.5163936Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-11-01T16:39:42.5341011Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-11-01T16:39:42.5522184Z adding 'torch/test/c10_LeftRight_test.exe' 2024-11-01T16:39:42.5689538Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-11-01T16:39:42.5854164Z adding 'torch/test/c10_NetworkFlow_test.exe' 2024-11-01T16:39:42.6017489Z adding 'torch/test/c10_Scalar_test.exe' 2024-11-01T16:39:42.6189868Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-11-01T16:39:42.6331302Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-11-01T16:39:42.6486123Z adding 'torch/test/c10_SymInt_test.exe' 2024-11-01T16:39:42.6643204Z adding 'torch/test/c10_Synchronized_test.exe' 2024-11-01T16:39:42.6817496Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-11-01T16:39:42.6975376Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-11-01T16:39:42.7123865Z adding 'torch/test/c10_TypeList_test.exe' 2024-11-01T16:39:42.7265529Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-11-01T16:39:42.7425968Z adding 'torch/test/c10_accumulate_test.exe' 2024-11-01T16:39:42.7602179Z adding 'torch/test/c10_bfloat16_test.exe' 2024-11-01T16:39:42.7753915Z adding 'torch/test/c10_bit_cast_test.exe' 2024-11-01T16:39:42.7942401Z adding 'torch/test/c10_complex_math_test.exe' 2024-11-01T16:39:42.8119693Z adding 'torch/test/c10_complex_test.exe' 2024-11-01T16:39:42.8297938Z adding 'torch/test/c10_cow_test.exe' 2024-11-01T16:39:42.8443670Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_1_var_test.exe' 2024-11-01T16:39:42.8589452Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_stream.exe' 2024-11-01T16:39:42.8734825Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe' 2024-11-01T16:39:42.8876081Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_from_2_processes.exe' 2024-11-01T16:39:42.9022188Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe' 2024-11-01T16:39:42.9168865Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe' 2024-11-01T16:39:42.9313120Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe' 2024-11-01T16:39:42.9456327Z adding 'torch/test/c10_cuda_CUDATest.exe' 2024-11-01T16:39:42.9623338Z adding 'torch/test/c10_exception_test.exe' 2024-11-01T16:39:42.9773968Z adding 'torch/test/c10_flags_test.exe' 2024-11-01T16:39:42.9926924Z adding 'torch/test/c10_generic_math_test.exe' 2024-11-01T16:39:43.0069590Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-11-01T16:39:43.0492474Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-11-01T16:39:43.0669965Z adding 'torch/test/c10_irange_test.exe' 2024-11-01T16:39:43.0833492Z adding 'torch/test/c10_lazy_test.exe' 2024-11-01T16:39:43.1010348Z adding 'torch/test/c10_logging_test.exe' 2024-11-01T16:39:43.1242891Z adding 'torch/test/c10_optional_test.exe' 2024-11-01T16:39:43.1437632Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-11-01T16:39:43.1602352Z adding 'torch/test/c10_registry_test.exe' 2024-11-01T16:39:43.1951490Z adding 'torch/test/c10_small_vector_test.exe' 2024-11-01T16:39:43.2117549Z adding 'torch/test/c10_ssize_test.exe' 2024-11-01T16:39:43.2280032Z adding 'torch/test/c10_string_util_test.exe' 2024-11-01T16:39:43.2461105Z adding 'torch/test/c10_string_view_test.exe' 2024-11-01T16:39:43.2608958Z adding 'torch/test/c10_tempfile_test.exe' 2024-11-01T16:39:43.2778378Z adding 'torch/test/c10_typeid_test.exe' 2024-11-01T16:39:43.2960212Z adding 'torch/test/cpu_allocator_test.exe' 2024-11-01T16:39:43.3170543Z adding 'torch/test/cpu_generator_test.exe' 2024-11-01T16:39:43.3361221Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-11-01T16:39:43.3685968Z adding 'torch/test/cpu_rng_test.exe' 2024-11-01T16:39:43.3847016Z adding 'torch/test/cuda_allocatorTraceTracker_test.exe' 2024-11-01T16:39:43.4032791Z adding 'torch/test/cuda_allocator_test.exe' 2024-11-01T16:39:43.4179529Z adding 'torch/test/cuda_apply_test.exe' 2024-11-01T16:39:43.4376287Z adding 'torch/test/cuda_atomic_ops_test.exe' 2024-11-01T16:39:43.4577239Z adding 'torch/test/cuda_caching_host_allocator_test.exe' 2024-11-01T16:39:43.4801475Z adding 'torch/test/cuda_complex_math_test.exe' 2024-11-01T16:39:43.4989946Z adding 'torch/test/cuda_complex_test.exe' 2024-11-01T16:39:43.5189055Z adding 'torch/test/cuda_cub_test.exe' 2024-11-01T16:39:43.5372013Z adding 'torch/test/cuda_cudnn_test.exe' 2024-11-01T16:39:43.5519582Z adding 'torch/test/cuda_device_test.exe' 2024-11-01T16:39:43.5788352Z adding 'torch/test/cuda_distributions_test.exe' 2024-11-01T16:39:43.5997450Z adding 'torch/test/cuda_dlconvertor_test.exe' 2024-11-01T16:39:43.6179197Z adding 'torch/test/cuda_generator_test.exe' 2024-11-01T16:39:43.6365276Z adding 'torch/test/cuda_half_test.exe' 2024-11-01T16:39:43.6519182Z adding 'torch/test/cuda_integer_divider_test.exe' 2024-11-01T16:39:43.6701718Z adding 'torch/test/cuda_optional_test.exe' 2024-11-01T16:39:43.6887721Z adding 'torch/test/cuda_packedtensoraccessor_test.exe' 2024-11-01T16:39:43.7083803Z adding 'torch/test/cuda_reportMemoryUsage_test.exe' 2024-11-01T16:39:43.7266657Z adding 'torch/test/cuda_stream_test.exe' 2024-11-01T16:39:43.7461811Z adding 'torch/test/cuda_vectorized_test.exe' 2024-11-01T16:39:43.7651869Z adding 'torch/test/dispatch_key_set_test.exe' 2024-11-01T16:39:43.7834951Z adding 'torch/test/dlconvertor_test.exe' 2024-11-01T16:39:43.8039424Z adding 'torch/test/extension_backend_test.exe' 2024-11-01T16:39:43.8243538Z adding 'torch/test/half_test.exe' 2024-11-01T16:39:43.8464429Z adding 'torch/test/inline_container_test.exe' 2024-11-01T16:39:43.8808374Z adding 'torch/test/ivalue_test.exe' 2024-11-01T16:39:43.9204517Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-11-01T16:39:43.9531383Z adding 'torch/test/kernel_function_test.exe' 2024-11-01T16:39:43.9943412Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-11-01T16:39:44.0290022Z adding 'torch/test/kernel_lambda_test.exe' 2024-11-01T16:39:44.0513257Z adding 'torch/test/kernel_stackbased_test.exe' 2024-11-01T16:39:44.0697888Z adding 'torch/test/lazy_tensor_test.exe' 2024-11-01T16:39:44.0967377Z adding 'torch/test/legacy_vmap_test.exe' 2024-11-01T16:39:44.1296156Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-11-01T16:39:44.1493528Z adding 'torch/test/math_kernel_test.exe' 2024-11-01T16:39:44.1683140Z adding 'torch/test/memory_format_test.exe' 2024-11-01T16:39:44.1874075Z adding 'torch/test/memory_overlapping_test.exe' 2024-11-01T16:39:44.2062483Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-11-01T16:39:44.2273708Z adding 'torch/test/native_test.exe' 2024-11-01T16:39:44.2418817Z adding 'torch/test/op_allowlist_test.exe' 2024-11-01T16:39:44.3212170Z adding 'torch/test/op_registration_test.exe' 2024-11-01T16:39:44.3407582Z adding 'torch/test/operator_name_test.exe' 2024-11-01T16:39:44.3589777Z adding 'torch/test/operators_test.exe' 2024-11-01T16:39:44.3786149Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-11-01T16:39:44.4037187Z adding 'torch/test/pow_test.exe' 2024-11-01T16:39:44.4255373Z adding 'torch/test/quantized_test.exe' 2024-11-01T16:39:44.4446915Z adding 'torch/test/reduce_ops_test.exe' 2024-11-01T16:39:44.4642632Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-11-01T16:39:44.4856054Z adding 'torch/test/scalar_tensor_test.exe' 2024-11-01T16:39:44.5074600Z adding 'torch/test/scalar_test.exe' 2024-11-01T16:39:44.5266399Z adding 'torch/test/stride_properties_test.exe' 2024-11-01T16:39:44.5523745Z adding 'torch/test/tensor_iterator_test.exe' 2024-11-01T16:39:44.5726588Z adding 'torch/test/test_parallel.exe' 2024-11-01T16:39:44.5783418Z adding 'torch/test/thread_init_test.exe' 2024-11-01T16:39:44.5940540Z adding 'torch/test/type_ptr_test.exe' 2024-11-01T16:39:44.6155045Z adding 'torch/test/type_test.exe' 2024-11-01T16:39:44.6353360Z adding 'torch/test/undefined_tensor_test.exe' 2024-11-01T16:39:44.6406874Z adding 'torch/test/verify_api_visibility.exe' 2024-11-01T16:39:44.6596886Z adding 'torch/test/weakref_test.exe' 2024-11-01T16:39:44.6787375Z adding 'torch/test/wrapdim_test.exe' 2024-11-01T16:39:44.6977774Z adding 'torch/test/xla_tensor_test.exe' 2024-11-01T16:39:44.6989322Z adding 'torch/testing/__init__.py' 2024-11-01T16:39:44.7009298Z adding 'torch/testing/_comparison.py' 2024-11-01T16:39:44.7016996Z adding 'torch/testing/_creation.py' 2024-11-01T16:39:44.7020645Z adding 'torch/testing/_utils.py' 2024-11-01T16:39:44.7026008Z adding 'torch/testing/_internal/__init__.py' 2024-11-01T16:39:44.7034375Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-11-01T16:39:44.7040251Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-11-01T16:39:44.7045744Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-11-01T16:39:44.7051438Z adding 'torch/testing/_internal/common_cuda.py' 2024-11-01T16:39:44.7078286Z adding 'torch/testing/_internal/common_device_type.py' 2024-11-01T16:39:44.7083672Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-11-01T16:39:44.7103248Z adding 'torch/testing/_internal/common_distributed.py' 2024-11-01T16:39:44.7108717Z adding 'torch/testing/_internal/common_dtype.py' 2024-11-01T16:39:44.7127152Z adding 'torch/testing/_internal/common_fsdp.py' 2024-11-01T16:39:44.7134942Z adding 'torch/testing/_internal/common_jit.py' 2024-11-01T16:39:44.7373126Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-11-01T16:39:44.7403856Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-11-01T16:39:44.7436507Z adding 'torch/testing/_internal/common_modules.py' 2024-11-01T16:39:44.7475193Z adding 'torch/testing/_internal/common_nn.py' 2024-11-01T16:39:44.7495506Z adding 'torch/testing/_internal/common_optimizers.py' 2024-11-01T16:39:44.7503166Z adding 'torch/testing/_internal/common_pruning.py' 2024-11-01T16:39:44.7532385Z adding 'torch/testing/_internal/common_quantization.py' 2024-11-01T16:39:44.7539785Z adding 'torch/testing/_internal/common_quantized.py' 2024-11-01T16:39:44.7545682Z adding 'torch/testing/_internal/common_subclass.py' 2024-11-01T16:39:44.7629578Z adding 'torch/testing/_internal/common_utils.py' 2024-11-01T16:39:44.7644778Z adding 'torch/testing/_internal/composite_compliance.py' 2024-11-01T16:39:44.7651520Z adding 'torch/testing/_internal/custom_op_db.py' 2024-11-01T16:39:44.7656006Z adding 'torch/testing/_internal/custom_tensor.py' 2024-11-01T16:39:44.7660512Z adding 'torch/testing/_internal/dist_utils.py' 2024-11-01T16:39:44.7664929Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-11-01T16:39:44.7668286Z adding 'torch/testing/_internal/fake_config_module.py' 2024-11-01T16:39:44.7672731Z adding 'torch/testing/_internal/hop_db.py' 2024-11-01T16:39:44.7679560Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-11-01T16:39:44.7683998Z adding 'torch/testing/_internal/inductor_utils.py' 2024-11-01T16:39:44.7694799Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-11-01T16:39:44.7707713Z adding 'torch/testing/_internal/jit_utils.py' 2024-11-01T16:39:44.7713304Z adding 'torch/testing/_internal/logging_tensor.py' 2024-11-01T16:39:44.7718253Z adding 'torch/testing/_internal/logging_utils.py' 2024-11-01T16:39:44.7721878Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-11-01T16:39:44.7727244Z adding 'torch/testing/_internal/static_module.py' 2024-11-01T16:39:44.7728811Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-11-01T16:39:44.7734019Z adding 'torch/testing/_internal/triton_utils.py' 2024-11-01T16:39:44.7738763Z adding 'torch/testing/_internal/two_tensor.py' 2024-11-01T16:39:44.7742559Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-11-01T16:39:44.7746045Z adding 'torch/testing/_internal/data/__init__.py' 2024-11-01T16:39:44.7748847Z adding 'torch/testing/_internal/data/network1.py' 2024-11-01T16:39:44.7751957Z adding 'torch/testing/_internal/data/network2.py' 2024-11-01T16:39:44.7755543Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-11-01T16:39:44.7758964Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-11-01T16:39:44.7763886Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-11-01T16:39:44.7772015Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-11-01T16:39:44.7877135Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-11-01T16:39:44.7890268Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-11-01T16:39:44.7893512Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-11-01T16:39:44.7900879Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-11-01T16:39:44.7905957Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-11-01T16:39:44.7909844Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-11-01T16:39:44.7913019Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-11-01T16:39:44.7917520Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:39:44.7921483Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-11-01T16:39:44.7924887Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-11-01T16:39:44.7928369Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-11-01T16:39:44.7936463Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-11-01T16:39:44.7940657Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-11-01T16:39:44.7944240Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-11-01T16:39:44.7951812Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-11-01T16:39:44.7956213Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-11-01T16:39:44.7984565Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-11-01T16:39:44.7991863Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-11-01T16:39:44.7997641Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-11-01T16:39:44.8001959Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-11-01T16:39:44.8005207Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-11-01T16:39:44.8063785Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-11-01T16:39:44.8072581Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-11-01T16:39:44.8077183Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-11-01T16:39:44.8081292Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-11-01T16:39:44.8086810Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-11-01T16:39:44.8090695Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-11-01T16:39:44.8094684Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-11-01T16:39:44.8109119Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-11-01T16:39:44.8114558Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-11-01T16:39:44.8118486Z adding 'torch/testing/_internal/generated/__init__.py' 2024-11-01T16:39:44.8167249Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-11-01T16:39:44.8182911Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-11-01T16:39:44.8221303Z adding 'torch/testing/_internal/opinfo/core.py' 2024-11-01T16:39:44.8228679Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-11-01T16:39:44.8242972Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-11-01T16:39:44.8243637Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-11-01T16:39:44.8249518Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-11-01T16:39:44.8257668Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-11-01T16:39:44.8279346Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-11-01T16:39:44.8290804Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-11-01T16:39:44.8296985Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-11-01T16:39:44.8306592Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-11-01T16:39:44.8313917Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-11-01T16:39:44.8318373Z adding 'torch/testing/_internal/optests/__init__.py' 2024-11-01T16:39:44.8322821Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-11-01T16:39:44.8327469Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-11-01T16:39:44.8330493Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-11-01T16:39:44.8342392Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-11-01T16:39:44.8346945Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-11-01T16:39:44.8350663Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-11-01T16:39:44.8353494Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-11-01T16:39:44.8356322Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-11-01T16:39:44.8361572Z adding 'torch/utils/__init__.py' 2024-11-01T16:39:44.8365753Z adding 'torch/utils/_backport_slots.py' 2024-11-01T16:39:44.8373266Z adding 'torch/utils/_config_module.py' 2024-11-01T16:39:44.8376983Z adding 'torch/utils/_config_typing.pyi' 2024-11-01T16:39:44.8382425Z adding 'torch/utils/_content_store.py' 2024-11-01T16:39:44.8387192Z adding 'torch/utils/_contextlib.py' 2024-11-01T16:39:44.8390762Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-11-01T16:39:44.8401097Z adding 'torch/utils/_cxx_pytree.py' 2024-11-01T16:39:44.8405718Z adding 'torch/utils/_device.py' 2024-11-01T16:39:44.8408894Z adding 'torch/utils/_exposed_in.py' 2024-11-01T16:39:44.8412416Z adding 'torch/utils/_foreach_utils.py' 2024-11-01T16:39:44.8418164Z adding 'torch/utils/_freeze.py' 2024-11-01T16:39:44.8422749Z adding 'torch/utils/_get_clean_triton.py' 2024-11-01T16:39:44.8426135Z adding 'torch/utils/_import_utils.py' 2024-11-01T16:39:44.8429054Z adding 'torch/utils/_mode_utils.py' 2024-11-01T16:39:44.8433077Z adding 'torch/utils/_ordered_set.py' 2024-11-01T16:39:44.8444472Z adding 'torch/utils/_python_dispatch.py' 2024-11-01T16:39:44.8462575Z adding 'torch/utils/_pytree.py' 2024-11-01T16:39:44.8466975Z adding 'torch/utils/_stats.py' 2024-11-01T16:39:44.8470051Z adding 'torch/utils/_thunk.py' 2024-11-01T16:39:44.8475650Z adding 'torch/utils/_traceback.py' 2024-11-01T16:39:44.8479567Z adding 'torch/utils/_triton.py' 2024-11-01T16:39:44.8482560Z adding 'torch/utils/_typing_utils.py' 2024-11-01T16:39:44.8486014Z adding 'torch/utils/_zip.py' 2024-11-01T16:39:44.8493490Z adding 'torch/utils/backend_registration.py' 2024-11-01T16:39:44.8502199Z adding 'torch/utils/bundled_inputs.py' 2024-11-01T16:39:44.8528936Z adding 'torch/utils/checkpoint.py' 2024-11-01T16:39:44.8540055Z adding 'torch/utils/collect_env.py' 2024-11-01T16:39:44.8543795Z adding 'torch/utils/cpp_backtrace.py' 2024-11-01T16:39:44.8581961Z adding 'torch/utils/cpp_extension.py' 2024-11-01T16:39:44.8587542Z adding 'torch/utils/deterministic.py' 2024-11-01T16:39:44.8592083Z adding 'torch/utils/dlpack.py' 2024-11-01T16:39:44.8595138Z adding 'torch/utils/file_baton.py' 2024-11-01T16:39:44.8605149Z adding 'torch/utils/flop_counter.py' 2024-11-01T16:39:44.8610893Z adding 'torch/utils/hooks.py' 2024-11-01T16:39:44.8615335Z adding 'torch/utils/mkldnn.py' 2024-11-01T16:39:44.8620381Z adding 'torch/utils/mobile_optimizer.py' 2024-11-01T16:39:44.8623138Z adding 'torch/utils/model_zoo.py' 2024-11-01T16:39:44.8627243Z adding 'torch/utils/module_tracker.py' 2024-11-01T16:39:44.8631672Z adding 'torch/utils/show_pickle.py' 2024-11-01T16:39:44.8636270Z adding 'torch/utils/throughput_benchmark.py' 2024-11-01T16:39:44.8642081Z adding 'torch/utils/weak.py' 2024-11-01T16:39:44.8646230Z adding 'torch/utils/_strobelight/__init__.py' 2024-11-01T16:39:44.8651499Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-11-01T16:39:44.8655497Z adding 'torch/utils/_sympy/__init__.py' 2024-11-01T16:39:44.8671900Z adding 'torch/utils/_sympy/functions.py' 2024-11-01T16:39:44.8677658Z adding 'torch/utils/_sympy/interp.py' 2024-11-01T16:39:44.8683223Z adding 'torch/utils/_sympy/numbers.py' 2024-11-01T16:39:44.8688627Z adding 'torch/utils/_sympy/reference.py' 2024-11-01T16:39:44.8692185Z adding 'torch/utils/_sympy/singleton_int.py' 2024-11-01T16:39:44.8696759Z adding 'torch/utils/_sympy/solve.py' 2024-11-01T16:39:44.8701134Z adding 'torch/utils/_sympy/symbol.py' 2024-11-01T16:39:44.8714480Z adding 'torch/utils/_sympy/value_ranges.py' 2024-11-01T16:39:44.8719267Z adding 'torch/utils/backcompat/__init__.py' 2024-11-01T16:39:44.8723094Z adding 'torch/utils/benchmark/__init__.py' 2024-11-01T16:39:44.8726746Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-11-01T16:39:44.8731469Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-11-01T16:39:44.8745938Z adding 'torch/utils/benchmark/examples/compare.py' 2024-11-01T16:39:44.8746511Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-11-01T16:39:44.8747075Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-11-01T16:39:44.8747808Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-11-01T16:39:44.8752211Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-11-01T16:39:44.8755854Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-11-01T16:39:44.8759657Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-11-01T16:39:44.8763711Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-11-01T16:39:44.8767284Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-11-01T16:39:44.8771219Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-11-01T16:39:44.8774823Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-11-01T16:39:44.8778637Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-11-01T16:39:44.8781987Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-11-01T16:39:44.8788474Z adding 'torch/utils/benchmark/utils/common.py' 2024-11-01T16:39:44.8795064Z adding 'torch/utils/benchmark/utils/compare.py' 2024-11-01T16:39:44.8800170Z adding 'torch/utils/benchmark/utils/compile.py' 2024-11-01T16:39:44.8804944Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-11-01T16:39:44.8813005Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-11-01T16:39:44.8817745Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-11-01T16:39:44.8821264Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-11-01T16:39:44.8830123Z adding 'torch/utils/benchmark/utils/timer.py' 2024-11-01T16:39:44.8834712Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-11-01T16:39:44.8838909Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-11-01T16:39:44.8842288Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-11-01T16:39:44.8845653Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-11-01T16:39:44.8859247Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-11-01T16:39:44.8910866Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-11-01T16:39:44.8923474Z adding 'torch/utils/bottleneck/__init__.py' 2024-11-01T16:39:44.8928046Z adding 'torch/utils/bottleneck/__main__.py' 2024-11-01T16:39:44.8932350Z adding 'torch/utils/data/__init__.py' 2024-11-01T16:39:44.8935443Z adding 'torch/utils/data/backward_compatibility.py' 2024-11-01T16:39:44.8964942Z adding 'torch/utils/data/dataloader.py' 2024-11-01T16:39:44.8974221Z adding 'torch/utils/data/dataset.py' 2024-11-01T16:39:44.8979077Z adding 'torch/utils/data/distributed.py' 2024-11-01T16:39:44.8984126Z adding 'torch/utils/data/graph.py' 2024-11-01T16:39:44.8988327Z adding 'torch/utils/data/graph_settings.py' 2024-11-01T16:39:44.8994474Z adding 'torch/utils/data/sampler.py' 2024-11-01T16:39:44.8999158Z adding 'torch/utils/data/_utils/__init__.py' 2024-11-01T16:39:44.9005834Z adding 'torch/utils/data/_utils/collate.py' 2024-11-01T16:39:44.9009730Z adding 'torch/utils/data/_utils/fetch.py' 2024-11-01T16:39:44.9013762Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-11-01T16:39:44.9017653Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-11-01T16:39:44.9024661Z adding 'torch/utils/data/_utils/worker.py' 2024-11-01T16:39:44.9028845Z adding 'torch/utils/data/datapipes/__init__.py' 2024-11-01T16:39:44.9033454Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-11-01T16:39:44.9039530Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-11-01T16:39:44.9047261Z adding 'torch/utils/data/datapipes/_typing.py' 2024-11-01T16:39:44.9054477Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-11-01T16:39:44.9065590Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-11-01T16:39:44.9072029Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-11-01T16:39:44.9076358Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-11-01T16:39:44.9079973Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-11-01T16:39:44.9086243Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-11-01T16:39:44.9089941Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-11-01T16:39:44.9093293Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-11-01T16:39:44.9097545Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-11-01T16:39:44.9103378Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-11-01T16:39:44.9107844Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-11-01T16:39:44.9116959Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-11-01T16:39:44.9121392Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-11-01T16:39:44.9125164Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-11-01T16:39:44.9131028Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-11-01T16:39:44.9135091Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-11-01T16:39:44.9139050Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-11-01T16:39:44.9143288Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-11-01T16:39:44.9146558Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-11-01T16:39:44.9150067Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-11-01T16:39:44.9154175Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-11-01T16:39:44.9157532Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-11-01T16:39:44.9161627Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-11-01T16:39:44.9165868Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-11-01T16:39:44.9169298Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-11-01T16:39:44.9172804Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-11-01T16:39:44.9176806Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-11-01T16:39:44.9182977Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-11-01T16:39:44.9189228Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-11-01T16:39:44.9193794Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-11-01T16:39:44.9197316Z adding 'torch/utils/hipify/__init__.py' 2024-11-01T16:39:44.9200747Z adding 'torch/utils/hipify/constants.py' 2024-11-01T16:39:44.9257587Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-11-01T16:39:44.9282897Z adding 'torch/utils/hipify/hipify_python.py' 2024-11-01T16:39:44.9286846Z adding 'torch/utils/hipify/version.py' 2024-11-01T16:39:44.9290437Z adding 'torch/utils/jit/__init__.py' 2024-11-01T16:39:44.9294374Z adding 'torch/utils/jit/log_extract.py' 2024-11-01T16:39:44.9302558Z adding 'torch/utils/model_dump/__init__.py' 2024-11-01T16:39:44.9305872Z adding 'torch/utils/model_dump/__main__.py' 2024-11-01T16:39:44.9313088Z adding 'torch/utils/model_dump/code.js' 2024-11-01T16:39:44.9316898Z adding 'torch/utils/model_dump/htm.mjs' 2024-11-01T16:39:44.9322711Z adding 'torch/utils/model_dump/preact.mjs' 2024-11-01T16:39:44.9326273Z adding 'torch/utils/model_dump/skeleton.html' 2024-11-01T16:39:44.9330126Z adding 'torch/utils/tensorboard/__init__.py' 2024-11-01T16:39:44.9333241Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-11-01T16:39:44.9336901Z adding 'torch/utils/tensorboard/_embedding.py' 2024-11-01T16:39:44.9340439Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-11-01T16:39:44.9343790Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-11-01T16:39:44.9350509Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-11-01T16:39:44.9354854Z adding 'torch/utils/tensorboard/_utils.py' 2024-11-01T16:39:44.9367448Z adding 'torch/utils/tensorboard/summary.py' 2024-11-01T16:39:44.9382643Z adding 'torch/utils/tensorboard/writer.py' 2024-11-01T16:39:44.9387450Z adding 'torch/utils/viz/__init__.py' 2024-11-01T16:39:44.9394258Z adding 'torch/utils/viz/_cycles.py' 2024-11-01T16:39:44.9402385Z adding 'torch/xpu/__init__.py' 2024-11-01T16:39:44.9406091Z adding 'torch/xpu/_gpu_trace.py' 2024-11-01T16:39:44.9409437Z adding 'torch/xpu/_utils.py' 2024-11-01T16:39:44.9413703Z adding 'torch/xpu/memory.py' 2024-11-01T16:39:44.9417712Z adding 'torch/xpu/random.py' 2024-11-01T16:39:44.9422125Z adding 'torch/xpu/streams.py' 2024-11-01T16:39:44.9430692Z adding 'torchgen/__init__.py' 2024-11-01T16:39:44.9434304Z adding 'torchgen/code_template.py' 2024-11-01T16:39:44.9438058Z adding 'torchgen/context.py' 2024-11-01T16:39:44.9474421Z adding 'torchgen/gen.py' 2024-11-01T16:39:44.9483776Z adding 'torchgen/gen_aoti_c_shim.py' 2024-11-01T16:39:44.9492590Z adding 'torchgen/gen_backend_stubs.py' 2024-11-01T16:39:44.9506398Z adding 'torchgen/gen_executorch.py' 2024-11-01T16:39:44.9520823Z adding 'torchgen/gen_functionalization_type.py' 2024-11-01T16:39:44.9530565Z adding 'torchgen/gen_lazy_tensor.py' 2024-11-01T16:39:44.9534980Z adding 'torchgen/gen_schema_utils.py' 2024-11-01T16:39:44.9540020Z adding 'torchgen/gen_vmap_plumbing.py' 2024-11-01T16:39:44.9543524Z adding 'torchgen/local.py' 2024-11-01T16:39:44.9585681Z adding 'torchgen/model.py' 2024-11-01T16:39:44.9600083Z adding 'torchgen/native_function_generation.py' 2024-11-01T16:39:44.9608424Z adding 'torchgen/utils.py' 2024-11-01T16:39:44.9612590Z adding 'torchgen/yaml_utils.py' 2024-11-01T16:39:44.9615863Z adding 'torchgen/aoti/__init__.py' 2024-11-01T16:39:44.9619820Z adding 'torchgen/aoti/fallback_ops.py' 2024-11-01T16:39:44.9623793Z adding 'torchgen/api/__init__.py' 2024-11-01T16:39:44.9638459Z adding 'torchgen/api/autograd.py' 2024-11-01T16:39:44.9646623Z adding 'torchgen/api/cpp.py' 2024-11-01T16:39:44.9650419Z adding 'torchgen/api/dispatcher.py' 2024-11-01T16:39:44.9655277Z adding 'torchgen/api/functionalization.py' 2024-11-01T16:39:44.9663579Z adding 'torchgen/api/lazy.py' 2024-11-01T16:39:44.9666600Z adding 'torchgen/api/meta.py' 2024-11-01T16:39:44.9670752Z adding 'torchgen/api/native.py' 2024-11-01T16:39:44.9692206Z adding 'torchgen/api/python.py' 2024-11-01T16:39:44.9697843Z adding 'torchgen/api/structured.py' 2024-11-01T16:39:44.9705398Z adding 'torchgen/api/translate.py' 2024-11-01T16:39:44.9710436Z adding 'torchgen/api/ufunc.py' 2024-11-01T16:39:44.9715835Z adding 'torchgen/api/unboxing.py' 2024-11-01T16:39:44.9720083Z adding 'torchgen/api/types/__init__.py' 2024-11-01T16:39:44.9726401Z adding 'torchgen/api/types/signatures.py' 2024-11-01T16:39:44.9731783Z adding 'torchgen/api/types/types.py' 2024-11-01T16:39:44.9737706Z adding 'torchgen/api/types/types_base.py' 2024-11-01T16:39:44.9740991Z adding 'torchgen/dest/__init__.py' 2024-11-01T16:39:44.9752841Z adding 'torchgen/dest/lazy_ir.py' 2024-11-01T16:39:44.9757186Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-11-01T16:39:44.9761007Z adding 'torchgen/dest/native_functions.py' 2024-11-01T16:39:44.9775153Z adding 'torchgen/dest/register_dispatch_key.py' 2024-11-01T16:39:44.9783537Z adding 'torchgen/dest/ufunc.py' 2024-11-01T16:39:44.9787542Z adding 'torchgen/executorch/__init__.py' 2024-11-01T16:39:44.9792256Z adding 'torchgen/executorch/model.py' 2024-11-01T16:39:44.9796572Z adding 'torchgen/executorch/parse.py' 2024-11-01T16:39:44.9800516Z adding 'torchgen/executorch/api/__init__.py' 2024-11-01T16:39:44.9804630Z adding 'torchgen/executorch/api/custom_ops.py' 2024-11-01T16:39:44.9810801Z adding 'torchgen/executorch/api/et_cpp.py' 2024-11-01T16:39:44.9815759Z adding 'torchgen/executorch/api/unboxing.py' 2024-11-01T16:39:44.9819610Z adding 'torchgen/executorch/api/types/__init__.py' 2024-11-01T16:39:44.9823179Z adding 'torchgen/executorch/api/types/signatures.py' 2024-11-01T16:39:44.9826645Z adding 'torchgen/executorch/api/types/types.py' 2024-11-01T16:39:44.9830472Z adding 'torchgen/operator_versions/__init__.py' 2024-11-01T16:39:44.9836066Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-11-01T16:39:44.9839414Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-11-01T16:39:44.9953932Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-11-01T16:39:44.9970913Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-11-01T16:39:44.9976028Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-11-01T16:39:44.9979659Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-11-01T16:39:44.9986907Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-11-01T16:39:44.9987963Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-11-01T16:39:44.9991600Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-11-01T16:39:44.9994388Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-11-01T16:39:44.9997301Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-11-01T16:39:45.0000077Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-11-01T16:39:45.0003302Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-11-01T16:39:45.0007137Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-11-01T16:39:45.0010935Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-11-01T16:39:45.0014070Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-11-01T16:39:45.0017009Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-11-01T16:39:45.0020159Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-11-01T16:39:45.0023120Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-11-01T16:39:45.0026299Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-11-01T16:39:45.0029315Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-11-01T16:39:45.0032230Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-11-01T16:39:45.0035047Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-11-01T16:39:45.0037960Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-11-01T16:39:45.0041551Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-11-01T16:39:45.0044854Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-11-01T16:39:45.0047722Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-11-01T16:39:45.0050841Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-11-01T16:39:45.0054658Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-11-01T16:39:45.0057686Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-11-01T16:39:45.0062241Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-11-01T16:39:45.0069203Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-11-01T16:39:45.0072365Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-11-01T16:39:45.0075165Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-11-01T16:39:45.0086725Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-11-01T16:39:45.0090999Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-11-01T16:39:45.0094027Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-11-01T16:39:45.0096985Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-11-01T16:39:45.0099949Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-11-01T16:39:45.0103026Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-11-01T16:39:45.0106142Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-11-01T16:39:45.0109269Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-11-01T16:39:45.0112047Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-11-01T16:39:45.0115831Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-11-01T16:39:45.0118644Z adding 'torchgen/packaged/autograd/README.md' 2024-11-01T16:39:45.0121458Z adding 'torchgen/packaged/autograd/__init__.py' 2024-11-01T16:39:45.0124275Z adding 'torchgen/packaged/autograd/build.bzl' 2024-11-01T16:39:45.0127299Z adding 'torchgen/packaged/autograd/context.py' 2024-11-01T16:39:45.0130827Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-11-01T16:39:45.0178117Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-11-01T16:39:45.0186392Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-11-01T16:39:45.0190509Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-11-01T16:39:45.0200462Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-11-01T16:39:45.0210620Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-11-01T16:39:45.0228429Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-11-01T16:39:45.0237172Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-11-01T16:39:45.0241888Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-11-01T16:39:45.0271452Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-11-01T16:39:45.0278100Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-11-01T16:39:45.0295295Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-11-01T16:39:45.0299233Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-11-01T16:39:45.0303235Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-11-01T16:39:45.0305956Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-11-01T16:39:45.0309317Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-11-01T16:39:45.0312745Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-11-01T16:39:45.0323958Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-11-01T16:39:45.0324746Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-11-01T16:39:45.0325463Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-11-01T16:39:45.0326239Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-11-01T16:39:45.0328381Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-11-01T16:39:45.0331605Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-11-01T16:39:45.0334782Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-11-01T16:39:45.0337892Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-11-01T16:39:45.0341286Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-11-01T16:39:45.0344635Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-11-01T16:39:45.0348253Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-11-01T16:39:45.0351599Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-11-01T16:39:45.0354712Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-11-01T16:39:45.0357946Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-11-01T16:39:45.0361168Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-11-01T16:39:45.0364625Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-11-01T16:39:45.0376798Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-11-01T16:39:45.0382214Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-11-01T16:39:45.0386016Z adding 'torchgen/selective_build/__init__.py' 2024-11-01T16:39:45.0390365Z adding 'torchgen/selective_build/operator.py' 2024-11-01T16:39:45.0396160Z adding 'torchgen/selective_build/selector.py' 2024-11-01T16:39:45.0400214Z adding 'torchgen/static_runtime/__init__.py' 2024-11-01T16:39:45.0404809Z adding 'torchgen/static_runtime/config.py' 2024-11-01T16:39:45.0409692Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-11-01T16:39:45.0418347Z adding 'torchgen/static_runtime/generator.py' 2024-11-01T16:39:45.0533324Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/LICENSE' 2024-11-01T16:39:45.0555317Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/METADATA' 2024-11-01T16:39:45.0564728Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/NOTICE' 2024-11-01T16:39:45.0567440Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/WHEEL' 2024-11-01T16:39:45.0569587Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/entry_points.txt' 2024-11-01T16:39:45.0571483Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/top_level.txt' 2024-11-01T16:39:45.1209847Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/RECORD' 2024-11-01T16:39:45.1549773Z removing build\bdist.win-amd64\wheel 2024-11-01T16:39:46.4577966Z 2024-11-01T16:39:46.4578941Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:39:46.4579706Z 2024-11-01T16:39:46.4580049Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:39:46.4580583Z 2024-11-01T16:39:46.4580883Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-11-01T16:39:47.0484993Z Compile requests 7686 2024-11-01T16:39:47.0485545Z Compile requests executed 7685 2024-11-01T16:39:47.0485951Z Cache hits 7619 2024-11-01T16:39:47.0486352Z Cache hits (C/C++) 7310 2024-11-01T16:39:47.0486753Z Cache hits (CUDA) 309 2024-11-01T16:39:47.0487140Z Cache misses 48 2024-11-01T16:39:47.0487551Z Cache misses (C/C++) 48 2024-11-01T16:39:47.0487964Z Cache timeouts 0 2024-11-01T16:39:47.0488619Z Cache read errors 0 2024-11-01T16:39:47.0489713Z Forced recaches 0 2024-11-01T16:39:47.0490449Z Cache write errors 0 2024-11-01T16:39:47.0491181Z Compilation failures 3 2024-11-01T16:39:47.0491915Z Cache errors 15 2024-11-01T16:39:47.0492878Z Cache errors (C/C++) 15 2024-11-01T16:39:47.0493797Z Non-cacheable compilations 8 2024-11-01T16:39:47.0494582Z Non-cacheable calls 0 2024-11-01T16:39:47.0495195Z Non-compilation calls 1 2024-11-01T16:39:47.0495844Z Unsupported compiler calls 0 2024-11-01T16:39:47.0496473Z Average cache write 0.040 s 2024-11-01T16:39:47.0497128Z Average compiler 0.043 s 2024-11-01T16:39:47.0497792Z Average cache read hit 0.083 s 2024-11-01T16:39:47.0498332Z Failed distributed compilations 0 2024-11-01T16:39:47.0498936Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-11-01T16:39:47.0504531Z Version (client) 0.7.4 2024-11-01T16:39:47.0513095Z 2024-11-01T16:39:47.0514268Z (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-11-01T16:39:48.0394578Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:39:49.0490650Z Installing collected packages: torch 2024-11-01T16:39:49.0492058Z Attempting uninstall: torch 2024-11-01T16:39:49.0517948Z Found existing installation: torch 2.6.0a0+gitfc42cb1 2024-11-01T16:39:50.1717684Z Uninstalling torch-2.6.0a0+gitfc42cb1: 2024-11-01T16:39:50.3877674Z Successfully uninstalled torch-2.6.0a0+gitfc42cb1 2024-11-01T16:40:09.9891227Z Successfully installed torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:40:10.0556023Z 2024-11-01T16:40:10.0557922Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2019-cuda12.1-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-11-01T16:40:10.0559922Z copy /Y "dist\*.whl" "C:/11632515612/build-results/" 2024-11-01T16:40:10.0560456Z python tools/stats/export_test_times.py 2024-11-01T16:40:10.0561158Z robocopy /E ".additional_ci_files" "C:/11632515612/build-results/\.additional_ci_files" 2024-11-01T16:40:10.0561941Z copy /Y "build\.ninja_log" "C:/11632515612/build-results/\" 2024-11-01T16:40:10.0562419Z ) ) 2024-11-01T16:40:10.0589754Z dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:40:10.2305070Z 1 file(s) copied. 2024-11-01T16:40:11.0994264Z Exporting test times from test-infra 2024-11-01T16:40:11.0995689Z 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-11-01T16:40:11.0997964Z 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-11-01T16:40:11.1646475Z 2024-11-01T16:40:11.1647128Z ------------------------------------------------------------------------------- 2024-11-01T16:40:11.1647990Z ROBOCOPY :: Robust File Copy for Windows 2024-11-01T16:40:11.1648668Z ------------------------------------------------------------------------------- 2024-11-01T16:40:11.1649048Z 2024-11-01T16:40:11.1650551Z Started : Friday, November 1, 2024 4:40:11 PM 2024-11-01T16:40:11.1651237Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:40:11.1651950Z Dest : C:\11632515612\build-results\.additional_ci_files\ 2024-11-01T16:40:11.1652343Z 2024-11-01T16:40:11.1652455Z Files : *.* 2024-11-01T16:40:11.1652700Z 2024-11-01T16:40:11.1653544Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-11-01T16:40:11.1653932Z 2024-11-01T16:40:11.1654148Z ------------------------------------------------------------------------------ 2024-11-01T16:40:11.1657217Z 2024-11-01T16:40:11.1663711Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:40:11.1671706Z New File 3.9 m test-class-times.json 2024-11-01T16:40:11.1674360Z 12% 2024-11-01T16:40:11.1677848Z 25% 2024-11-01T16:40:11.1681105Z 37% 2024-11-01T16:40:11.1684486Z 50% 2024-11-01T16:40:11.1687278Z 62% 2024-11-01T16:40:11.1690733Z 75% 2024-11-01T16:40:11.1693434Z 87% 2024-11-01T16:40:11.1695640Z 100% 2024-11-01T16:40:11.1701277Z New File 1.0 m test-times.json 2024-11-01T16:40:11.1702630Z 23% 2024-11-01T16:40:11.1704147Z 46% 2024-11-01T16:40:11.1705767Z 69% 2024-11-01T16:40:11.1706667Z 92% 2024-11-01T16:40:11.1709942Z 100% 2024-11-01T16:40:11.1710155Z 2024-11-01T16:40:11.1710386Z ------------------------------------------------------------------------------ 2024-11-01T16:40:11.1710771Z 2024-11-01T16:40:11.1711861Z Total Copied Skipped Mismatch FAILED Extras 2024-11-01T16:40:11.1712739Z Dirs : 1 1 0 0 0 0 2024-11-01T16:40:11.1713473Z Files : 2 2 0 0 0 0 2024-11-01T16:40:11.1714496Z Bytes : 5.06 m 5.06 m 0 0 0 0 2024-11-01T16:40:11.1715526Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-11-01T16:40:11.1716086Z Ended : Friday, November 1, 2024 4:40:11 PM 2024-11-01T16:40:11.1716458Z 2024-11-01T16:40:11.5829851Z 1 file(s) copied. 2024-11-01T16:40:11.5832367Z 2024-11-01T16:40:11.5833456Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cuda12.1-py3-32395789424.json 2024-11-01T16:40:11.6245586Z 2024-11-01T16:40:11.6246253Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-11-01T16:40:11.6336300Z Stopping sccache server... 2024-11-01T16:40:11.6355328Z Compile requests 7686 2024-11-01T16:40:11.6355859Z Compile requests executed 7685 2024-11-01T16:40:11.6356273Z Cache hits 7619 2024-11-01T16:40:11.6356655Z Cache hits (C/C++) 7310 2024-11-01T16:40:11.6357069Z Cache hits (CUDA) 309 2024-11-01T16:40:11.6358134Z Cache misses 48 2024-11-01T16:40:11.6358567Z Cache misses (C/C++) 48 2024-11-01T16:40:11.6359022Z Cache timeouts 0 2024-11-01T16:40:11.6359457Z Cache read errors 0 2024-11-01T16:40:11.6359852Z Forced recaches 0 2024-11-01T16:40:11.6360259Z Cache write errors 0 2024-11-01T16:40:11.6360677Z Compilation failures 3 2024-11-01T16:40:11.6361198Z Cache errors 15 2024-11-01T16:40:11.6361603Z Cache errors (C/C++) 15 2024-11-01T16:40:11.6362021Z Non-cacheable compilations 8 2024-11-01T16:40:11.6362432Z Non-cacheable calls 0 2024-11-01T16:40:11.6362856Z Non-compilation calls 1 2024-11-01T16:40:11.6363282Z Unsupported compiler calls 0 2024-11-01T16:40:11.6363697Z Average cache write 0.040 s 2024-11-01T16:40:11.6364125Z Average compiler 0.043 s 2024-11-01T16:40:11.6364551Z Average cache read hit 0.083 s 2024-11-01T16:40:11.7117204Z Failed distributed compilations 0 2024-11-01T16:40:11.7117891Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-11-01T16:40:11.7118476Z Version (client) 0.7.4 2024-11-01T16:40:11.7118771Z 2024-11-01T16:40:11.7118999Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T16:40:11.7125556Z + assert_git_not_dirty 2024-11-01T16:40:11.7133172Z + [[ win-vs2019-cuda12.1-py3 != *rocm* ]] 2024-11-01T16:40:11.7133641Z + [[ win-vs2019-cuda12.1-py3 != *xla* ]] 2024-11-01T16:40:11.9775327Z ++ git status --porcelain 2024-11-01T16:40:11.9828470Z ++ grep -v '?? third_party' 2024-11-01T16:40:44.0659253Z ++ true 2024-11-01T16:40:44.0670012Z + git_status= 2024-11-01T16:40:44.0670341Z + [[ -n '' ]] 2024-11-01T16:40:44.0670617Z + echo 'BUILD PASSED' 2024-11-01T16:40:44.0670920Z BUILD PASSED 2024-11-01T16:40:44.1305812Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T16:40:44.1306271Z with: 2024-11-01T16:40:44.1306544Z retention-days: 14 2024-11-01T16:40:44.1306862Z if-no-files-found: error 2024-11-01T16:40:44.1307202Z name: win-vs2019-cuda12.1-py3 2024-11-01T16:40:44.1307629Z path: C:\11632515612\build-results 2024-11-01T16:40:44.1308053Z s3-bucket: gha-artifacts 2024-11-01T16:40:44.1308374Z region: us-east-1 2024-11-01T16:40:44.1308647Z env: 2024-11-01T16:40:44.1308888Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:44.1309438Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:44.1310232Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:44.1311043Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:44.1311625Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:44.1312051Z ##[endgroup] 2024-11-01T16:40:45.2298799Z With the provided path, there will be 4 files uploaded 2024-11-01T16:40:45.2299539Z Uploading to s3 prefix: pytorch/pytorch/11632515612/win-vs2019-cuda12.1-py3 2024-11-01T16:40:45.2314427Z Starting upload of .additional_ci_files\test-class-times.json 2024-11-01T16:40:45.4646233Z Finished upload of .additional_ci_files\test-class-times.json 2024-11-01T16:40:45.4648227Z Starting upload of .additional_ci_files\test-times.json 2024-11-01T16:40:45.5663580Z Finished upload of .additional_ci_files\test-times.json 2024-11-01T16:40:45.5665233Z Starting upload of .ninja_log 2024-11-01T16:40:45.8495469Z Finished upload of .ninja_log 2024-11-01T16:40:45.8497186Z Starting upload of torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:40:48.2273015Z Finished upload of torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:40:48.2665043Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T16:40:48.2665489Z with: 2024-11-01T16:40:48.2665826Z s3-prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T16:40:48.2666290Z retention-days: 14 2024-11-01T16:40:48.2666591Z if-no-files-found: warn 2024-11-01T16:40:48.2666934Z path: sccache-stats-*.json 2024-11-01T16:40:48.2667326Z name: artifact 2024-11-01T16:40:48.2667636Z s3-bucket: gha-artifacts 2024-11-01T16:40:48.2667963Z region: us-east-1 2024-11-01T16:40:48.2668232Z env: 2024-11-01T16:40:48.2668460Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:48.2669011Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:48.2669802Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:48.2670624Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:48.2671207Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:48.2671689Z ##[endgroup] 2024-11-01T16:40:48.6457222Z NOTE: s3-prefix specified, ignoring name parameter 2024-11-01T16:40:48.6457844Z With the provided path, there will be 1 file uploaded 2024-11-01T16:40:48.6458480Z Uploading to s3 prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T16:40:48.6471326Z Starting upload of sccache-stats-win-vs2019-cuda12.1-py3-32395789424.json 2024-11-01T16:40:48.7842267Z Finished upload of sccache-stats-win-vs2019-cuda12.1-py3-32395789424.json 2024-11-01T16:40:48.8178573Z Prepare all required actions 2024-11-01T16:40:48.8179183Z Getting action download info 2024-11-01T16:40:48.9740627Z ##[group]Run ./.github/actions/teardown-win 2024-11-01T16:40:48.9741036Z with: 2024-11-01T16:40:48.9741361Z extra-delete-dir: /c/11632515612/build-results/ 2024-11-01T16:40:48.9741810Z env: 2024-11-01T16:40:48.9742048Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:48.9742609Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:48.9743432Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:48.9744167Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:48.9744759Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:48.9745200Z ##[endgroup] 2024-11-01T16:40:48.9860833Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T16:40:48.9861465Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T16:40:48.9877187Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:40:48.9877864Z env: 2024-11-01T16:40:48.9878116Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:48.9878692Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:48.9879510Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:48.9880228Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:48.9880921Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:48.9881366Z ##[endgroup] 2024-11-01T16:40:49.3394086Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:40:49.3456525Z Finished 2024-11-01T16:40:49.5121908Z Holding runner until all ssh sessions have logged out 2024-11-01T16:40:49.5407724Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T16:40:49.5408325Z .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T16:40:49.5424949Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:40:49.5425696Z env: 2024-11-01T16:40:49.5425982Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:49.5426627Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:49.5427533Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:49.5428361Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:49.5429051Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:49.5429523Z ##[endgroup] 2024-11-01T16:40:49.8740495Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:40:49.8780877Z Finished 2024-11-01T16:40:49.9217304Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:40:49.9217853Z env: 2024-11-01T16:40:49.9218106Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:49.9218659Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:49.9219457Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:49.9220263Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:49.9220934Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:49.9221361Z ##[endgroup] 2024-11-01T16:40:49.9295131Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:40:49.9296617Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:40:49.9297700Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:40:49.9298449Z # handle tool 2024-11-01T16:40:49.9298965Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:40:49.9299607Z Foreach ($process In $processes) { 2024-11-01T16:40:49.9301695Z  Try { 2024-11-01T16:40:49.9302477Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:40:49.9303553Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:40:49.9304156Z  } 2024-11-01T16:40:49.9304425Z  Catch { 2024-11-01T16:40:49.9304892Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:40:49.9305443Z  Write-Output $_ 2024-11-01T16:40:49.9305777Z  } 2024-11-01T16:40:49.9306027Z } 2024-11-01T16:40:49.9306257Z  2024-11-01T16:40:49.9306991Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:40:49.9307871Z # for hung processes 2024-11-01T16:40:49.9308270Z Foreach ($process In $processes) { 2024-11-01T16:40:49.9308691Z  Try { 2024-11-01T16:40:49.9309284Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:40:49.9309954Z  } 2024-11-01T16:40:49.9310203Z  Catch { 2024-11-01T16:40:49.9310512Z  Write-Output $_ 2024-11-01T16:40:49.9310847Z  } 2024-11-01T16:40:49.9311080Z } 2024-11-01T16:40:49.9311321Z  2024-11-01T16:40:49.9311560Z Try { 2024-11-01T16:40:49.9311905Z  # Print all the processes for debugging 2024-11-01T16:40:49.9312793Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:40:49.9313431Z } 2024-11-01T16:40:49.9313666Z Catch { 2024-11-01T16:40:49.9314271Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:40:49.9314989Z  Write-Output $_ 2024-11-01T16:40:49.9315296Z } 2024-11-01T16:40:49.9330968Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:40:49.9331704Z env: 2024-11-01T16:40:49.9331983Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:49.9332579Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:49.9333384Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:49.9334090Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:49.9334683Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:49.9335108Z ##[endgroup] 2024-11-01T16:40:50.2603556Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:40:50.2666915Z Finished 2024-11-01T16:40:50.3021712Z No leftover python process, continuing 2024-11-01T16:40:50.3771652Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3772785Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3773636Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3774320Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3775123Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3776446Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3777291Z 2024-11-01T16:40:50.3791367Z No leftover ninja process, continuing 2024-11-01T16:40:50.3802556Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3803687Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3804539Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3805206Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3806639Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3807824Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3808673Z 2024-11-01T16:40:50.3817525Z No leftover cl process, continuing 2024-11-01T16:40:50.3827711Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3828764Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3829615Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3830270Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3830970Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3832175Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3833056Z 2024-11-01T16:40:50.3842120Z No leftover nvcc process, continuing 2024-11-01T16:40:50.3852025Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3853074Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3853905Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3854681Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3855438Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3856631Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3857476Z 2024-11-01T16:40:50.3865909Z No leftover cmd process, continuing 2024-11-01T16:40:50.3876967Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3877993Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3878832Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3879508Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3880196Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3881493Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3882330Z 2024-11-01T16:40:50.3889065Z No leftover sccache process, continuing 2024-11-01T16:40:50.3898832Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3900037Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3900886Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3901543Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3902269Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3903526Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3904375Z 2024-11-01T16:40:50.3910522Z No leftover git process, continuing 2024-11-01T16:40:50.3920031Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:40:50.3921067Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:9 char:5 2024-11-01T16:40:50.3921901Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:40:50.3922518Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.3923344Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:40:50.3924501Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:40:50.3925319Z 2024-11-01T16:40:50.4434467Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.4435293Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.4436142Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.4436808Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.4437434Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.4438047Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.4438487Z 2024-11-01T16:40:50.4600519Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.4601292Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.4602142Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.4602854Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.4603532Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.4604151Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.4604585Z 2024-11-01T16:40:50.4760079Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.4761018Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.4761893Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.4762550Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.4763182Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.4763794Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.4764282Z 2024-11-01T16:40:50.4919169Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.4919948Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.4920805Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.4921475Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.4922098Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.4922741Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.4923171Z 2024-11-01T16:40:50.5072392Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.5073165Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.5074023Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.5074702Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.5075321Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.5075953Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.5076387Z 2024-11-01T16:40:50.5225586Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.5226489Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.5227337Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.5228095Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.5228715Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.5229337Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.5229769Z 2024-11-01T16:40:50.5380569Z You cannot call a method on a null-valued expression. 2024-11-01T16:40:50.5381564Z At C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1:21 char:5 2024-11-01T16:40:50.5382500Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:40:50.5383252Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:40:50.5383891Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:40:50.5384527Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:40:50.5384964Z 2024-11-01T16:40:50.6352497Z Caption CommandLine ProcessId 2024-11-01T16:40:50.6353177Z 2024-11-01T16:40:50.6353666Z System Idle Process 0 2024-11-01T16:40:50.6354277Z 2024-11-01T16:40:50.6354666Z System 4 2024-11-01T16:40:50.6355337Z 2024-11-01T16:40:50.6355739Z Registry 168 2024-11-01T16:40:50.6356339Z 2024-11-01T16:40:50.6356781Z smss.exe 408 2024-11-01T16:40:50.6357340Z 2024-11-01T16:40:50.6357744Z csrss.exe 524 2024-11-01T16:40:50.6358295Z 2024-11-01T16:40:50.6358715Z wininit.exe 600 2024-11-01T16:40:50.6359350Z 2024-11-01T16:40:50.6359751Z csrss.exe 608 2024-11-01T16:40:50.6360309Z 2024-11-01T16:40:50.6361465Z winlogon.exe winlogon.exe 672 2024-11-01T16:40:50.6362179Z 2024-11-01T16:40:50.6362648Z services.exe 740 2024-11-01T16:40:50.6363225Z 2024-11-01T16:40:50.6363803Z lsass.exe C:\Windows\system32\lsass.exe 760 2024-11-01T16:40:50.6364518Z 2024-11-01T16:40:50.6365264Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2024-11-01T16:40:50.6366144Z 2024-11-01T16:40:50.6366810Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2024-11-01T16:40:50.6367709Z 2024-11-01T16:40:50.6368296Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-11-01T16:40:50.6368973Z 2024-11-01T16:40:50.6369497Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-11-01T16:40:50.6370174Z 2024-11-01T16:40:50.6370822Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2024-11-01T16:40:50.6371615Z 2024-11-01T16:40:50.6372315Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 444 2024-11-01T16:40:50.6373190Z 2024-11-01T16:40:50.6374039Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1032 2024-11-01T16:40:50.6374931Z 2024-11-01T16:40:50.6375879Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1148 2024-11-01T16:40:50.6376852Z 2024-11-01T16:40:50.6377304Z dwm.exe "dwm.exe" 1176 2024-11-01T16:40:50.6377875Z 2024-11-01T16:40:50.6378472Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1312 2024-11-01T16:40:50.6379240Z 2024-11-01T16:40:50.6380220Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1364 2024-11-01T16:40:50.6381245Z 2024-11-01T16:40:50.6383166Z 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 1372 2024-11-01T16:40:50.6385250Z 2024-11-01T16:40:50.6386031Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1440 2024-11-01T16:40:50.6386879Z 2024-11-01T16:40:50.6387598Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1472 2024-11-01T16:40:50.6388424Z 2024-11-01T16:40:50.6389264Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1488 2024-11-01T16:40:50.6390209Z 2024-11-01T16:40:50.6391001Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1560 2024-11-01T16:40:50.6392428Z 2024-11-01T16:40:50.6393143Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1568 2024-11-01T16:40:50.6393969Z 2024-11-01T16:40:50.6394793Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1576 2024-11-01T16:40:50.6395660Z 2024-11-01T16:40:50.6396464Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1584 2024-11-01T16:40:50.6397413Z 2024-11-01T16:40:50.6398191Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1712 2024-11-01T16:40:50.6399061Z 2024-11-01T16:40:50.6399770Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1736 2024-11-01T16:40:50.6400664Z 2024-11-01T16:40:50.6401498Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1752 2024-11-01T16:40:50.6402574Z 2024-11-01T16:40:50.6403261Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1816 2024-11-01T16:40:50.6404094Z 2024-11-01T16:40:50.6404955Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1920 2024-11-01T16:40:50.6405968Z 2024-11-01T16:40:50.6406746Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1960 2024-11-01T16:40:50.6407759Z 2024-11-01T16:40:50.6408561Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2020 2024-11-01T16:40:50.6409464Z 2024-11-01T16:40:50.6410273Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 2028 2024-11-01T16:40:50.6411160Z 2024-11-01T16:40:50.6411899Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1652 2024-11-01T16:40:50.6412783Z 2024-11-01T16:40:50.6413629Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2088 2024-11-01T16:40:50.6414592Z 2024-11-01T16:40:50.6415390Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2188 2024-11-01T16:40:50.6416332Z 2024-11-01T16:40:50.6417227Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2216 2024-11-01T16:40:50.6418304Z 2024-11-01T16:40:50.6419197Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2348 2024-11-01T16:40:50.6420328Z 2024-11-01T16:40:50.6421058Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2420 2024-11-01T16:40:50.6421915Z 2024-11-01T16:40:50.6422641Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2560 2024-11-01T16:40:50.6423482Z 2024-11-01T16:40:50.6424216Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2600 2024-11-01T16:40:50.6425198Z 2024-11-01T16:40:50.6425800Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2812 2024-11-01T16:40:50.6426520Z 2024-11-01T16:40:50.6427737Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2892 2024-11-01T16:40:50.6428620Z 2024-11-01T16:40:50.6429457Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2900 2024-11-01T16:40:50.6430474Z 2024-11-01T16:40:50.6431271Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2908 2024-11-01T16:40:50.6432128Z 2024-11-01T16:40:50.6432955Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2916 2024-11-01T16:40:50.6433905Z 2024-11-01T16:40:50.6434667Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2924 2024-11-01T16:40:50.6435493Z 2024-11-01T16:40:50.6436273Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2940 2024-11-01T16:40:50.6437161Z 2024-11-01T16:40:50.6437882Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2932 2024-11-01T16:40:50.6438745Z 2024-11-01T16:40:50.6439527Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2948 2024-11-01T16:40:50.6440384Z 2024-11-01T16:40:50.6441118Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3148 2024-11-01T16:40:50.6442114Z 2024-11-01T16:40:50.6442715Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3188 2024-11-01T16:40:50.6443459Z 2024-11-01T16:40:50.6444505Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3264 2024-11-01T16:40:50.6445635Z 2024-11-01T16:40:50.6446344Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3328 2024-11-01T16:40:50.6447239Z 2024-11-01T16:40:50.6448166Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3760 2024-11-01T16:40:50.6449182Z 2024-11-01T16:40:50.6449891Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 3056 2024-11-01T16:40:50.6450782Z 2024-11-01T16:40:50.6452496Z 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 3928 2024-11-01T16:40:50.6454448Z 2024-11-01T16:40:50.6455114Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 3600 2024-11-01T16:40:50.6455933Z 2024-11-01T16:40:50.6456476Z vds.exe C:\Windows\System32\vds.exe 472 2024-11-01T16:40:50.6457168Z 2024-11-01T16:40:50.6457988Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 3700 2024-11-01T16:40:50.6459053Z 2024-11-01T16:40:50.6459893Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4484 2024-11-01T16:40:50.6460844Z 2024-11-01T16:40:50.6461475Z msdtc.exe C:\Windows\System32\msdtc.exe 4968 2024-11-01T16:40:50.6462183Z 2024-11-01T16:40:50.6463224Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 5004 2024-11-01T16:40:50.6464439Z 2024-11-01T16:40:50.6466557Z 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 4240 2024-11-01T16:40:50.6468746Z 2024-11-01T16:40:50.6469390Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4248 2024-11-01T16:40:50.6470231Z 2024-11-01T16:40:50.6471175Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4840 2024-11-01T16:40:50.6472303Z 2024-11-01T16:40:50.6473061Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4960 2024-11-01T16:40:50.6473894Z 2024-11-01T16:40:50.6474730Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3108 2024-11-01T16:40:50.6475684Z 2024-11-01T16:40:50.6476452Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2588 2024-11-01T16:40:50.6477333Z 2024-11-01T16:40:50.6478166Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 3696 2024-11-01T16:40:50.6479204Z 2024-11-01T16:40:50.6479909Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4172 2024-11-01T16:40:50.6480809Z 2024-11-01T16:40:50.6481688Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4672 2024-11-01T16:40:50.6482684Z 2024-11-01T16:40:50.6483583Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4892 2024-11-01T16:40:50.6484639Z 2024-11-01T16:40:50.6485641Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1068 2024-11-01T16:40:50.6486829Z 2024-11-01T16:40:50.6487678Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 596 2024-11-01T16:40:50.6488696Z 2024-11-01T16:40:50.6489570Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4236 2024-11-01T16:40:50.6490636Z 2024-11-01T16:40:50.6491344Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4136 2024-11-01T16:40:50.6492236Z 2024-11-01T16:40:50.6493183Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 1012 2024-11-01T16:40:50.6494279Z 2024-11-01T16:40:50.6495181Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1404 2668 272 2024-11-01T16:40:50.6496207Z 2024-11-01T16:40:50.6496820Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 924 2024-11-01T16:40:50.6497624Z 2024-11-01T16:40:50.6498258Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5916 2024-11-01T16:40:50.6499039Z 2024-11-01T16:40:50.6500378Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\86491601-3e4b-4cba-b0a2-9f2fc35451ac.ps1'" 5376 2024-11-01T16:40:50.6501845Z 2024-11-01T16:40:50.6502718Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5632 2024-11-01T16:40:50.6503721Z 2024-11-01T16:40:50.6503739Z 2024-11-01T16:40:50.6503744Z 2024-11-01T16:40:50.6750821Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:40:50.6751205Z with: 2024-11-01T16:40:50.6751485Z shell: bash 2024-11-01T16:40:50.6751771Z timeout_minutes: 5 2024-11-01T16:40:50.6752085Z max_attempts: 3 2024-11-01T16:40:50.6752369Z retry_wait_seconds: 90 2024-11-01T16:40:50.6753938Z 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-11-01T16:40:50.6755597Z polling_interval_seconds: 1 2024-11-01T16:40:50.6755945Z warning_on_retry: true 2024-11-01T16:40:50.6756610Z continue_on_error: false 2024-11-01T16:40:50.6756917Z env: 2024-11-01T16:40:50.6757203Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:40:50.6757782Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:40:50.6758572Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:40:50.6759284Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:40:50.6759876Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:40:50.6760355Z EXTRA_DELETE_DIR: /c/11632515612/build-results/ 2024-11-01T16:40:50.6760776Z ##[endgroup] 2024-11-01T16:40:51.0167871Z + '[' -n /c/11632515612/build-results/ ']' 2024-11-01T16:40:51.0168840Z + rm -rf /c/11632515612/build-results/ 2024-11-01T16:40:51.0755982Z + 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-cuda12.1-py3-32395789424.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-11-01T16:41:15.0794968Z Command completed after 1 attempt(s). 2024-11-01T16:41:15.0972479Z ##[group]Run handle C:\actions-runner\_work\ 2024-11-01T16:41:15.0973017Z handle C:\actions-runner\_work\ 2024-11-01T16:41:15.0989264Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:41:15.0989973Z env: 2024-11-01T16:41:15.0990233Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:41:15.0990839Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:41:15.0991619Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:41:15.0992334Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:41:15.0992921Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:41:15.0993336Z ##[endgroup] 2024-11-01T16:41:15.4521813Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:41:15.4572723Z Finished 2024-11-01T16:41:15.5461162Z 2024-11-01T16:41:15.5461715Z Nthandle v5.0 - Handle viewer 2024-11-01T16:41:15.5462178Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:41:15.5462624Z Sysinternals - www.sysinternals.com 2024-11-01T16:41:15.5463914Z 2024-11-01T16:41:15.5733016Z powershell.exe pid: 5112 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:41:15.5733997Z handle.exe pid: 3732 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:41:15.5734893Z handle.exe pid: 4536 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:41:15.5735798Z handle64.exe pid: 5356 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:41:15.6119877Z Post job cleanup. 2024-11-01T16:41:15.6251870Z Post job cleanup. 2024-11-01T16:41:15.7944016Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:41:15.8148838Z git version 2.46.0.windows.1 2024-11-01T16:41:15.8205507Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e83720dc-6197-4a0c-a678-c050ce24b5cc\.gitconfig' 2024-11-01T16:41:15.8222610Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e83720dc-6197-4a0c-a678-c050ce24b5cc' before making global git config changes 2024-11-01T16:41:15.8223878Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:41:15.8230215Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:41:15.8479514Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:41:15.8719152Z [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-11-01T16:41:16.2948269Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:41:16.3141172Z http.https://github.com/.extraheader 2024-11-01T16:41:16.3182714Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:41:16.3422912Z [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-11-01T16:41:16.7136410Z Evaluate and set job outputs 2024-11-01T16:41:16.7147663Z Cleaning up orphan processes